1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 20:37:48 +02:00

fix setup.py

This commit is contained in:
kakwa 2017-04-06 20:58:20 +02:00
parent a404cf0b39
commit 7019cc2348
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ class MissingAttr(Exception):
self.log = 'attributes "cn" and "unicodePwd" must be declared ' \
'in attributes.yml for all Active Directory backends.'
NO_ATTR = 0
DISPLAYED_ATTRS = 1
LISTED_ATTRS = 2