diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-02-04 12:58:23 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-02-04 12:58:23 +0000 |
commit | a513915cb6549672dc48d0e82f3184144e4f24b8 (patch) | |
tree | 83b21f53e2e34f06c8b7a53780c6dd14c2a64971 /examples | |
parent | 764d7b778a641ea7a31e4b23377f2ec815981006 (diff) | |
download | samba-a513915cb6549672dc48d0e82f3184144e4f24b8.tar.gz samba-a513915cb6549672dc48d0e82f3184144e4f24b8.tar.bz2 samba-a513915cb6549672dc48d0e82f3184144e4f24b8.zip |
JHT ===> Added os level and activated max log size in standard smb.conf file.
(This used to be commit fa7806124563638673f54c27f375a3732c4efc47)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/redhat/smb.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/redhat/smb.conf b/examples/redhat/smb.conf index 3ceef2880d..bec6aa1ca3 100644 --- a/examples/redhat/smb.conf +++ b/examples/redhat/smb.conf @@ -59,6 +59,9 @@ ; keep alive = 60 ; Domain Control Options +; OS Level gives Samba the power to rule the roost. Windows NT = 32 +; Any value < 32 means NT wins as Master Browser, > 32 Samba gets it +; os level = 33 ; specifies Samba to be the Domain Master Browser ; domain master = yes ; Use with care only if you have an NT server on your network that has been |