summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-12-16 07:13:58 -0500
committerSimo Sorce <simo@redhat.com>2017-01-25 06:53:46 -0500
commitace018d4cacee51b8b5c2e207cc1b3843cd92582 (patch)
treec426640a9c5d5b9667d86dc9191a93230852c603 /daemons/ipa-kdb/ipa_kdb.h
parenta7213592a0b643a63dbdc8bff5bae08f30448b7b (diff)
downloadfreeipa-pwdpolicy.tar.gz
freeipa-pwdpolicy.tar.xz
freeipa-pwdpolicy.zip
Add support for searching policies in cn=accountspwdpolicy
Use the new multibase search to collect policies from multiple subtrees. The 'any' parameter is set to 'true' so the search stop when the first result is found in any of the bases. https://fedorahosted.org/freeipa/ticket/6568 Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.h')
-rw-r--r--daemons/ipa-kdb/ipa_kdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-kdb/ipa_kdb.h b/daemons/ipa-kdb/ipa_kdb.h
index e1f46c69b..10aaee416 100644
--- a/daemons/ipa-kdb/ipa_kdb.h
+++ b/daemons/ipa-kdb/ipa_kdb.h
@@ -101,6 +101,7 @@ struct ipadb_context {
char *base;
char *realm;
char *realm_base;
+ char *accounts_base;
char *kdc_hostname;
LDAP *lcontext;
krb5_context kcontext;