History log of /dokuwiki/lib/plugins/authldap/auth.php (Results 1 – 25 of 53)
Revision Date Author Comments
# f1c5f121 15-Mar-2025 Andreas Gohr <andi@splitbrain.org>

authldap: avoid warning on invalid mapping setup. #4399


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

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


# cff9a541 07-Aug-2024 Nathan Neulinger <nneul@neulinger.org>

Support a URI parameter for ldap since current code doesn't actually work


# 821c061a 16-Apr-2024 Andreas Gohr <andi@splitbrain.org>

move ldap debug statement

See https://forum.dokuwiki.org/d/22179-dokuwiki-and-openldap-login-failing-with-no-srch/4

This was probably the result of a messy merge.


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

code style: line breaks


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

code style: indent fixes


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

coding style: control flow line breaks


# d868eb89 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function declaration braces/spaces


# 8553d24d 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector renames


# ab9790ca 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to auth plugins


# 82be9eab 26-Jul-2023 Girish Ramakrishnan <girish@cloudron.io>

ldap: do not crash if gidnumber is not present

gidnumber is only present with posixGroup class. If LDAP is configured
to have users with another class, this could be absent.

https://www.rfc-editor.

ldap: do not crash if gidnumber is not present

gidnumber is only present with posixGroup class. If LDAP is configured
to have users with another class, this could be absent.

https://www.rfc-editor.org/rfc/rfc2307.txt

show more ...


# 1c6fde61 16-Dec-2022 Ben Tyger <988950+hydrian@users.noreply.github.com>

Update lib/plugins/authldap/auth.php

I'm fine with that. Other functions returned an empty array() in an error state so I assumed that's what the parent function wanted.

Co-authored-by: Dominik E

Update lib/plugins/authldap/auth.php

I'm fine with that. Other functions returned an empty array() in an error state so I assumed that's what the parent function wanted.

Co-authored-by: Dominik Eckelmann <deckelmann@gmail.com>

show more ...


# 83616da3 13-Dec-2022 hydrian <ben.tyger@tygerclan.net>

Added check for ldap_search


# 0489c64b 16-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2

Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.


# 8371b182 20-May-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Authorization plugins

[enhancement] group sorting in authplain


# c0c77cd2 10-Oct-2019 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'master' into psr2

changes from commit b15f23f6735eabb6dc7e4a996e4ae164139ab7f5 may have
been lost, because the code changed to much.

changes from commit df81ca99eeaf4753d6f09cbddbb529

Merge branch 'master' into psr2

changes from commit b15f23f6735eabb6dc7e4a996e4ae164139ab7f5 may have
been lost, because the code changed to much.

changes from commit df81ca99eeaf4753d6f09cbddbb529afe7ef71c7 need to be
verified. we might need to do some more adjustments.

* master: (49 commits)
translation update
translation update
translation update
translation update
translation update
translation update
translation update
Update config.class.php
translation update
translation update
Update lang.php
Add ugc hint to nofollow
add UGC hint
translation update
translation update
use a script to fetch the correct phpunit
Revert "output travis php version for easier debugging"
setup databases for unit tests in travis
output travis php version for easier debugging
translation update
...

show more ...


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

Add support for custom attributes in LDAP search


# c3cc6e05 06-Mar-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this case where the method name is auto-built from the hash type
name.

show more ...


# d17fc5de 11-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 for authldap plugin


# 3dc2d50c 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

visibility declarations in plugins


# 64159a61 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

line lengths shortened

This makes sure all files use line lenghts shorter than 120 characters.

This is a quick fix. It might not always be the nicest change.


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 8f1011e8 20-Dec-2017 Phy <git@phy25.com>

remove deprecated each calls in plugins


# 40017f0b 26-Sep-2016 Itamar Shoham <itsho@users.noreply.github.com>

Update auth.php

added debug prints to better figure out when LDAP has search issues.


# b83b4364 24-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs for modifyUser() of ldapauth


123