| 8a285f7f | 09-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
AUTH_PASSWORD_GENERATE event added
This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147 |
| 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). |
| 12d195ab | 07-Jun-2013 |
Andreas Gohr <andi@splitbrain.org> |
treat empty AD credentials as NULL values FS#2781 |
| 7482f2d6 | 07-Jun-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| 01fb97e2 | 27-May-2013 |
Anika Henke <anika@selfthinker.org> |
fixed references from old mysql authtype to new mysql plugin in mysql.conf example |
| 6b519690 | 27-May-2013 |
Anika Henke <anika@selfthinker.org> |
fixed broken default config options (FS#2789) |
| 0e748a96 | 06-May-2013 |
Anika Henke <anika@selfthinker.org> |
updated dates in templates' and plugins' info.txt files |
| 8fb341d2 | 05-May-2013 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Japanese language update |
| b055d707 | 05-May-2013 |
Miroslav Kučera <mkucera66@seznam.cz> |
Czech language update |
| 9199f1a4 | 26-Apr-2013 |
Ivan I. Udovichenko <sendtome@mymailbox.pp.ua> |
Russian language update |
| 28cac109 | 26-Apr-2013 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Japanese language update |
| 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 |
| 14642325 | 25-Apr-2013 |
Andreas Gohr <gohr@cosmocode.de> |
authad: don't request empty fields |
| 1e52e72a | 22-Apr-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix expiry check for adLDAP version FS#2759 |
| 87945c0e | 22-Apr-2013 |
이명진 <aranet100@gmail.com> |
Japanese language update |
| eb120650 | 22-Apr-2013 |
Klap-in <klapinklapin@gmail.com> |
fix ids in de lang of authAD |
| 2de592cb | 21-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
de/de-informal: Change "Vorlage" to "Template" |
| bb7b8a51 | 21-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
de/de-informal: Re-add TOC suffixes (Will be removed after the release again) |
| 4c1219f3 | 21-Apr-2013 |
Mateng Schimmerlos <mateng@firemail.de> |
de/de-informal: Re-apply the updates of ba09710ad34bb383ae3526e84490a3d545f78866 |
| 1b228d28 | 21-Apr-2013 |
Klap-in <klapinklapin@gmail.com> |
Rename ad_username to admin_username canDo getUsers to false when unavailable |
| bba10e63 | 21-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
Revert "German language update"
This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866.
Conflicts: lib/plugins/authad/lang/de/settings.php |
| 3002d731 | 19-Apr-2013 |
Andreas Gohr <andi@splitbrain.org> |
adjusted authad language files for config option change |
| a426a6cd | 19-Apr-2013 |
Andreas Gohr <andi@splitbrain.org> |
LDAP: do not bind anonymously if superuser is set FS#2607 |