diff options
Diffstat (limited to 'pykolab/constants.py.in')
-rw-r--r-- | pykolab/constants.py.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pykolab/constants.py.in b/pykolab/constants.py.in index 779e598..9b06666 100644 --- a/pykolab/constants.py.in +++ b/pykolab/constants.py.in @@ -118,3 +118,9 @@ SUPPORTED_LDAP_CONTROLS = { # 'func': '_sync_repl' # } # } + +# Binay attributes which should not be stripped +BINARY_ATTRS = ( + 'objectguid', + 'objectsid' + ) |