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)
1 parent 8c0cbaa commit efcaad54fc338b9bc5f3457f3a902f1ba0aca274
@kakwa kakwa authored on 1 Aug 2015
Showing 6 changed files
View
conf/ldapcherry.ini
View
ldapcherry/__init__.py
View
ldapcherry/backend/backendAD.py
View
ldapcherry/backend/backendLdap.py
View
resources/templates/modify.tmpl
View
tests/test_BackendLdap.py