From 69bcfa49d43b07f9c3e4f00cac38da86378be292 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Tue, 16 Jul 2013 18:40:02 +0200 Subject: Expose ipaRangeType in Web UI https://fedorahosted.org/freeipa/ticket/3759 --- install/ui/test/data/ipa_init.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install/ui/test/data/ipa_init.json') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index b484cad1c..9cc7d23f7 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -381,7 +381,10 @@ "ipasecondarybaserid": "Secondary RID base", "type": "Range type", "type_ad": "Active Directory domain", - "type_local": "Local domain" + "type_ad_posix": "Active Directory domain with POSIX attributes", + "type_local": "Local domain", + "type_ipa": "IPA trust", + "type_winsync": "Active Directory winsync" }, "realmdomains": { "identity": "Realm Domains", -- cgit