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


# 1b228d28 21-Apr-2013 Klap-in <klapinklapin@gmail.com>

Rename ad_username to admin_username
canDo getUsers to false when unavailable


# 3002d731 19-Apr-2013 Andreas Gohr <andi@splitbrain.org>

adjusted authad language files for config option change


# 00d58927 20-Feb-2013 Michael Hamann <michael@content-space.de>

Fix remaining missing $INPUT uses FS#2577

This adds $INPUT in all places where it was still missing and available.
$INPUT is now also used in places where using $_REQUEST/... was okay in
order to ma

Fix remaining missing $INPUT uses FS#2577

This adds $INPUT in all places where it was still missing and available.
$INPUT is now also used in places where using $_REQUEST/... was okay in
order to make the code consistent.

show more ...


# 32fd494a 09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

authad fixes

* fixes incorrect $this->adldap calls
* makes use of correct plugin config


# 76ce1169 09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

moved adLDAP to authad plugin and fixed includes


# 5a65cc7f 09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

some comment cleanup in authad


# 454d868b 09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

make all sub auth classes call the parent constructor

This does nothing currently but allows us adding certain things
to the base class later.


# 93a7873e 06-Oct-2012 Andreas Gohr <andi@splitbrain.org>

Merge remote-tracking branch 'janschumann/master' into future

This merge fixes all conflicts but is otherwise untested and might break
funktionality in the auth system somewhere. It NEEDS MAJOR TEST

Merge remote-tracking branch 'janschumann/master' into future

This merge fixes all conflicts but is otherwise untested and might break
funktionality in the auth system somewhere. It NEEDS MAJOR TESTING!

Some refactoring of the auth plugins is still needed:

* move to PHP5 style
* fix comments
* add plugin.info.txt

* janschumann/master:
Refactored auth system: All auth methods are now introduced as plugins.
Bugfix: auth types are now correcty added
Setup auth system from plugins
Added Auth-Plugin-Prototype to autoload
Load auth types from plugins in settings_authtype class
Added prototype for Auth-Plugins
added plugin type 'auth'

Conflicts:
inc/auth.php
inc/auth/pgsql.class.php
inc/init.php
inc/load.php
lib/plugins/auth.php
lib/plugins/authad/auth.php
lib/plugins/authldap/auth.php
lib/plugins/authmysql/auth.php
lib/plugins/authplain/auth.php

show more ...


# f4476bd9 20-Feb-2012 Jan Schumann <js@schumann-it.com>

Refactored auth system: All auth methods are now introduced as plugins.


123