Re: NTLM authentication issues with Internet Explorer

Shekharn <[email protected]> Mon, 23 Jun 2008 11:53:29 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.user
Message-ID <[email protected]>
Hi Glen,

I have an issue having NTLM authentication work with scarab .21 on Windows
server 2003 Enterprise edition. I have done the following: 

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. I have made the following changes:

1) I included filter in the web.xml as follows

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

    <!--
        always needed for preauthentication / SMB signatures
    -->
    <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"

3) I stopped the Tomcat, restarted it.


After these changes it still doesn't allow the NTML authentication. I'd
really appreciate if someone could help me resolve this issue.......


Thanks..


FYI:



Sieroslawski, Glen wrote:
> 
> I am trying to set up Scarab .21 to use NTLM authentication on RedHat 5
> following the setup instructions found in at
> http://www.solitone.org/scarab-trunk-doc/howto/windowsdomain-howto.html 
> 
> After I got NTLM running I was able to use it to login to Scarab using
> the browser Internet Explorer.  However, I encountered a problems when
> trying to enter an new issue or performing an advanced search.  When
> trying to enter an issue I would complete all the attribute fields and
> press the "done" button which would refresh the screen and then all the
> attribute fields were empty and the issue was not entered.  The same
> thing happens when searching for an issue, the returned results are
> empty.  
> 
> Next I tried to enter and search for issues using Firefox and it worked
> just fine.  Issues were created and searches returned results.  
> 
> I then turned NTLM off and was able to enter and search for issues using
> IE.    
> 
> My question is if anyone has seen the same behavior and is there a way
> to fix it?
> 
> Glen Sieroslawski
> Sr. Software Configuration Manager
>  
> Intrado Inc.
> 1601 Dry Creek Drive
> Longmont, CO 80503
> direct:  720-864-5088
> email:  [email protected]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/NTLM-authentication-issues-with-Internet-Explorer-tp13631051p18075818.html
Sent from the Scarab - User mailing list archive at Nabble.com.