summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-05-21 18:15:46 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-05-21 18:15:46 +0000
commit79fcd3dc6af8ec6d9e9b42ca44f55c30637e920d (patch)
tree2f9f0d4028fa569af14a24f4db82b97dc68ac760 /docs/manpages
parent71e5f97555a454d81274a937af59b76fe8207925 (diff)
downloadsamba-79fcd3dc6af8ec6d9e9b42ca44f55c30637e920d.tar.gz
samba-79fcd3dc6af8ec6d9e9b42ca44f55c30637e920d.tar.bz2
samba-79fcd3dc6af8ec6d9e9b42ca44f55c30637e920d.zip
Updated docs for 'local master' parameter.
jallison@whistle.com (This used to be commit 428ed15462e586295a767ceee5d1aebaa94ca3cb)
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/smb.conf.526
1 files changed, 20 insertions, 6 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5
index b5c4c04a51..fe6ce2bfaf 100644
--- a/docs/manpages/smb.conf.5
+++ b/docs/manpages/smb.conf.5
@@ -359,6 +359,8 @@ lock dir
load printers
+local master
+
lock directory
log file
@@ -1288,8 +1290,19 @@ will be loaded for browsing by default.
.B Example:
load printers = yes
+.SS local master (G)
+This option allows the nmbd to become a local master browser on a
+subnet. If set to False then nmbd will not attempt to become a local
+master browser on a subnet and will also lose in all browsing elections.
+By default this value is set to true. Setting this value to true doesn't
+mean that Samba will become the local master browser on a subnet, just
+that the nmbd will participate in elections for local master browser.
+
+.B Default:
+ local master = yes
+
.SS lock directory (G)
-This options specifies the directory where lock files will be placed.
+This option specifies the directory where lock files will be placed.
The lock files are used to implement the "max connections" option.
.B Default:
@@ -2126,10 +2139,11 @@ See also postexec
.SS preferred master (G)
This boolean parameter controls if Samba is a preferred master browser
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.
+If this is set to true, 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.
Use this option with caution, because if there are several hosts
(whether samba servers, Windows 95 or NT) that are preferred master
@@ -2141,7 +2155,7 @@ See
.B os level = nn
.B Default:
- preferred master = yes
+ preferred master = no
.SS preload
This is an alias for "auto services"