diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-06 13:07:44 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-06 13:07:44 +0000 |
commit | 9496f1e2063eb0b93142bfaf86979b21bf8b56e6 (patch) | |
tree | 92fbf612a79f79adb14fca2405a68308fea3ead1 /docs/docbook/smbdotconf/security/serverschannel.xml | |
parent | c5ab17567cf6681f567b73ba8ed0653fbb64f453 (diff) | |
download | samba-9496f1e2063eb0b93142bfaf86979b21bf8b56e6.tar.gz samba-9496f1e2063eb0b93142bfaf86979b21bf8b56e6.tar.bz2 samba-9496f1e2063eb0b93142bfaf86979b21bf8b56e6.zip |
Convert 'Security' section of smb.conf to new format
(This used to be commit 85eadec0838bdcb5604d5cf66b204ee610e2ad7a)
Diffstat (limited to 'docs/docbook/smbdotconf/security/serverschannel.xml')
-rw-r--r-- | docs/docbook/smbdotconf/security/serverschannel.xml | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/docs/docbook/smbdotconf/security/serverschannel.xml b/docs/docbook/smbdotconf/security/serverschannel.xml index 05261fa417..afbc458068 100644 --- a/docs/docbook/smbdotconf/security/serverschannel.xml +++ b/docs/docbook/smbdotconf/security/serverschannel.xml @@ -1,24 +1,25 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="SERVERSCHANNEL"/>server schannel (G)</term> - <listitem> +<samba:parameter name="server schannel" + context="G" + basic="1" + xmlns:samba="http://samba.org/common"> +<listitem> - <para>This controls whether the server offers or even - demands the use of the netlogon schannel. - <parameter>server schannel = no</parameter> does not - offer the schannel, <parameter>server schannel = - auto</parameter> offers the schannel but does not - enforce it, and <parameter>server schannel = - yes</parameter> denies access if the client is not - able to speak netlogon schannel. This is only the case - for Windows NT4 before SP4.</para> + <para>This controls whether the server offers or even + demands the use of the netlogon schannel. + <parameter>server schannel = no</parameter> does not + offer the schannel, <parameter>server schannel = + auto</parameter> offers the schannel but does not + enforce it, and <parameter>server schannel = + yes</parameter> denies access if the client is not + able to speak netlogon schannel. This is only the case + for Windows NT4 before SP4.</para> - <para>Please note that with this set to - <parameter>no</parameter> you will have to apply the - WindowsXP requireSignOrSeal-Registry patch found in - the docs/Registry subdirectory.</para + <para>Please note that with this set to + <parameter>no</parameter> you will have to apply the + WindowsXP requireSignOrSeal-Registry patch found in + the docs/Registry subdirectory.</para - <para>Default: <command>server schannel = auto</command></para> - - <para>Example: <command>server schannel = yes</command>/para> - </listitem> - <samba:parameter>
\ No newline at end of file + <para>Default: <command>server schannel = auto</command></para> + <para>Example: <command>server schannel = yes</command></para> +</listitem> +</samba:parameter>
\ No newline at end of file |