From 1e2f92af555166ea4e042e33ef41957354d233f8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 12 Jan 2000 03:09:17 +0000 Subject: Added utmp fix from David Lee . Jeremy. (This used to be commit 95d37a1d25d56316c80eec54aea1f358cd621d4c) --- docs/textdocs/Support.txt | 2 +- docs/yodldocs/smb.conf.5.yo | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/textdocs/Support.txt b/docs/textdocs/Support.txt index ff342e3eac..192b598480 100644 --- a/docs/textdocs/Support.txt +++ b/docs/textdocs/Support.txt @@ -5,4 +5,4 @@ The Samba Consultants List ========================== This list has now moved to the support page of the -Samba web pages at http://samba.org.au/samba/ +Samba web pages at http://samba.org/samba/ diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo index be1cc12795..6b302fb335 100644 --- a/docs/yodldocs/smb.conf.5.yo +++ b/docs/yodldocs/smb.conf.5.yo @@ -762,6 +762,10 @@ it() link(bf(username level))(usernamelevel) it() link(bf(username map))(usernamemap) +it() link(bf(utmp))(utmp) + +it() link(bf(utmp directory))(utmpdirectory) + it() link(bf(valid chars))(validchars) it() link(bf(wins proxy))(winsproxy) @@ -6357,6 +6361,39 @@ tt( no username map) bf(Example:) tt( username map = /usr/local/samba/lib/users.map) +label(utmp) +dit(bf(utmp (G))) + +This boolean parameter is only available if Samba has been configured and compiled +with the option tt(--with-utmp). If set to True then Samba will attempt +to add utmp or utmpx records (depending on the UNIX system) whenever a +connection is made to a Samba server. Sites may use this to record the +user connecting to a Samba share. + +See also the link(bf("utmp directory"))(utmpdirectory) parameter. + + bf(Default:) +tt(utmp = False) + + bf(Example:) +tt(utmp = True) + +label(utmpdirectory) +dit(bf(utmp directory(G))) + +This parameter is only available if Samba has been configured and compiled +with the option tt(--with-utmp). It specifies a directory pathname that is +used to store the utmp or utmpx files (depending on the UNIX system) that +record user connections to a Samba server. See also the link(bf("utmp"))(utmp) +parameter. By default this is not set, meaning the system will use whatever +utmp file the native system is set to use (usually /var/run/utmp on Linux). + + bf(Default:) +tt(no utmp directory) + + bf(Example:) +tt(utmp directory = /var/adm/) + label(validchars) dit(bf(valid chars (G))) -- cgit