summaryrefslogtreecommitdiff
path: root/plugins/LdapAuthentication
AgeCommit message (Expand)Author
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-04-17don't attempt to read a user's ldap passwordCraig Andrews
2010-03-23Fix some regressions caused by refactor of LDAP pluginCraig Andrews
2010-03-22Need to pass the password parameter to checkPasswordCraig Andrews
2010-03-22Refactor common parts of LdapAuthorization and LdapAuthentication plugins int...Craig Andrews
2010-03-08ldap_get_connection() to return null when passed a config with bad user/pw.Jeffery To
2010-03-01Use common_nicknamize() in better places.Craig Andrews
2010-02-26Show messaging on the login and registration forms informing users that they ...Craig Andrews
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-29Pass username and nickname to autoregister so auth plugins can set the nickna...Craig Andrews
2010-01-14Add nickname suggestion capability for use during autoregistration.Craig Andrews
2010-01-09Add version information to a bunch of pluginsCraig Andrews
2010-01-06remove invalid calls to AuthenticationPlugin::onAutoloadCraig Andrews
2010-01-05Move Authorization and Authentication plugin structures into core, instead of...Craig Andrews
2009-12-19Cache the LDAP schema in memcache (if memcache is available)Craig Andrews
2009-12-18Allow caching of ldap schema, greatly improves performance.Eric Helgeson
2009-12-18search->count() doesnt seem to be cached, so we willEric Helgeson
2009-12-18Limit search to only the basedn we're looking inEric Helgeson
2009-11-18You cannot use static that way - using another approach to save reuse the def...Craig Andrews
2009-11-18Reuse ldap connections for the default configCraig Andrews
2009-11-18attributes['username'] is requiredCraig Andrews
2009-11-18Added Authorization pluginCraig Andrews
2009-11-18Improved parameter checkingCraig Andrews
2009-11-17(Theoretically) allow users to change their passwords.Craig Andrews
2009-11-17Reformatted for 80 character width, and clarified the username/nickname attri...Craig Andrews
2009-11-12Added a User_username table that links the external username with a StatusNet...Craig Andrews
2009-11-11Don't use common_config anymoreCraig Andrews
2009-11-11Correct stupid spelling errorsCraig Andrews
2009-11-11Rename the plugins, as I'm separating out Authn, Authz, and user information ...Craig Andrews