summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap_be.c
Commit message (Collapse)AuthorAgeFilesLines
* minor fixes for the build processSumit Bose2009-03-061-0/+7
| | | | enable --without-tests
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-10/+10
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* added more ldap backend options and an example configurationSumit Bose2009-02-251-68/+92
| | | | Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Add PAM responderSumit Bose2009-02-241-0/+676
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>