1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-06 19:17:48 +02:00
ldapcherry/ldapcherry/backend
kakwa efcaad54fc 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)
2015-07-31 20:08:21 +02:00
..
__init__.py making Backend skeleton a child class of object 2015-07-28 20:32:46 +02:00
backendAD.py multiple modification/fix 2015-07-31 20:08:21 +02:00
backendLdap.py multiple modification/fix 2015-07-31 20:08:21 +02:00