From 3b9da8e276d7fee693471053e6922ddbc14388a8 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 17 Aug 2011 11:49:49 -0400 Subject: Add external source hosts to HBAC. When adding/removing source hosts if the host isn't found in IPA it is considered external. The attribute externalhost is used to store external hosts. ticket https://fedorahosted.org/freeipa/ticket/1574 --- ipalib/plugins/baseldap.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins/baseldap.py') diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py index 907d9757..bd4f083e 100644 --- a/ipalib/plugins/baseldap.py +++ b/ipalib/plugins/baseldap.py @@ -150,6 +150,9 @@ global_output_params = ( Str('externalhost?', label=_('External host'), ), + Str('sourcehost', + label=_('Failed source hosts/hostgroups'), + ), Str('memberhost', label=_('Failed hosts/hostgroups'), ), -- cgit