aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
|
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-5/+5
|
* Make ldap plugin python3 compatibleOlivier Mehani2020-05-061-1/+1
| | | | Signed-off-by: Olivier Mehani <shtrom+mediagoblin@ssji.net>
* Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-1/+3
|
* catch a keyerrorRodney Ewing2013-08-151-5/+5
|
* use pluginapi.get_configRodney Ewing2013-08-151-2/+2
|
* - fixed typo with unbinding codeRodney Ewing2013-08-151-3/+17
| | | | - added the ability to get the user's email from the ldap server upon registration
* - changed host and port to just a server uriRodney Ewing2013-08-151-4/+11
| | | | | - added an option to connect with TLS - unbind after when done
* ldap uses it own viewsRodney Ewing2013-08-151-19/+3
|
* starting ldap pluginRodney Ewing2013-08-151-0/+60