summaryrefslogtreecommitdiffstats
path: root/server/external/ldap.m4
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-63/+0
| | | | Also update BUILD.txt
* Add check for broken LDAP connection callbacksSumit Bose2010-02-121-1/+11
|
* Reactivate old fd handling conditionallySumit Bose2010-02-051-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.
* add a replacement if ldap_control_create is missingSumit Bose2009-10-131-0/+9
|
* make openldap the only used LDAP librarySumit Bose2009-03-091-36/+25
|
* Add PAM responderSumit Bose2009-02-241-0/+51
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>