483b06
From 4ec1a4fd564bff73c37810bd5326c9382e3a26bf Mon Sep 17 00:00:00 2001
483b06
From: Pavel Vomacka <pvomacka@redhat.com>
483b06
Date: Mon, 12 Jun 2017 13:18:44 +0200
483b06
Subject: [PATCH] WebUI: add support for changing trust UPN suffixes
483b06
483b06
It is now possible to change UPN suffixes in WebUI. This change
483b06
allows another way to changing UPN suffixes for AD users.
483b06
483b06
https://pagure.io/freeipa/issue/7015
483b06
483b06
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
483b06
---
483b06
 install/ui/src/freeipa/trust.js | 3 +--
483b06
 1 file changed, 1 insertion(+), 2 deletions(-)
483b06
483b06
diff --git a/install/ui/src/freeipa/trust.js b/install/ui/src/freeipa/trust.js
483b06
index 39e79ebef1c1fb3cb730d9304c46862ec0d0e651..ff019cab3070312b90e14e08a9070c353b1e7f71 100644
483b06
--- a/install/ui/src/freeipa/trust.js
483b06
+++ b/install/ui/src/freeipa/trust.js
483b06
@@ -147,8 +147,7 @@ return {
483b06
                     fields: [
483b06
                         {
483b06
                             $type: 'multivalued',
483b06
-                            name: 'ipantadditionalsuffixes',
483b06
-                            read_only: true
483b06
+                            name: 'ipantadditionalsuffixes'
483b06
                         }
483b06
                     ]
483b06
                 },
483b06
-- 
483b06
2.9.4
483b06