mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
adding get_attributes
This commit is contained in:
parent
49de542fb9
commit
ab841b5baf
2 changed files with 3 additions and 3 deletions
|
@ -54,6 +54,6 @@ class Attributes:
|
|||
"""return the list of backends in roles file"""
|
||||
return self.backends
|
||||
|
||||
def get_addattributes(self):
|
||||
def get_attributes(self):
|
||||
"""get the list of groups from roles"""
|
||||
pass
|
||||
return self.self_attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue