diff options
author | Tim Potter <tpot@samba.org> | 2001-05-17 06:08:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-17 06:08:49 +0000 |
commit | 083b74c743f0026693fa0fbe665ed08a3ac706b8 (patch) | |
tree | f7d11850d441b73966978f69091bd5d2d75d18b5 /source/smbd/reply.c | |
parent | 672242a52eafde35cba4657bce248fef0df9e46b (diff) | |
download | samba-083b74c743f0026693fa0fbe665ed08a3ac706b8.tar.gz samba-083b74c743f0026693fa0fbe665ed08a3ac706b8.tar.xz samba-083b74c743f0026693fa0fbe665ed08a3ac706b8.zip |
Fixes to get pam_auth() functionality working again.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r-- | source/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 41970c4040f..2e4837013e2 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -616,7 +616,7 @@ static BOOL check_domain_security(char *orig_user, char *domain, char *unix_user ret = domain_client_validate(orig_user, domain, smb_apasswd, smb_apasslen, smb_ntpasswd, smb_ntpasslen, - &user_exists); + &user_exists, NULL); if(ret) { /* |