From: geraldo netto <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master
add admin-gui permission
Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>
---
diff --git
a/tomcat/patches/perf/0003-assign-admin-gui-role-to-tomcat-user.patch
b/tomcat/patches/perf/0003-assign-admin-gui-role-to-tomcat-user.patch
--- a/tomcat/patches/perf/0003-assign-admin-gui-role-to-tomcat-user.patch
+++ b/tomcat/patches/perf/0003-assign-admin-gui-role-to-tomcat-user.patch
@@ -13,12 +13,12 @@ diff --git a/conf/tomcat-users.xml
b/conf/tomcat-users.xml
index 2f9579c..bcf840a 100644
--- a/conf/tomcat-users.xml
+++ b/conf/tomcat-users.xml
-@@ -27,5 +27,5 @@
- <!.. ..> that surrounds them.
+@@ -41,5 +41,5 @@
+ <user username="both" password="<must-be-changed>"
roles="tomcat,role1"/>
+ <user username="role1" password="<must-be-changed>" roles="role1"/>
-->
- <role rolename="tomcat"/>
-- <user username="tomcat" password="tomcat" roles="manager-gui"/>
-+ <user username="tomcat" password="tomcat"
roles="manager-gui,admin-gui"/>
+-<user username="tomcat" password="tomcat" roles="manager-gui"/>
++<user username="tomcat" password="tomcat" roles="manager-gui,admin-gui"/>
</tomcat-users>
--
1.8.1.2
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.