On 24.9.2014 12:17, Petr Vobornik wrote:
webui: do not offer ipa-ad-winsync and ipa-ipa-trust range types

They are not supported by API.

Forgot to attach patch...
--
Petr Vobornik
From b9edc41752d173b36c52923634b33028064180ed Mon Sep 17 00:00:00 2001
From: Petr Vobornik <pvobo...@redhat.com>
Date: Wed, 3 Sep 2014 16:57:40 +0200
Subject: [PATCH] webui: do not offer ipa-ad-winsync and ipa-ipa-trust range
 types

They are not supported by API.
---
 install/ui/src/freeipa/idrange.js | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/install/ui/src/freeipa/idrange.js b/install/ui/src/freeipa/idrange.js
index 4cc6fb11d71b8d6ff369c814f6fe5632830baf33..3bf913ab40bb6fd288612343befc03e19d7d1801 100644
--- a/install/ui/src/freeipa/idrange.js
+++ b/install/ui/src/freeipa/idrange.js
@@ -121,14 +121,6 @@ return {
                     {
                         value: 'ipa-ad-trust-posix',
                         label: '@i18n:objects.idrange.type_ad_posix'
-                    },
-                    {
-                        value: 'ipa-ad-winsync',
-                        label: '@i18n:objects.idrange.type_winsync'
-                    },
-                    {
-                        value: 'ipa-ipa-trust',
-                        label: '@i18n:objects.idrange.type_ipa'
                     }
                 ]
             },
-- 
1.9.3

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to