diff options
author | Jeremy Allison <jra@samba.org> | 2000-01-12 03:09:17 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-01-12 03:09:17 +0000 |
commit | 1e2f92af555166ea4e042e33ef41957354d233f8 (patch) | |
tree | 4732cc1f11b0362bb1b6c960b2729d60c64ba91f /docs/yodldocs/smb.conf.5.yo | |
parent | a2dac5f8f22ac58fbc3178e90288444f24190c8b (diff) | |
download | samba-1e2f92af555166ea4e042e33ef41957354d233f8.tar.gz samba-1e2f92af555166ea4e042e33ef41957354d233f8.tar.bz2 samba-1e2f92af555166ea4e042e33ef41957354d233f8.zip |
Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
Jeremy.
(This used to be commit 95d37a1d25d56316c80eec54aea1f358cd621d4c)
Diffstat (limited to 'docs/yodldocs/smb.conf.5.yo')
-rw-r--r-- | docs/yodldocs/smb.conf.5.yo | 37 |
1 files changed, 37 insertions, 0 deletions
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))) |