diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-02-09 14:32:28 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-02-09 14:32:28 +0000 |
commit | 3e3fdde97a001e6632697bd5bd2834bf544e1011 (patch) | |
tree | 9ac00c40ff6a1156048b38605216433d7ae05875 | |
parent | 087c162f8fb76b338a9b2e037669292f4f81c166 (diff) | |
download | samba-3e3fdde97a001e6632697bd5bd2834bf544e1011.tar.gz samba-3e3fdde97a001e6632697bd5bd2834bf544e1011.tar.bz2 samba-3e3fdde97a001e6632697bd5bd2834bf544e1011.zip |
updated preferred master parameter and added domain master parameter.
entries kindly written by John Barker (johnb@tigerlabs.com).
lkcl
(This used to be commit 67a2cff2b51139e24695fc852e59105424eaa553)
-rw-r--r-- | docs/manpages/smb.conf.5 | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 7f4cb9cda7..8d5f6a9f67 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -335,6 +335,8 @@ default service dfree command +domain master + encrypt passwords getwd cache @@ -916,6 +918,19 @@ path names on some systems. .SS directory (S) See .B path. + +.SS domain master (G) + +Enable WAN-wide browse list collation. Local master browsers on +broadcast-isolated subnets will give samba their local browse lists, and +ask for a complete copy of the browse list for the whole wide area network. +Browser clients will then contact their local master browser, and will +receive the domain-wide browse list, instead of just the list for their +broadcast-isolated subnet. + +.B Default: + domain master = no + .SS dont descend (S) There are certain directories on some systems (eg., the /proc tree under Linux) that are either not of interest to clients or are infinitely deep @@ -1891,11 +1906,17 @@ See also postexec .SS preferred master (G) This boolean parameter controls if Samba is a preferred master browser -for its workgroup. Setting this gives it a slight edge in elections -and also means it will automatically start an election when it starts -up. +for its workgroup. +On startup, samba will force an election, and it will have a slight +advantage in winning the election. It is recommended that this +parameter is used in conjunction with domain master = yes, so that samba +can guarantee becoming a domain master. + +See +.B os level = nn -It is on by default. +.B Default: + preferred master = yes .SS preload This is an alias for "auto services" |