mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix sizelimit/timelimit options not working in user_find
This commit is contained in:
parent
df5fa8b71b
commit
b5fcfb1495
@ -242,7 +242,7 @@ class user_find(LDAPSearch):
|
|||||||
Search for users.
|
Search for users.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
takes_options = (
|
takes_options = LDAPSearch.takes_options + (
|
||||||
Flag('whoami',
|
Flag('whoami',
|
||||||
label=_('Self'),
|
label=_('Self'),
|
||||||
doc=_('Display user record for current Kerberos principal'),
|
doc=_('Display user record for current Kerberos principal'),
|
||||||
|
Loading…
Reference in New Issue
Block a user