| #
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.
|
| #
234b5c9a |
| 16-Oct-2015 |
Bernhard Liebl <bernhard.liebl@rz.uni-regensburg.de> |
Fix for PHP 7, more debugging output
|
| #
8f03c311 |
| 06-May-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Error reporting for database auth plugins
|
| #
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
|
| #
59bc3b48 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements
|
| #
e0c26282 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues
|
| #
7b950f2d |
| 26-Sep-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge remote-tracking branch 'origin/auth_getUserData_improvements'
* origin/auth_getUserData_improvements: KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace with boolea
Merge remote-tracking branch 'origin/auth_getUserData_improvements'
* origin/auth_getUserData_improvements: KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace with boolean values use $requireGroups constants in auth classes; comments; code improvements fix comment errors, sp. & grammar code styling - add missing braces Allow user info to be retrieved without groups Restore correct public interface of getUserData() for authldap plugin
Conflicts: inc/common.php
show more ...
|
| #
18496fe0 |
| 18-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed undefined variable in LDAP plugin
|
| #
8f2ea93b |
| 08-May-2014 |
Axel Angel <axel+git@vneko.ch> |
Simplify code and remove unreachable check
|
| #
67723447 |
| 04-May-2014 |
Axel Angel <axel+git@vneko.ch> |
Hash and salt password with PassHash::ssha
Moved the block closer to the variable use (indent clearer)
|
| #
719c6730 |
| 04-May-2014 |
Axel Angel <axel+git@vneko.ch> |
Allow authldap to change password with ldap superuser only if necessary
|
| #
06da270e |
| 04-May-2014 |
Axel Angel <axel+git@vneko.ch> |
Authldap: implement change password in modifyUser
|
| #
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 ...
|
| #
d397e6da |
| 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Restore correct public interface of getUserData() for authldap plugin
The outer/public getUserData() implemented as a wrapper for the previous fn which is now protected.
|
| #
9a2c73e8 |
| 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
streamlined retrieveUsers() signature over all auth plugins FS#2919
|
| #
9f72d639 |
| 14-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
authldap: handle bad groupkey gracefully
|
| #
38e97ed0 |
| 03-Feb-2014 |
SteScho <schoch@dsb.net> |
Update auth.php
As suggested by @selfthinker
|
| #
3e23f03e |
| 30-Jan-2014 |
SteScho <schoch@dsb.net> |
Update auth.php
In Novell eDir the group search returns strings, not arrays. Added if-statement which determines if the result is an array or an string.
|
| #
b4304655 |
| 08-Nov-2013 |
Michael Hamann <michael@content-space.de> |
Fix password decryption during LDAP rebinding
The LDAP rebinding was still using the old blowfish encryption instead of AES so rebinding failed.
|
| #
4f11d93d |
| 20-Sep-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
skips 'count' entries in ldap results. Fixes FS#2370
|
| #
04e4890d |
| 07-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix problem when ldap returns no groups FS#2788
|
| #
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).
|
| #
a426a6cd |
| 19-Apr-2013 |
Andreas Gohr <andi@splitbrain.org> |
LDAP: do not bind anonymously if superuser is set FS#2607
|
| #
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
|