summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/conf/default.php
Commit message (Collapse)AuthorAge
* fix ldap deref option FS2798Andreas Gohr2013-06-07
| | | | | | Do not pass timelimit and deref settings to ldap_search. These values should be set globally via ldap_set_option() instead (as we do for deref).
* fixed broken default config options (FS#2789)Anika Henke2013-05-27
|
* Complete metadata and defaults of auth plugin configsKlap-in2013-02-16
|
* fixes for authldapAndreas Gohr2012-11-09
* makes proper use of plugin config * adds a few first defaults, but the whole config metadata is still missing * proper PHP5 use and comments