diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/security/clientschannel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/smbdotconf/security/clientschannel.xml b/docs/smbdotconf/security/clientschannel.xml index e252edbb0a..8c875cee53 100644 --- a/docs/smbdotconf/security/clientschannel.xml +++ b/docs/smbdotconf/security/clientschannel.xml @@ -8,9 +8,9 @@ <para>This controls whether the client offers or even demands the use of the netlogon schannel. <parameter>client schannel = no</parameter> does not - offer the schannel, <parameter>server schannel = + offer the schannel, <parameter>client schannel = auto</parameter> offers the schannel but does not - enforce it, and <parameter>server schannel = + enforce it, and <parameter>client schannel = yes</parameter> denies access if the server is not able to speak netlogon schannel. </para> </description> |