summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
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/include/proto.h
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/include/proto.h')
-rw-r--r--source3/include/proto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9206c5e578..a5348d4e88 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4033,8 +4033,9 @@ BOOL server_validate(char *user, char *domain,
char *ntpass, int ntpasslen);
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]);
/*The following definitions come from smbd/pipes.c */