summaryrefslogtreecommitdiff
path: root/plugins/LdapAuthorization
AgeCommit message (Collapse)Author
2010-09-15Update/add pot files for plugins.Siebrand Mazeland
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-04-30Remove .po source files. Using pot files.Siebrand Mazeland
2010-04-30Update gettext localisation files.Siebrand Mazeland
2010-03-22Refactor common parts of LdapAuthorization and LdapAuthentication plugins ↵Craig Andrews
into a separate class LdapAuthorization should get a performance improvement as LDAP schema caching is now used
2010-03-21Fix stupid typo in ldap authorization debug loggingCraig Andrews
2010-03-09Fix error loggingCraig Andrews
2010-03-08ldap_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-24Make LDAP connection error fatal - there really is no way to recover from that.Craig Andrews
2010-02-24Improve description of what the provide_name parameter meansCraig Andrews
2010-01-09Add version information to a bunch of pluginsCraig Andrews
2010-01-06Remove erroneous call to parent::onInitializePlugin()Craig Andrews
2010-01-05Move 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-18You cannot use static that way - using another approach to save reuse the ↵Craig Andrews
default ldap connection
2009-11-18Reuse ldap connections for the default configCraig Andrews
2009-11-18do not required that roles_to_groups be specifiedCraig Andrews
2009-11-18rename isMemberOfGroup to be more consistent with other LDAP functionsCraig Andrews
2009-11-18attributes['username'] is requiredCraig Andrews
2009-11-18Add some functions that were previously undefinedCraig Andrews
2009-11-18Add login_group configuration option so only members of a certain group can ↵Craig Andrews
login
2009-11-18Added Authorization pluginCraig Andrews
Added LDAPAuthorization plugin