diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-12-07 14:15:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:08 -0500 |
commit | dde42df608753145425aff6881ae546147c43209 (patch) | |
tree | 1a64ed75a1947bc418706e4b7c179b1d0d28807d | |
parent | 27d173abe0c91bae587932a3bc6d0b729dfc9645 (diff) | |
download | samba-dde42df608753145425aff6881ae546147c43209.tar.gz samba-dde42df608753145425aff6881ae546147c43209.tar.bz2 samba-dde42df608753145425aff6881ae546147c43209.zip |
Fix two typos
(This used to be commit de0d7b2f9b71dcc18b1b46f48f72c0551c586efe)
-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> |