From b0bca886634c86b9bb021dbc7c3772be4068ab22 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 5 Jan 2011 11:13:08 +0700 Subject: Support for external SUDO users and hosts. The SUDO details page has been modified to support external users and hosts. In the backend, the internal and external users are kept in separate attributes, but in the UI they will be displayed as a single list. The same thing is done for hosts. The ipa_sudorule_association_adder_dialog() has been modified such that it only displays the external field if there is an external attribute for that field. --- install/static/test/data/sudorule_show.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/static/test/data/sudorule_show.json') diff --git a/install/static/test/data/sudorule_show.json b/install/static/test/data/sudorule_show.json index 6f4b47526..5d8473259 100644 --- a/install/static/test/data/sudorule_show.json +++ b/install/static/test/data/sudorule_show.json @@ -32,6 +32,12 @@ "test" ], "dn": "ipauniqueid=4fc57a02-f23311df-b268e50e-a3b3ef71,cn=sudorules,dc=dev,dc=example,dc=com", + "externalhost": [ + "external.example.com" + ], + "externaluser": [ + "external" + ], "ipasudorunas_user": [ "admin" ], -- cgit