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
No related branches found
No related tags found
No related merge requests found
...@@ -110,8 +110,7 @@ class PageAuthzPolicyEditor(Component): ...@@ -110,8 +110,7 @@ class PageAuthzPolicyEditor(Component):
return None return None
def _get_users(self): def _get_users(self):
user_list = ', '.join(self.account_manager.get_users()) return None
return user_list
# Get the groups and their members so they can easily be included # 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 # 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