From f21182e24fe440b0cec57baf52cfbe6e07d6c7b7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 18 Mar 2004 18:09:59 +0000 Subject: [PATCH] BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change using pam_smbpass --- source/pam_smbpass/pam_smb_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pam_smbpass/pam_smb_auth.c b/source/pam_smbpass/pam_smb_auth.c index f4cbb59af31..4452538d32c 100644 --- a/source/pam_smbpass/pam_smb_auth.c +++ b/source/pam_smbpass/pam_smb_auth.c @@ -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) ); -- 2.11.4.GIT