added realm-name element
authormaxcooper <maxcooper>
Mon, 14 Jul 2003 18:52:25 +0000 (18:52 +0000)
committermaxcooper <maxcooper>
Mon, 14 Jul 2003 18:52:25 +0000 (18:52 +0000)
added CVS tracking comments

conf/share/securityfilter-config_1_1.dtd

index 7e680a8..5d8fd50 100644 (file)
@@ -1,6 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
+$Header: /cvsroot/securityfilter/securityfilter/conf/share/securityfilter-config_1_1.dtd,v 1.2 2003/07/14 18:52:25 maxcooper Exp $
+$Revision: 1.2 $
+$Date: 2003/07/14 18:52:25 $
+-->
+
+<!--
 /* ====================================================================
  * The SecurityFilter Software License, Version 1.1
  *
@@ -59,7 +65,7 @@
 <!--Root element for securityfilter config-->
 <!ELEMENT securityfilter-config (security-constraint*, login-config, security-role*, realm+)>
 <!ELEMENT security-constraint (display-name?, web-resource-collection+, auth-constraint?, user-data-constraint?)>
-<!ELEMENT login-config (auth-method?, form-login-config?)>
+<!ELEMENT login-config (auth-method?, realm-name?, form-login-config?)>
 <!ELEMENT security-role (description, role-name)>
 <!ELEMENT realm (realm-param*)>
 <!ATTLIST realm
@@ -70,6 +76,7 @@
 <!ELEMENT auth-constraint (description?, role-name*)>
 <!ELEMENT user-data-constraint (description, transport-guarantee)>
 <!ELEMENT auth-method (#PCDATA)>
+<!ELEMENT realm-name (#PCDATA)>
 <!ELEMENT form-login-config (form-login-page, form-error-page, form-default-page?)>
 <!ELEMENT realm-param EMPTY>
 <!ATTLIST realm-param