History log of /dokuwiki/lib/plugins/authldap/conf/default.php (Results 1 – 8 of 8)
Revision Date Author Comments
# 6405e5fd 31-Dec-2024 spike <spike@fedoraproject.org>

Add option 'modPassPlain' to send plaintext password updates to LDAP server


# 4be0be3d 08-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Add support for custom attributes in LDAP search


# 6619ddf4 03-Mar-2015 Sascha Klopp <klopp@rrzn.uni-hannover.de>

Two new authldap config options: 'userkey' denotes the LDAP
attribute holding the username, 'modPass' allows to disable
password changing by the user.


# d75d76b2 09-Feb-2015 Andreas Gohr <gohr@cosmocode.de>

fix referral settings in AuthLDAP. closes #1023


# e7fbe189 07-Jun-2013 Andreas Gohr <andi@splitbrain.org>

fix ldap deref option FS2798

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).


# 6b519690 27-May-2013 Anika Henke <anika@selfthinker.org>

fixed broken default config options (FS#2789)


# 45970804 16-Feb-2013 Klap-in <klapinklapin@gmail.com>

Complete metadata and defaults of auth plugin configs


# 70e4a085 09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

fixes for authldap

* makes proper use of plugin config
* adds a few first defaults, but the whole config metadata is still
missing
* proper PHP5 use and comments