Fix sizelimit/timelimit options not working in user_find

This commit is contained in:
Rob Crittenden 2010-09-30 17:46:58 -04:00
parent df5fa8b71b
commit b5fcfb1495

View File

@ -242,7 +242,7 @@ class user_find(LDAPSearch):
Search for users.
"""
takes_options = (
takes_options = LDAPSearch.takes_options + (
Flag('whoami',
label=_('Self'),
doc=_('Display user record for current Kerberos principal'),