diff options
author | John Terpstra <jht@samba.org> | 2004-11-23 18:03:33 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:08 -0500 |
commit | ba8a700d78110fe016ff244c225d2edcfb18f918 (patch) | |
tree | 768ecb1b499a9cb5b3e74303a1c6dcbfebef4c5e /docs/smbdotconf/security/encryptpasswords.xml | |
parent | b6fa8c3702332eee57f29faff6ca1912ab7df3a5 (diff) | |
download | samba-ba8a700d78110fe016ff244c225d2edcfb18f918.tar.gz samba-ba8a700d78110fe016ff244c225d2edcfb18f918.tar.bz2 samba-ba8a700d78110fe016ff244c225d2edcfb18f918.zip |
Fixes and updates.
(This used to be commit bec3bd8f5863b044bca64b38ff037224bb652211)
Diffstat (limited to 'docs/smbdotconf/security/encryptpasswords.xml')
-rw-r--r-- | docs/smbdotconf/security/encryptpasswords.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/smbdotconf/security/encryptpasswords.xml b/docs/smbdotconf/security/encryptpasswords.xml index 70ee97ee0a..7c7ef2fcfe 100644 --- a/docs/smbdotconf/security/encryptpasswords.xml +++ b/docs/smbdotconf/security/encryptpasswords.xml @@ -8,7 +8,23 @@ will be negotiated with the client. Note that Windows NT 4.0 SP3 and above and also Windows 98 will by default expect encrypted passwords unless a registry entry is changed. To use encrypted passwords in - Samba see the chapter "User Database" in the Samba HOWTO Collection. </para> + Samba see the chapter "User Database" in the Samba HOWTO Collection. + </para> + + <para> + MS Windows clients that expect Microsoft encrypted passwords and that + do not have plain text password support enabled will be able to + connect only to a Samba server that has encypted password support + enabled and for which the user accounts have a valid encrypted password. + Refer to the smbpasswd command man page for information regarding the + creation of encrypted passwords for user accounts. + </para> + + <para> + The use of plain text passwords is NOT advised as support for this feature + is no longer maintained in Microsoft Windows products. If you want to use + plain text passwords you must set this parameter to no. + </para> <para>In order for encrypted passwords to work correctly <citerefentry><refentrytitle>smbd</refentrytitle> |