s4-auth: remove unused prototype
authorAndrew Tridgell <tridge@samba.org>
Fri, 6 May 2011 14:49:38 +0000 (00:49 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 8 May 2011 08:56:26 +0000 (10:56 +0200)
source4/auth/auth.h

index 1704b5eaf2b8285fd8c2facf191647a0bf37d5bf..74f9f860a6b8756564446bae5b64ea689eb65ff5 100644 (file)
@@ -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,