summaryrefslogtreecommitdiffstats
path: root/pki/base/ocsp/shared/conf/tomcat-users.xml
blob: f986faed3fe191a59f56ecebcfaeb57904f4568e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='utf-8'?>
<!-- BEGIN COPYRIGHT BLOCK
     Copyright (C) 2006 Red Hat, Inc.
     All rights reserved.
     END COPYRIGHT BLOCK -->
<tomcat-users>
  <role rolename="pkiuser"/>
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="pkiuser" password="pkiuser" roles="pkiuser"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="role1" password="tomcat" roles="role1"/>
  <user username="admin" password="netscape" roles="admin,manager"/>
</tomcat-users>