diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-27 15:22:45 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-28 07:57:28 +1000 |
commit | 098c5ecdba63b29752b6c0b0030684cf0ef76196 (patch) | |
tree | e4dd7693250d3c6433c83ae79ecc9eb54bf25b77 | |
parent | e17bf6af22a672ae42f458e8904531d0c36c088f (diff) | |
download | samba-098c5ecdba63b29752b6c0b0030684cf0ef76196.tar.gz samba-098c5ecdba63b29752b6c0b0030684cf0ef76196.tar.bz2 samba-098c5ecdba63b29752b6c0b0030684cf0ef76196.zip |
examples: Remove security=share and security=server from example smb.conf
-rw-r--r-- | examples/smb.conf.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index b4e3d63e03..dad8c97d79 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -29,7 +29,7 @@ server string = Samba Server # Security mode. Defines in which mode Samba will operate. Possible -# values are share, user, server, domain and ads. Most people will want +# values are user, domain and ads. Most people will want # user level security. See the Samba-HOWTO-Collection for details. security = user |