summaryrefslogtreecommitdiff
path: root/plugins/LdapAuthorization
AgeCommit message (Collapse)Author
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