scarab+ active director authentication

View: New views
2 Messages — Rating Filter:   Alert me  

scarab+ active director authentication

by Shekharn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

<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"


Re: scarab+ active director authentication

by Shekharn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I have an issue having active directory work with scarab .21 on Windows
server 2003 Enterprise edition. I want to integrate the authentication process
on scarab with the active directory i.e. the user enters the same credentials as
his network username/password to log into scarab.
1) I included filter in the web.xml as shown above: