From 605cfef56c23f39eba88545c43284b061e9755bd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 27 May 2010 02:07:33 -0400 Subject: s3:auth: add function to convert samu to netr_SamInfo3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include') 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); -- cgit