1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-25 21:22:56 +02:00
ldapcherry/ldapcherry/backend
kakwa 320f57ab76 fix self user password modification in AD Backend
In some forms, the 'cn' attribute might not be accessible.
The _set_password method relied on 'cn' to build the user dn.
Now it accepts the cn or the dn (by_cn switch).
2016-07-21 07:33:14 +02:00
..
__init__.py making Backend skeleton a child class of object 2015-07-28 20:32:46 +02:00
backendAD.py fix self user password modification in AD Backend 2016-07-21 07:33:14 +02:00
backendDemo.py better exceptions handling for demo backend 2015-10-20 22:17:00 +02:00
backendLdap.py fix many encoding errors on login and password 2016-07-07 20:22:33 +02:00