summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-17 06:08:49 +0000
committerTim Potter <tpot@samba.org>2001-05-17 06:08:49 +0000
commit2d27d8c720b705e8ca9575682948c0750c1bb080 (patch)
tree279642be0c653bb1215685164b623dba9d96d462 /source3/smbd/reply.c
parent89de0c46ad994bd15217b4eb6c8d3793e35ffb92 (diff)
downloadsamba-2d27d8c720b705e8ca9575682948c0750c1bb080.tar.gz
samba-2d27d8c720b705e8ca9575682948c0750c1bb080.tar.bz2
samba-2d27d8c720b705e8ca9575682948c0750c1bb080.zip
Fixes to get pam_auth() functionality working again.
(This used to be commit 083b74c743f0026693fa0fbe665ed08a3ac706b8)
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 41970c4040..2e4837013e 100644
--- a/source3/smbd/reply.c
+++ b/source3/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) {
/*