summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-21 17:27:20 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-21 17:27:20 +0000
commit680dcc934182544aa49a4a426f2263c1aaedd4aa (patch)
tree33a109520bfddc4c180499c707d2f546a6bb44ba /source3/smbd/password.c
parent4081147c31919a973ce1859394d0f5a49a0c2f39 (diff)
downloadsamba-680dcc934182544aa49a4a426f2263c1aaedd4aa.tar.gz
samba-680dcc934182544aa49a4a426f2263c1aaedd4aa.tar.bz2
samba-680dcc934182544aa49a4a426f2263c1aaedd4aa.zip
hmmm... have to add client-side support in domain_client_validate() to
_use_ user session key. (This used to be commit be6a6b13939798a9c7242b38864f0ce842391a74)
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 690e2e5f5c..3d7a35fac8 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -1097,8 +1097,9 @@ use this machine as the password server.\n"));
BOOL domain_client_validate( char *user, char *domain, char *server_list,
char *acct_name, uint16 acct_type,
- char *smb_apasswd, int smb_apasslen,
- char *smb_ntpasswd, int smb_ntpasslen)
+ char *smb_apasswd, int smb_apasslen,
+ char *smb_ntpasswd, int smb_ntpasslen,
+ uchar user_sess_key[16])
{
uint16 nt_pipe_fnum;
unsigned char local_challenge[8];