summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/conf
Commit message (Collapse)AuthorAge
* Two new authldap config options: 'userkey' denotes the LDAPSascha Klopp2015-03-03
| | | | | attribute holding the username, 'modPass' allows to disable password changing by the user.
* fix referral settings in AuthLDAP. closes #1023Andreas Gohr2015-02-09
|
* change 'debug' setting to 'security' (rather than 'danger')Christopher Smith2013-08-03
|
* add 'danger' alert to authldap config settingsChristopher Smith2013-08-03
|
* 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
|
* dded config metadata for authldap pluginAndreas Gohr2013-02-02
|
* 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