BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change using...
authorGerald Carter <jerry@samba.org>
Thu, 18 Mar 2004 18:10:30 +0000 (18:10 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 18 Mar 2004 18:10:30 +0000 (18:10 +0000)
(This used to be commit ad59b6fd9c822033bb8ab85ef9c51ec912fd9fd5)

source3/pam_smbpass/pam_smb_auth.c

index f4cbb59af31e4fe6c2632fbf08c2b13d84e93bdc..4452538d32c24cf2fd8a61be0897e4f86d1d0be5 100644 (file)
@@ -198,7 +198,7 @@ static int _smb_add_user(pam_handle_t *pamh, unsigned int ctrl,
 
     /* Add the user to the db if they aren't already there. */
    if (!exist) {
-       retval = local_password_change( name, LOCAL_ADD_USER,
+       retval = local_password_change( name, LOCAL_ADD_USER|LOCAL_SET_PASSWORD,
                                         pass, err_str,
                                         sizeof(err_str),
                                         msg_str, sizeof(msg_str) );