From 5c3e985fb53e7e210d665a6fc8199b0844019340 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 7 May 2011 00:49:38 +1000 Subject: s4-auth: remove unused prototype --- source4/auth/auth.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 1704b5eaf2..74f9f860a6 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -175,10 +175,7 @@ NTSTATUS authsam_account_ok(TALLOC_CTX *mem_ctx, const char *name_for_logs, bool allow_domain_trust, bool password_change); -NTSTATUS authsam_expand_nested_groups(struct ldb_context *sam_ctx, - struct ldb_val *dn_val, const bool only_childs, const char *filter, - TALLOC_CTX *res_sids_ctx, struct dom_sid ***res_sids, - unsigned int *num_res_sids); + struct auth_session_info *system_session(struct loadparm_context *lp_ctx); NTSTATUS authsam_make_user_info_dc(TALLOC_CTX *mem_ctx, struct ldb_context *sam_ctx, const char *netbios_name, -- cgit