diff options
author | John Terpstra <jht@samba.org> | 2003-04-25 16:02:59 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-25 16:02:59 +0000 |
commit | ea77c02b6ffc1c82db7f94611864adb878e3ee2a (patch) | |
tree | 968e1766969675a5f7e895ec30486bf4d1b21785 /docs/docbook/projdoc/security_level.sgml | |
parent | 10dc904bb417c86474b06f8f56ee87211389fbca (diff) | |
download | samba-ea77c02b6ffc1c82db7f94611864adb878e3ee2a.tar.gz samba-ea77c02b6ffc1c82db7f94611864adb878e3ee2a.tar.bz2 samba-ea77c02b6ffc1c82db7f94611864adb878e3ee2a.zip |
Merge from HEAD.
(This used to be commit faf0425eb7da2af74a6d0c76cf1e8c0f980a0de8)
Diffstat (limited to 'docs/docbook/projdoc/security_level.sgml')
-rw-r--r-- | docs/docbook/projdoc/security_level.sgml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/security_level.sgml b/docs/docbook/projdoc/security_level.sgml index e840ff6c17..a59392bbac 100644 --- a/docs/docbook/projdoc/security_level.sgml +++ b/docs/docbook/projdoc/security_level.sgml @@ -128,6 +128,13 @@ That real authentication server can be another Samba server or can be a Windows NT server, the later natively capable of encrypted password support. </para> +<note><para> +<emphasis>Server</emphasis> level security is incompatible with what is known +as </empahsis>schannel</emphasis> or "sign and seal" protocols. This means that +if you want to use <empahsis>server</emphasis> level security you must disable +the use of "sign and seal" on all machines on your network. +</para></note> + <sect3> <title>Configuring Samba for Seemless Windows Network Integration</title> @@ -270,7 +277,7 @@ all authentication requests to be passed through to the domain controllers. <title>Samba as a member of an MS Windows NT security domain</title> <para> -This method involves additon of the following paramters in the &smb.conf; file: +This method involves addition of the following parameters in the &smb.conf; file: </para> <para><programlisting> @@ -297,7 +304,9 @@ MS Windows NT security domain. This is done as follows: </para></listitem> <listitem><para>Next, on the Linux system execute: - <command>smbpasswd -r PDC_NAME -j DOMAIN_NAME</command> + <command>smbpasswd -r PDC_NAME -j DOMAIN_NAME</command> (samba 2.x) + + <command>net join -U administrator%password</command> (samba-3) </para></listitem> </itemizedlist> |