diff options
author | John Terpstra <jht@samba.org> | 2003-04-07 15:19:34 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-07 15:19:34 +0000 |
commit | 6b8a18109364fa53287ce5e7425ad4c185e678cf (patch) | |
tree | b2f8ab9115f4c9ffa7eeaaade6e342f1eadb5485 /docs/docbook/projdoc/passdb.sgml | |
parent | bd6a7f756bbf0824b62480c572cff0e43ac7daef (diff) | |
download | samba-6b8a18109364fa53287ce5e7425ad4c185e678cf.tar.gz samba-6b8a18109364fa53287ce5e7425ad4c185e678cf.tar.bz2 samba-6b8a18109364fa53287ce5e7425ad4c185e678cf.zip |
Docs merge from HEAD.
(This used to be commit e9b7b72ab613dbd88c846e3cf1ffa7e6dc9118e4)
Diffstat (limited to 'docs/docbook/projdoc/passdb.sgml')
-rw-r--r-- | docs/docbook/projdoc/passdb.sgml | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/docs/docbook/projdoc/passdb.sgml b/docs/docbook/projdoc/passdb.sgml index 362cf97064..d7b54a38e8 100644 --- a/docs/docbook/projdoc/passdb.sgml +++ b/docs/docbook/projdoc/passdb.sgml @@ -114,23 +114,22 @@ <member>Windows 200x Server/Advanced Server</member> <member>Windows XP Professional</member> </simplelist> - - <para><emphasis>Note :</emphasis>All current release of - Microsoft SMB/CIFS clients support authentication via the - SMB Challenge/Response mechanism described here. Enabling - clear text authentication does not disable the ability - of the client to participate in encrypted authentication.</para> - - - <para>MS Windows clients will cache the encrypted password alone. - Even when plain text passwords are re-enabled, through the appropriate - registry change, the plain text password is NEVER cached. This means that - in the event that a network connections should become disconnected (broken) - only the cached (encrypted) password will be sent to the resource server - to affect a auto-reconnect. If the resource server does not support encrypted - passwords the auto-reconnect will fail. <emphasis>USE OF ENCRYPTED PASSWORDS - IS STRONGLY ADVISED.</emphasis></para> </warning> + + <note><para>All current release of + Microsoft SMB/CIFS clients support authentication via the + SMB Challenge/Response mechanism described here. Enabling + clear text authentication does not disable the ability + of the client to participate in encrypted authentication.</para></note> + + <para>MS Windows clients will cache the encrypted password alone. + Even when plain text passwords are re-enabled, through the appropriate + registry change, the plain text password is NEVER cached. This means that + in the event that a network connections should become disconnected (broken) + only the cached (encrypted) password will be sent to the resource server + to affect a auto-reconnect. If the resource server does not support encrypted + passwords the auto-reconnect will fail. <emphasis>USE OF ENCRYPTED PASSWORDS + IS STRONGLY ADVISED.</emphasis></para> <sect2> <title>Advantages of SMB Encryption</title> |