mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Patch from Rob to quick fix an error in the previous one
This commit is contained in:
@@ -244,7 +244,7 @@ class IPAServer:
|
||||
|
||||
return fields
|
||||
|
||||
def get_all_users (self):
|
||||
def get_all_users (self, args=None, opts=None):
|
||||
"""Return a list containing a User object for each
|
||||
existing user.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user