summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-01-18 19:13:19 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-01-18 10:55:05 +0100
commit24a4b9a7387f75c6d6a922800bef9b2178747f86 (patch)
tree0b5d8f9ea092d8bff2eca11d370a4b64b0386b7d /source4/auth/auth.h
parent08051ae29e53e83844bffb67bfe8ecf1cf4dc887 (diff)
downloadsamba-24a4b9a7387f75c6d6a922800bef9b2178747f86.tar.gz
samba-24a4b9a7387f75c6d6a922800bef9b2178747f86.tar.bz2
samba-24a4b9a7387f75c6d6a922800bef9b2178747f86.zip
s4-auth Extend python bindings to allow ldb and message to be specified
This will allow for some more tokenGroups tests in future. Andrew Bartlett
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index 33c398df99..6d3dedefbf 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -233,6 +233,7 @@ NTSTATUS auth_context_create_methods(TALLOC_CTX *mem_ctx, const char **methods,
struct loadparm_context *lp_ctx,
struct ldb_context *sam_ctx,
struct auth_context **auth_ctx);
+const char **auth_methods_from_lp(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
NTSTATUS auth_context_create(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,