From c7da22c1e69cb4d6cc8c6f368aad5ffddbd3762c Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Jun 25 2014 18:14:50 +0000 Subject: 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 --- diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py index 935ffde..b3e71c8 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'