docs: Do not encourage unix passwords, and remove reference to password level
authorAndrew Bartlett <abartlet@samba.org>
Mon, 3 Jun 2013 00:27:41 +0000 (10:27 +1000)
committerSimo Sorce <idra@samba.org>
Tue, 11 Jun 2013 12:35:32 +0000 (08:35 -0400)
Reviewed-by: Simo Sorce <idra@samba.org>
docs-xml/Samba3-Developers-Guide/unix-smb.xml

index ae6bdcdb0db8f7c2506ce4f287ca8052da20501a..6964b7fb2e3d6998f2049e7b3626ceed4cfeec99 100644 (file)
@@ -112,7 +112,7 @@ shares.
 <title>Passwords</title>
 
 <para>
-Many SMB clients uppercase passwords before sending them. I have no
+When plaintext passwords are used, very old SMB clients uppercase passwords before sending them. I have no
 idea why they do this. Interestingly WfWg uppercases the password only
 if the server is running a protocol greater than COREPLUS, so
 obviously it isn't just the data entry routines that are to blame.
@@ -123,12 +123,11 @@ Unix passwords are case sensitive. So if users use mixed case
 passwords they are in trouble.
 </para>
 
-<para>
-Samba can try to cope with this by either using the "password level"
-option which causes Samba to try the offered password with up to the
-specified number of case changes, or by using the "password server"
-option which allows Samba to do its validation via another machine
-(typically a WinNT server).
+<para>Samba will try an additional all lower cased password
+authentication if it receives an all uppercase password. Samba used to
+support an option called "password level" that would try to crack
+password by trying all case permutations, but that option has been
+removed.
 </para>
 
 <para>