History log of /dokuwiki/lib/plugins/authad/auth.php (Results 26 – 50 of 61)
Revision Date Author Comments
# 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


# 342753d2 01-Jul-2016 Andreas Gohr <andi@splitbrain.org>

fixed password decoding

We decoded the wrong option here before.


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


# bb30445d 13-Nov-2015 Michael Wilmes <mwilmes@wilminator.com>

* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desire

* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desired that the user could edit their attributes or to prevent errors in case AD does not permit the user to update these attributes.

show more ...


# 8f03c311 06-May-2015 Patrick Brown <ptbrown@whoopdedo.org>

Error reporting for database auth plugins


# 5b795a65 01-Apr-2015 Patrick Brown <ptbrown@whoopdedo.org>

Move language string to authad plugin


# 07aec029 12-Mar-2015 Michael Große <grosse@cosmocode.de>

Escape user strings given to adLDAP


# 7910cbbb 12-Mar-2015 Michael Große <grosse@cosmocode.de>

Explain functions in docstrings


# 6fcf992c 12-Mar-2015 Michael Große <grosse@cosmocode.de>

Clean up code, add phpdoc comments, some refactoring, etc.


# 462e9e37 12-Mar-2015 Michael Große <grosse@cosmocode.de>

Disable the ``last`` button when filtering groups

Since we cannot effectively filter for groups and have to work with
incremental prefetching, the ``last`` button is mostly broken/buggy.
Hence it is

Disable the ``last`` button when filtering groups

Since we cannot effectively filter for groups and have to work with
incremental prefetching, the ``last`` button is mostly broken/buggy.
Hence it is disabled in this usecase.

show more ...


# c52f6cd2 12-Mar-2015 Michael Große <grosse@cosmocode.de>

When filtering for group implement prefetching


# 67a31a83 12-Mar-2015 Michael Große <grosse@cosmocode.de>

Create and use ad search for user, name and email


# 25f80763 11-Mar-2015 Michael Große <grosse@cosmocode.de>

Get total number of users in ad, needed for paging


# 253d4b48 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more PHPDocs, unused var, small bit code reformatting


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


# 2046a654 12-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

Allow user info to be retrieved without groups

Some parts of dokuwiki (e.g. recent changes, old revisions) can
requests lots of user info (to provide editor names) without
requiring any group inform

Allow user info to be retrieved without groups

Some parts of dokuwiki (e.g. recent changes, old revisions) can
requests lots of user info (to provide editor names) without
requiring any group information.

This change also implements caching of user info by authmysql &
authpgsql plugins to avoid repeated querying of the DB to retrieve
the same user information.

show more ...


# d2fb55d5 05-Mar-2014 Andreas Gohr <andi@splitbrain.org>

Merge pull request #541 from splitbrain/multidomainad

Show a domain dropdown when multiple AD domains are configured


# 0ba750c0 15-Feb-2014 Andreas Gohr <andi@splitbrain.org>

fixed retrieveUser function in authad

previously it never returned any users


# 9a2c73e8 15-Feb-2014 Andreas Gohr <andi@splitbrain.org>

streamlined retrieveUsers() signature over all auth plugins FS#2919


# 741b8a48 14-Feb-2014 Andreas Gohr <andi@splitbrain.org>

Show a domain dropdown when multiple AD domains are configured

This integrates the functionality of the now outdated addomain plugin
directly into the authad plugin and makes multi-domain setups usa

Show a domain dropdown when multiple AD domains are configured

This integrates the functionality of the now outdated addomain plugin
directly into the authad plugin and makes multi-domain setups usable
without SSO.

See also https://github.com/cosmocode/dokuwiki-plugin-addomain

show more ...


# d34a2a38 22-Oct-2013 Andreas Gohr <andi@splitbrain.org>

allow charset for SSO to be configured FS#2148


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

treat empty AD credentials as NULL values FS#2781


# a154806f 25-Apr-2013 Andreas Gohr <gohr@cosmocode.de>

authad: capabilities depend on userdomain specific config


# 8257d713 25-Apr-2013 Andreas Gohr <gohr@cosmocode.de>

authad: added compatibility for old option names

adLDAP renamed the ad_username and ad_password to admin_username
admin_password recently. this makes our backend recognize the old
settings


123