diff options
author | Jeremy Allison <jra@samba.org> | 1998-03-16 18:43:34 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-03-16 18:43:34 +0000 |
commit | 2f13846c4e15a724cafed05c73c725984ad3ae1c (patch) | |
tree | ba292f02c913e38b66b36aa8ac976019020170b6 /docs/manpages | |
parent | 90cdd717f8352a3b3eacdc154dfb1f9ff2fabeaf (diff) | |
download | samba-2f13846c4e15a724cafed05c73c725984ad3ae1c.tar.gz samba-2f13846c4e15a724cafed05c73c725984ad3ae1c.tar.bz2 samba-2f13846c4e15a724cafed05c73c725984ad3ae1c.zip |
Adding mention of %p substitution.
Jeremy.
(This used to be commit d8e7e73f4d484c63be3055d215823610734361ac)
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smb.conf.5 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index da254f8244..d60cb1b72e 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -276,6 +276,9 @@ personality". your NIS auto.map entry. If you have not compiled Samba with -DAUTOMOUNT then this value will be the same as %L. +%p = the path of the service's home directory, obtained from your NIS +auto.map entry. The NIS auto.map entry is split up as "%N:%p". + %R = the selected protocol level after protocol negotiation. As of Samba 1.9.18 it can be one of CORE, COREPLUS, LANMAN1, LANMAN2 or NT1. @@ -1033,7 +1036,7 @@ directories. See .B create mask. -.SS dead time (G) +.SS deadtime (G) The value of the parameter (a decimal integer) represents the number of minutes of inactivity before a connection is considered dead, and it is disconnected. The deadtime only takes effect if the number of open files @@ -1051,10 +1054,10 @@ for most systems. A deadtime of zero indicates that no auto-disconnection should be performed. .B Default: - dead time = 0 + deadtime = 0 .B Example: - dead time = 15 + deadtime = 15 .SS debug level (G) The value of the parameter (an integer) allows the debug level (logging level) to be specified in the |