diff options
| author | Stefan Metzmacher <metze@samba.org> | 2013-12-23 10:45:27 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2014-01-07 12:47:05 +0100 |
| commit | f703a37a56e215827dbb2a7ec8da6738bf17f600 (patch) | |
| tree | 1d4167d0de66a9c815ba6c3d233d989d4845d119 /docs-xml | |
| parent | fa3af7c2e8f1bf292e190ba3d933b6e1d552595d (diff) | |
docs-xml: explain the interaction between security = ads and other options.
It implies 'require strong key = yes' and 'client schannel = yes'.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
| -rw-r--r-- | docs-xml/smbdotconf/security/security.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/security/security.xml b/docs-xml/smbdotconf/security/security.xml index 406089f2da..2f5c3f73b0 100644 --- a/docs-xml/smbdotconf/security/security.xml +++ b/docs-xml/smbdotconf/security/security.xml @@ -99,7 +99,10 @@ <para>Note that this mode does NOT make Samba operate as a Active Directory Domain Controller. </para> - + + <para>Note that this forces <smbconfoption name="require strong key">yes</smbconfoption> + and <smbconfoption name="client schannel">yes</smbconfoption> for the primary domain.</para> + <para>Read the chapter about Domain Membership in the HOWTO for details.</para> </description> |
