diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-05-22 00:12:23 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-27 11:56:56 +1000 |
commit | 02ee9e4d8a2befe3fa27bc8be211c80a99767f34 (patch) | |
tree | 21d7dad5c7b594c77d61a3e6f6604de73ef164f3 | |
parent | 8a06c3dd79af0165c8701a465c3f8483ada89a83 (diff) | |
download | samba-02ee9e4d8a2befe3fa27bc8be211c80a99767f34.tar.gz samba-02ee9e4d8a2befe3fa27bc8be211c80a99767f34.tar.bz2 samba-02ee9e4d8a2befe3fa27bc8be211c80a99767f34.zip |
examples: Remove password server from example smb.conf
This should discourage folks from setting it when they do not really need it.
Andrew Bartlett
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
-rw-r--r-- | examples/smb.conf.default | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index 258a52c08b..842edc7f73 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -57,15 +57,7 @@ # Put a capping on the size of the log files (in Kb). max log size = 50 -# Use password server option only with security = server -# The argument list may include: -# password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name] -# or to auto-locate the domain controller/s -# password server = * -; password server = <NT-Server-Name> - -# Use the realm option only with security = ads -# Specifies the Active Directory realm the host is part of +# Specifies the Kerberos or Active Directory realm the host is part of ; realm = MY_REALM # Backend to store user information in. New installations should |