summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2015-07-28 11:00:41 +0200
committerAlexander Bokovoy <abokovoy@redhat.com>2015-08-10 09:39:13 +0000
commit43833ccbca01c8892409586b5e8381de2096ac1b (patch)
tree7d1832c25192be45b69e9c62ea3be5b5ea287aa4 /daemons/ipa-kdb/ipa_kdb.h
parentc906784ded416eec70704a07e3923601fe509927 (diff)
downloadfreeipa-43833ccbca01c8892409586b5e8381de2096ac1b.tar.gz
freeipa-43833ccbca01c8892409586b5e8381de2096ac1b.tar.xz
freeipa-43833ccbca01c8892409586b5e8381de2096ac1b.zip
IPA KDB: allow case in-sensitive realm in AS request
If the canonicalization flag is set the realm of the client principal in an AS request (kinit) is transformed into upper-case to match the IPA convention for realm names. Resolves https://fedorahosted.org/freeipa/ticket/4844
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.h')
-rw-r--r--daemons/ipa-kdb/ipa_kdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-kdb/ipa_kdb.h b/daemons/ipa-kdb/ipa_kdb.h
index 4abb7335d..a9d36fe25 100644
--- a/daemons/ipa-kdb/ipa_kdb.h
+++ b/daemons/ipa-kdb/ipa_kdb.h
@@ -133,7 +133,7 @@ struct ipadb_context *ipadb_get_context(krb5_context kcontext);
int ipadb_get_connection(struct ipadb_context *ipactx);
/* COMMON LDAP FUNCTIONS */
-char *ipadb_filter_escape(const char *input, bool star);
+char *ipadb_filter_escape(const char *input, bool star, bool unify);
krb5_error_code ipadb_simple_search(struct ipadb_context *ipactx,
char *basedn, int scope,
char *filter, char **attrs,