diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-27 02:07:33 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-28 00:55:17 +0200 |
commit | 605cfef56c23f39eba88545c43284b061e9755bd (patch) | |
tree | 96d7c0af6cde0c55212bcafcf76ba243f8a79c99 /source3/include | |
parent | 667716d2041fc531bfa6241b02bbfc12d7666e51 (diff) | |
download | samba-605cfef56c23f39eba88545c43284b061e9755bd.tar.gz samba-605cfef56c23f39eba88545c43284b061e9755bd.tar.bz2 samba-605cfef56c23f39eba88545c43284b061e9755bd.zip |
s3:auth: add function to convert samu to netr_SamInfo3
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6c9790bc12..9a19fbe9b5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -178,6 +178,11 @@ NTSTATUS auth_winbind_init(void); struct auth_serversupplied_info *make_server_info(TALLOC_CTX *mem_ctx); +NTSTATUS samu_to_SamInfo3(TALLOC_CTX *mem_ctx, + struct samu *samu, + const char *login_server, + struct netr_SamInfo3 **_info3); + /* The following definitions come from auth/auth_wbc.c */ NTSTATUS auth_wbc_init(void); |