Spelling fix, reformatted comment.
authorTim Potter <tpot@samba.org>
Wed, 21 Nov 2001 20:14:25 +0000 (20:14 +0000)
committerTim Potter <tpot@samba.org>
Wed, 21 Nov 2001 20:14:25 +0000 (20:14 +0000)
(This used to be commit 096868bd35b374f97e570676fc23c006b6c7a1d3)

source3/auth/auth_util.c
source3/smbd/auth_util.c

index 16efdbc54e20c9928023eb87559e11322bf149d2..5a86e0292873f27b1370a16d878b9d80f1c44699 100644 (file)
@@ -423,11 +423,13 @@ BOOL make_user_info_winbind(auth_usersupplied_info **user_info,
        if (*password) {
                SMBencrypt( (const uchar *)password, chal, local_lm_response);
                
-               /* This encrypts the lm_pwd feild, which actualy contains the password
-                  rather than the nt_pwd field becouse that contains nothing */
+               /* This encrypts the lm_pwd field, which actualy contains
+                  the password rather than the nt_pwd field becouse that
+                  contains nothing */
                
-               /* WATCH OUT. This doesn't work if the incoming password is incorrectly cased. 
-                  We might want to add a check here and only do an LM in that case */
+               /* WATCH OUT. This doesn't work if the incoming password is
+                  incorrectly cased.  We might want to add a check here
+                  and only do an LM in that case */
                
                SMBNTencrypt((const uchar *)password, chal, local_nt_response);
 
index 16efdbc54e20c9928023eb87559e11322bf149d2..5a86e0292873f27b1370a16d878b9d80f1c44699 100644 (file)
@@ -423,11 +423,13 @@ BOOL make_user_info_winbind(auth_usersupplied_info **user_info,
        if (*password) {
                SMBencrypt( (const uchar *)password, chal, local_lm_response);
                
-               /* This encrypts the lm_pwd feild, which actualy contains the password
-                  rather than the nt_pwd field becouse that contains nothing */
+               /* This encrypts the lm_pwd field, which actualy contains
+                  the password rather than the nt_pwd field becouse that
+                  contains nothing */
                
-               /* WATCH OUT. This doesn't work if the incoming password is incorrectly cased. 
-                  We might want to add a check here and only do an LM in that case */
+               /* WATCH OUT. This doesn't work if the incoming password is
+                  incorrectly cased.  We might want to add a check here
+                  and only do an LM in that case */
                
                SMBNTencrypt((const uchar *)password, chal, local_nt_response);