From ba52834dd97d4c855ab98c2cbab1d6ed8d189de8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 14 Aug 2010 17:45:57 +1000 Subject: s4:auth Remove system_session_anon() from python bindings --- source4/auth/session.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/auth/session.h') diff --git a/source4/auth/session.h b/source4/auth/session.h index 8e22cc0576..3de054aef1 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -37,13 +37,6 @@ struct auth_context; * the off-host credentials */ struct auth_session_info *system_session(struct loadparm_context *lp_ctx) ; -/* - * Create a system session, but with anonymous credentials (so we do - * not need to open secrets.ldb) - */ -struct auth_session_info *system_session_anon(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx); - - NTSTATUS auth_anonymous_server_info(TALLOC_CTX *mem_ctx, const char *netbios_name, struct auth_serversupplied_info **_server_info) ; -- cgit