aboutsummaryrefslogtreecommitdiff
path: root/handlers/ldap.helper.in
AgeCommit message (Collapse)Author
2009-05-23Add a vim modeline with indentation settings.Matthijs Kooijman
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
2009-05-23Make all indentation consistent.Matthijs Kooijman
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace.
2008-06-23LDAP helper: make error message clearer when no supported backend is foundintrigeri
2008-06-23LDAP: support HDB backend just as the BDB oneintrigeri
2007-11-24fixup ldap SSL/TLS options, make TLS default in helper, Closes: Trac#13Micah Anderson
2007-11-24fixed ldap helper setting compress option wrong, standardize on optionsMicah Anderson
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri