From c7da22c1e69cb4d6cc8c6f368aad5ffddbd3762c Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 14 May 2014 13:20:04 +0200 Subject: [PATCH] sudorule: Include externalhost and ipasudorunasextgroup in the list of default attributes The following attributes were missing from the list of default attributes: * externalhost * ipasudorunasextuser * ipasudorunasextgroup Reviewed-By: Petr Viktorin --- ipalib/plugins/sudorule.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py index 935ffded7..b3e71c8f9 100644 --- a/ipalib/plugins/sudorule.py +++ b/ipalib/plugins/sudorule.py @@ -132,7 +132,8 @@ class sudorule(LDAPObject): 'memberallowcmd', 'memberdenycmd', 'ipasudoopt', 'ipasudorunas', 'ipasudorunasgroup', 'ipasudorunasusercategory', 'ipasudorunasgroupcategory', - 'sudoorder', 'hostmask', 'ipasudorunasextusergroup', + 'sudoorder', 'hostmask', 'externalhost', 'ipasudorunasextusergroup', + 'ipasudorunasextgroup', 'ipasudorunasextuser' ] uuid_attribute = 'ipauniqueid' rdn_attribute = 'ipauniqueid'