summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.h
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2013-07-16 11:47:27 -0400
committerMartin Kosek <mkosek@redhat.com>2013-07-18 18:08:53 +0200
commit6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958 (patch)
treeaf840dd2272f89c4e4cb7ec00087c40b1c60f03e /daemons/ipa-kdb/ipa_kdb.h
parente95a7b1b8db9fb12c25fd371cac627352c5e93fb (diff)
downloadfreeipa-6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958.tar.gz
freeipa-6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958.tar.xz
freeipa-6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958.zip
Use libunistring ulc_casecmp() on unicode strings
https://fedorahosted.org/freeipa/ticket/3772
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 54869d8f9..f7797c493 100644
--- a/daemons/ipa-kdb/ipa_kdb.h
+++ b/daemons/ipa-kdb/ipa_kdb.h
@@ -158,7 +158,7 @@ int ipadb_ldap_attr_to_krb5_timestamp(LDAP *lcontext, LDAPMessage *le,
char *attrname, krb5_timestamp *result);
int ipadb_ldap_attr_has_value(LDAP *lcontext, LDAPMessage *le,
- char *attrname, char *value);
+ char *attrname, const char *value);
int ipadb_ldap_deref_results(LDAP *lcontext, LDAPMessage *le,
LDAPDerefRes **results);