summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-11 22:26:46 +0200
committerVolker Lendecke <vl@samba.org>2010-04-11 22:59:46 +0200
commit04f9e33de140235d387a254403909063b8c30f9e (patch)
tree717f90d6ed3441d5d4a51f2d9216b973ed2ac539 /source3/include
parenta0c175eca9d296e8434acbdb1a87241d64d86f7b (diff)
downloadsamba-04f9e33de140235d387a254403909063b8c30f9e.tar.gz
samba-04f9e33de140235d387a254403909063b8c30f9e.tar.bz2
samba-04f9e33de140235d387a254403909063b8c30f9e.zip
s3: Make check_sam_security public
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b6bc7a2f75..1efa3cf27e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -61,6 +61,10 @@ NTSTATUS auth_ntlmssp_update(AUTH_NTLMSSP_STATE *auth_ntlmssp_state,
/* The following definitions come from auth/auth_sam.c */
+NTSTATUS check_sam_security(const DATA_BLOB *challenge,
+ TALLOC_CTX *mem_ctx,
+ const struct auth_usersupplied_info *user_info,
+ struct auth_serversupplied_info **server_info);
NTSTATUS auth_sam_init(void);
/* The following definitions come from auth/auth_server.c */