mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
fixes
This commit is contained in:
parent
3fd6dcee82
commit
eb36830845
2 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,6 @@ class Backend(ldapcherry.backend.Backend):
|
|||
or if it's multivaluated.
|
||||
"""
|
||||
for key in self.group_attrs_keys:
|
||||
pass
|
||||
if key not in attrs:
|
||||
raise MissingGroupAttr(key)
|
||||
if type(attrs[key]) is list and len(attrs[key]) == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue