The branch, master has been updated
       via  487c9d3 s3: No value change, just use the correct enum value
      from  fd69ebd s3-ntlmssp Remove unused ntlmssp_set_hashes() and do not 
set an invalid LM hash

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 487c9d3b83ba41e0418ca67490adf9dbb2bcd09d
Author: Volker Lendecke <[email protected]>
Date:   Fri Jan 6 14:21:37 2012 +0100

    s3: No value change, just use the correct enum value
    
    Autobuild-User: Volker Lendecke <[email protected]>
    Autobuild-Date: Fri Jan  6 16:33:42 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 nsswitch/pam_winbind.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c
index 0497726..831fa84 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -1946,7 +1946,7 @@ static int winbind_chauthtok_request(struct pwb_context 
*ctx,
        }
 
        params.account_name             = user;
-       params.level                    = WBC_AUTH_USER_LEVEL_PLAIN;
+       params.level                    = WBC_CHANGE_PASSWORD_LEVEL_PLAIN;
        params.old_password.plaintext   = oldpass;
        params.new_password.plaintext   = newpass;
        params.flags                    = flags;


-- 
Samba Shared Repository

Reply via email to