index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
LdapAuthorization
Age
Commit message (
Expand
)
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
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 of...
Craig Andrews
2009-11-18
You cannot use static that way - using another approach to save reuse the def...
Craig Andrews
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 l...
Craig Andrews
2009-11-18
Added Authorization plugin
Craig Andrews