diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-04-06 07:04:09 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-04-06 07:04:09 +0000 |
commit | b4d0f208fb936382c7b313bd94c180b5cb708cea (patch) | |
tree | a7b415eb649187b2c332040a23025ecccd2a2bd1 /docs/docbook/manpages | |
parent | 3a9b54261f26981ff57f260b04e606296d7724f5 (diff) | |
download | samba-b4d0f208fb936382c7b313bd94c180b5cb708cea.tar.gz samba-b4d0f208fb936382c7b313bd94c180b5cb708cea.tar.bz2 samba-b4d0f208fb936382c7b313bd94c180b5cb708cea.zip |
Merge the TNG netlogon schannel from HEAD.
No more XP requiresignorseal anymore!
Thanks again to Luke :-)
Volker
(This used to be commit 6b2b55901d66cab0c0c0c90bd0585c870be6e468)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 7910b1ce8e..4842354012 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -744,6 +744,7 @@ <listitem><para><link linkend="ROOTDIR"><parameter>root dir</parameter></link></para></listitem> <listitem><para><link linkend="ROOTDIRECTORY"><parameter>root directory</parameter></link></para></listitem> <listitem><para><link linkend="SECURITY"><parameter>security</parameter></link></para></listitem> + <listitem><para><link linkend="SERVERSCHANNEL"><parameter>server schannel</parameter></link></para></listitem> <listitem><para><link linkend="SERVERSTRING"><parameter>server string</parameter></link></para></listitem> <listitem><para><link linkend="SETPRIMARYGROUPSCRIPT"><parameter>set primary group script</parameter></link></para></listitem> <listitem><para><link linkend="SHOWADDPRINTERWIZARD"><parameter>show add printer wizard</parameter></link></para></listitem> @@ -7009,6 +7010,31 @@ <varlistentry> + <term><anchor id="SERVERSCHANNEL"/>server schannel (G)</term> + <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>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> + </varlistentry> + + <varlistentry> <term><anchor id="SERVERSTRING">server string (G)</term> <listitem><para>This controls what string will show up in the printer comment box in print manager and next to the IPC connection |