diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-11-10 21:16:18 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-11-17 00:34:09 +0100 |
commit | afcd3c625d883e84666990ce759615f16d45c596 (patch) | |
tree | c37973bf843d5517b3d0c426c4d94a843c27421d /docs-xml/smbdotconf/security/security.xml | |
parent | a01a186a6cfd3b6f1f49ea6d3e7363d2a58d3d4a (diff) | |
download | samba-afcd3c625d883e84666990ce759615f16d45c596.tar.gz samba-afcd3c625d883e84666990ce759615f16d45c596.tar.xz samba-afcd3c625d883e84666990ce759615f16d45c596.zip |
docs: Add documentation for server role
Diffstat (limited to 'docs-xml/smbdotconf/security/security.xml')
-rw-r--r-- | docs-xml/smbdotconf/security/security.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/security/security.xml b/docs-xml/smbdotconf/security/security.xml index 55e147e8dc4..74ea569b863 100644 --- a/docs-xml/smbdotconf/security/security.xml +++ b/docs-xml/smbdotconf/security/security.xml @@ -42,9 +42,14 @@ <para>The different settings will now be explained.</para> + <para><anchor id="SECURITYEQUALSAUTO"/><emphasis>SECURITY = AUTO</emphasis></para> + + <para>This is the default security setting in Samba, and causes Samba to consult + the <smbconfoption name="server role"/> parameter (if set) to determine the security mode.</para> + <para><anchor id="SECURITYEQUALSUSER"/><emphasis>SECURITY = USER</emphasis></para> - <para>This is the default security setting in Samba. + <para>If <smbconfoption name="server role"/> is not specified, this is the default security setting in Samba. With user-level security a client must first "log-on" with a valid username and password (which can be mapped using the <smbconfoption name="username map"/> parameter). Encrypted passwords (see the <smbconfoption name="encrypted passwords"/> parameter) can also |