summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-07 00:49:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 10:56:26 +0200
commit5c3e985fb53e7e210d665a6fc8199b0844019340 (patch)
treefd8acc588f1d815567dad8ee4b12215330aa7f12
parent622faa268754eb1832bab638380991d419625519 (diff)
downloadsamba-5c3e985fb53e7e210d665a6fc8199b0844019340.tar.gz
samba-5c3e985fb53e7e210d665a6fc8199b0844019340.tar.bz2
samba-5c3e985fb53e7e210d665a6fc8199b0844019340.zip
s4-auth: remove unused prototype
-rw-r--r--source4/auth/auth.h5
1 files changed, 1 insertions, 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,