Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -2/+0 |
| | |||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -5/+5 |
| | |||||
* | Make ldap plugin python3 compatible | Olivier Mehani | 2020-05-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Olivier Mehani <shtrom+mediagoblin@ssji.net> | ||||
* | Use six.iteritems() instead of dict.iteritems(). | Berker Peksag | 2014-05-26 | 1 | -1/+3 |
| | |||||
* | catch a keyerror | Rodney Ewing | 2013-08-15 | 1 | -5/+5 |
| | |||||
* | use pluginapi.get_config | Rodney Ewing | 2013-08-15 | 1 | -2/+2 |
| | |||||
* | - fixed typo with unbinding code | Rodney Ewing | 2013-08-15 | 1 | -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 uri | Rodney Ewing | 2013-08-15 | 1 | -4/+11 |
| | | | | | - added an option to connect with TLS - unbind after when done | ||||
* | ldap uses it own views | Rodney Ewing | 2013-08-15 | 1 | -19/+3 |
| | |||||
* | starting ldap plugin | Rodney Ewing | 2013-08-15 | 1 | -0/+60 |