|
multiple modification/fix
* add display_name parameter for backend * handle display_name in modify template (lonely groups) and error message * fix bug in modify when user is in only one backend * remove redondant exception in ad/ldap backend * fix unit test accordingly * fix License in AD backend (GPLv3 -> MIT, previously tought of using samba4 python library which is GPL, but this module finaly uses python-ldap which is MIT compatible) |
|---|
|
|
| conf/ldapcherry.ini |
|---|
| ldapcherry/__init__.py |
|---|
| ldapcherry/backend/backendAD.py |
|---|
| ldapcherry/backend/backendLdap.py |
|---|
| resources/templates/modify.tmpl |
|---|
| tests/test_BackendLdap.py |
|---|