hi,

i am trying to intégrate NTLM. I am using JCIFS and have added the following 
filter extensions to my deployment-fragment.xml:

<extension target="web#FILTER">
<filter>
<filter-name>NtlmHttpFilter</filter-name>
<filter-class>jcifs.http.NtlmHttpFilter</filter-class>
<init-param>
<param-name>jcifs.netbios.wins</param-name>
<param-value>microsrv10</param-value>
</init-param>
<init-param>
<param-name>jcifs.smb.client.domain</param-name>
<param-value>UNIVERS</param-value>
</init-param>
</filter>
</extension>

<extension target="web#FILTER-MAPPING">

<filter-mapping>
<filter-name>NtlmHttpFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

</extension>

I also deployed jcifs-1.2.13.jar into the /lib folder

Now i would like to bypass my former login.jsp page to log directly to the 
application; i tried to add something like:

<extension target="web#LOGIN-CONFIG">

<login-config>
<auth-method>NTLM</auth-method>
<realm-name>nuxeo.ecm</realm-name>
</login-config>

</extension>

but at deployment time, i saw the following message in my console:TODO 
>>>>>>>>>>>>> could not finnd marker LOGIN-CONFIG

Is there another way to specify the NTLM authentication method? Am i doing 
things correctly?

Frédéric Thise
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to