Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
into a separate class
LdapAuthorization should get a performance improvement as LDAP schema caching is now used
|
|
|
|
|
|
This mainly affects login; before if the user enters a valid username
but invalid password, ldap_get_connection() throws an
LDAP_INVALID_CREDENTIALS error. Now the user sees the regular
"Incorrect username of password" error message.
|
|
|
|
|
|
|
|
|
|
of as plugins.
This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly.
|
|
default ldap connection
|
|
|
|
|
|
|
|
|
|
|
|
login
|
|
Added LDAPAuthorization plugin
|