History log of /dokuwiki/lib/plugins/authldap/conf/metadata.php (Results 1 – 13 of 13)
Revision Date Author Comments
# 60668223 09-Jan-2025 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes


# 6405e5fd 31-Dec-2024 spike <spike@fedoraproject.org>

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


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 6162eea8 09-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Also add the attributes conf param to metadata.php and to the Catalan and English langs


# 8ef94e9e 12-Mar-2016 Andreas Gohr <andi@splitbrain.org>

obfuscate auth passwords in config. fixes #1487

we already do it for other passwords, so it makes sense to do it here as
well.


# 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


# bed4ab79 03-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

change 'debug' setting to 'security' (rather than 'danger')


# 7e2d1133 03-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

add 'danger' alert to authldap config settings


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


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

Complete metadata and defaults of auth plugin configs


# 10bf8148 02-Feb-2013 Andreas Gohr <andi@splitbrain.org>

dded config metadata for authldap plugin