[jcifs] scarab+ active director authentication

Shekhar shekharnegi at hotmail.com
Wed Jun 25 13:02:08 GMT 2008


<filter>
    <filter-name>NtlmHttpFilter</filter-name>
    <filter-class>jcifs.http.NtlmHttpFilter</filter-class>
 
    <init-param>
        <param-name>jcifs.resolveOrder</param-name>
        <param-value>*,*</param-value>
    </init-param>
    <init-param>
        <param-name>jcifs.http.domainController</param-name>
        <param-value>domainip</param-value>
    </init-param>
         <init-param>
        <param-name>jcifs.smb.client.domain</param-name>
        <param-value>domainvalue</param-value>
    </init-param>
    <init-param>
        <param-name>jcifs.smb.client.username</param-name>
        <param-value>someusername</param-value>
    </init-param>
    <init-param>
        <param-name>jcifs.smb.client.password</param-name>
        <param-value>password</param-value>
    </init-param>
</filter>
<filter-mapping>
    <filter-name>NtlmHttpFilter</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>


2)Under Xdocs, I changed few values. The changes were as follows:
  a)I changed the 'scarab.login.ntlm.active' default value to "true"
  b)I changed the 'scarab.login.ntlm.domain' default value to "domainname"



More information about the jcifs mailing list