From b5fcfb1495c1ef572f0a9680e4f36c45f0805394 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 30 Sep 2010 17:46:58 -0400 Subject: Fix sizelimit/timelimit options not working in user_find --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 293045b5..60708130 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -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'), -- cgit