summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-03-18 18:10:30 +0000
committerGerald Carter <jerry@samba.org>2004-03-18 18:10:30 +0000
commit4b9423fc2205b6f37300e134f425d0aef3022a6e (patch)
tree04395604044f8cc9af731612304433f78ce6bdbd
parent351eb266176f6a4c204e92c206ce3791237b195a (diff)
downloadsamba-4b9423fc2205b6f37300e134f425d0aef3022a6e.tar.gz
samba-4b9423fc2205b6f37300e134f425d0aef3022a6e.tar.bz2
samba-4b9423fc2205b6f37300e134f425d0aef3022a6e.zip
BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change using pam_smbpass
(This used to be commit ad59b6fd9c822033bb8ab85ef9c51ec912fd9fd5)
-rw-r--r--source3/pam_smbpass/pam_smb_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/pam_smbpass/pam_smb_auth.c b/source3/pam_smbpass/pam_smb_auth.c
index f4cbb59af3..4452538d32 100644
--- a/source3/pam_smbpass/pam_smb_auth.c
+++ b/source3/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) );