]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify LDAP module by relying on OpenLDAP 2.1 569/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 22 Nov 2016 07:17:38 +0000 (02:17 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 24 Nov 2016 00:26:52 +0000 (19:26 -0500)
commit1d2ba62150f02751c58ccd3ab011c793be04a144
treed076e81a915b6aedd23709c14847ee8b1279f168
parent6ee24f97b98f9c045632b1ce0670a3eb508cb833
Simplify LDAP module by relying on OpenLDAP 2.1

Solaris 11 provides an OpenLDAP library (which we don't auto-detect,
but should) in addition to the old Mozilla LDAP library; this will
become the default LDAP library in the next release.  As there is no
longer a need to build against the Mozilla LDAP library, and as we
have unwittingly relied on some OpenLDAP-specific features since 1.13,
remove the compatibility code for the Mozilla LDAP library and just
require OpenLDAP 2.1 (which added ldap_str2dn).
src/configure.in
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h
src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c