mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Enable the verbose flag to pass thru xmlrpc
This commit is contained in:
@@ -231,6 +231,8 @@ class user_find(crud.Find):
|
||||
return result
|
||||
def forward(self, *args, **kw):
|
||||
users = super(crud.Find, self).forward(*args, **kw)
|
||||
if not users:
|
||||
return
|
||||
counter = users[0]
|
||||
users = users[1:]
|
||||
if counter == 0:
|
||||
|
||||
Reference in New Issue
Block a user