summaryrefslogtreecommitdiff
path: root/source4/auth/session.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-08-14 17:45:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-08-18 09:50:44 +1000
commitba52834dd97d4c855ab98c2cbab1d6ed8d189de8 (patch)
tree013f7077722cf7cf3e3a4245fea817deb96f3451 /source4/auth/session.h
parenta68a5592c5fc88fc7ba335cfbe375d687c8b8112 (diff)
downloadsamba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.tar.gz
samba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.tar.bz2
samba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.zip
s4:auth Remove system_session_anon() from python bindings
Diffstat (limited to 'source4/auth/session.h')
-rw-r--r--source4/auth/session.h7
1 files changed, 0 insertions, 7 deletions
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) ;