From e22b61832bb5b52eb9daadcbc12ca41e0923503c Mon Sep 17 00:00:00 2001 From: Pavel Vomacka Date: Jun 14 2017 14:55:15 +0000 Subject: WebUI: add support for changing trust UPN suffixes It is now possible to change UPN suffixes in WebUI. This change allows another way to changing UPN suffixes for AD users. https://pagure.io/freeipa/issue/7015 Reviewed-By: Alexander Bokovoy --- diff --git a/install/ui/src/freeipa/trust.js b/install/ui/src/freeipa/trust.js index 39e79eb..ff019ca 100644 --- a/install/ui/src/freeipa/trust.js +++ b/install/ui/src/freeipa/trust.js @@ -147,8 +147,7 @@ return { fields: [ { $type: 'multivalued', - name: 'ipantadditionalsuffixes', - read_only: true + name: 'ipantadditionalsuffixes' } ] },