xlawrence 2005/08/12 10:39:19 CEST
Modified files:
core/src/webapp/WEB-INF web.xml
Log:
put back the commented NTLM filter...
Revision Changes Path
1.19 +23 -0 jahia/core/src/webapp/WEB-INF/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/web.xml.diff?r1=1.18&r2=1.19&f=h
Index: web.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- web.xml 12 Aug 2005 08:07:04 -0000 1.18
+++ web.xml 12 Aug 2005 08:39:18 -0000 1.19
@@ -6,6 +6,29 @@
<web-app>
<display-name>jahia</display-name>
+
+ <!--
+ Configure the following filters to use NTLM Domain authentification.
+ <filter>
+ <filter-name>NtlmHttpFilter</filter-name>
+ <filter-class>jcifs.http.NtlmHttpFilter</filter-class>
+
+ <init-param>
+ <param-name>jcifs.smb.client.domain</param-name>
+ <param-value>JAHIA</param-value>
+ </init-param>
+ <init-param>
+ <param-name>jcifs.netbios.wins</param-name>
+ <param-value>192.168.2.3</param-value>
+ </init-param>
+ </filter>
+
+ <filter-mapping>
+ <filter-name>NtlmHttpFilter</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>
+ -->
+
<listener>
<listener-class>org.jahia.bin.JahiaWebAppListener</listener-class>
</listener>