Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | Fix error logging | Craig Andrews | |
2010-03-08 | ldap_get_connection() to return null when passed a config with bad user/pw. | Jeffery To | |
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. | |||
2010-02-24 | Make LDAP connection error fatal - there really is no way to recover from that. | Craig Andrews | |
2010-02-24 | Improve description of what the provide_name parameter means | Craig Andrews | |
2010-01-09 | Add version information to a bunch of plugins | Craig Andrews | |
2010-01-06 | Remove erroneous call to parent::onInitializePlugin() | Craig Andrews | |
2010-01-05 | Move Authorization and Authentication plugin structures into core, instead ↵ | Craig Andrews | |
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. | |||
2009-11-18 | You cannot use static that way - using another approach to save reuse the ↵ | Craig Andrews | |
default ldap connection | |||
2009-11-18 | Reuse ldap connections for the default config | Craig Andrews | |
2009-11-18 | do not required that roles_to_groups be specified | Craig Andrews | |
2009-11-18 | rename isMemberOfGroup to be more consistent with other LDAP functions | Craig Andrews | |
2009-11-18 | attributes['username'] is required | Craig Andrews | |
2009-11-18 | Add some functions that were previously undefined | Craig Andrews | |
2009-11-18 | Add login_group configuration option so only members of a certain group can ↵ | Craig Andrews | |
login | |||
2009-11-18 | Added Authorization plugin | Craig Andrews | |
Added LDAPAuthorization plugin |