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