Skip to content
Snippets Groups Projects
Commit 4fab5955 authored by Anke Visser's avatar Anke Visser
Browse files

don't return userlist for ldap (=all users)

parent 2c05d5ae
Branches master
No related tags found
No related merge requests found
......@@ -110,8 +110,7 @@ class PageAuthzPolicyEditor(Component):
return None
def _get_users(self):
user_list = ', '.join(self.account_manager.get_users())
return user_list
return None
# Get the groups and their members so they can easily be included
# in the groups section of the authz file. Need it as a dictionary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment