summaryrefslogtreecommitdiff
path: root/server/external/ldap.m4
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12Add check for broken LDAP connection callbacksSumit Bose1-1/+11
2010-02-05Reactivate old fd handling conditionallySumit Bose1-0/+4
Older versions of openLDAP do not provide a connection callback. This patch adds a configure check to see if the callback is available and activates the old way of handling the file description of the LDAP connection. This also means that it is not possible to follow referrals.
2009-10-13add a replacement if ldap_control_create is missingSumit Bose1-0/+9
2009-03-09make openldap the only used LDAP librarySumit Bose1-36/+25
2009-02-24Add PAM responderSumit Bose1-0/+51
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>