diff options
Diffstat (limited to 'spss.server')
| -rw-r--r-- | spss.server/web.xml | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/spss.server/web.xml b/spss.server/web.xml index 02db421ac..b68ee850e 100644 --- a/spss.server/web.xml +++ b/spss.server/web.xml @@ -2,7 +2,7 @@  <!DOCTYPE web-app      PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" -    "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd"> +    "http://java.sun.com/dtd/web-app_2_3.dtd">  <web-app>    <display-name>MOA SP-SS</display-name> @@ -45,4 +45,11 @@      <auth-method>BASIC</auth-method>      <realm-name>UserDatabase</realm-name>    </login-config> + +  <security-role> +    <description> +      The role that is required to log in to the moa Application +    </description> +    <role-name>moa-admin</role-name> +  </security-role>  </web-app> | 
