You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2021/12/16 16:25:42 UTC

[portals-pluto] branch master updated: PLUTO-782 Default "tomcat" and "pluto" users are granted "manager-gui" role

This is an automated email from the ASF dual-hosted git repository.

asfgriff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/portals-pluto.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c80c6b  PLUTO-782 Default "tomcat" and "pluto" users are granted "manager-gui" role
4c80c6b is described below

commit 4c80c6b051343c5c2cb7a34230f125d21a7901b7
Author: Neil Griffin <ne...@gmail.com>
AuthorDate: Thu Dec 16 11:25:40 2021 -0500

    PLUTO-782 Default "tomcat" and "pluto" users are granted "manager-gui" role
---
 dist-build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist-build.xml b/dist-build.xml
index 2b968b0..4f62bbd 100644
--- a/dist-build.xml
+++ b/dist-build.xml
@@ -207,7 +207,7 @@
       <!-- Add 'pluto' and 'tomcat' users to tomcat-users.xml -->
       <replace file="${dist.dir}/conf/tomcat-users.xml"
          token="&lt;/tomcat-users&gt;" 
-         value="&lt;user name=&quot;tomcat&quot; password=&quot;tomcat&quot; roles=&quot;tomcat,pluto,manager-gui&quot; /&gt;${line.separator}&lt;user name=&quot;pluto&quot; password=&quot;pluto&quot; roles=&quot;pluto,manager-gui,tckuser&quot; /&gt;${line.separator}&lt;/tomcat-users&gt;" 
+         value="&lt;!--${line.separator}&lt;user name=&quot;tomcat&quot; password=&quot;tomcat&quot; roles=&quot;tomcat,pluto,manager-gui&quot; /&gt;${line.separator}&lt;user name=&quot;pluto&quot; password=&quot;pluto&quot; roles=&quot;pluto,manager-gui,tckuser&quot; /&gt;${line.separator}--&gt;${line.separator}&lt;user name=&quot;pluto&quot; password=&quot;pluto&quot; roles=&quot;pluto,tckuser&quot; /&gt;${line.separator}&lt;/tomcat-users&gt;"
          summary="true"
       />
    </target>