0 Replies Latest reply on Feb 20, 2013 2:59 AM by venkateshjboss

    I am using NTLM Filter Authentication and I am getting NtlmHttpFilter: <DOMAIN>\<USER>: 0xC000006D: jcifs.smb.SmbAuthException: Logon failure: unknown user name or bad password. problem

    venkateshjboss

      Hi All,

       

      I am using JBOSS server and JSF Framework in my application and I am getting authentication problem while login into the application.

       

      The problem is in windows 7 OS…prompting popup window for asking credentials 4-5 times and then its showing home page of the tool….

      Do we have any alternative way of doing the authentication…or we need to change the code…is there any browser settings or network issue..

       

       

       

      Log file error showing like this…

       

      NtlmHttpFilter: bell\ramakrishna.dandipal: 0xC000006D: jcifs.smb.SmbAuthException: Logon failure: unknown user name or bad password.

       

       

      1. Web.xml file..: we are using below filter authentication mechaninsm…

       

      <filter>

      <filter-name>NtlmHttpFilter</filter-name>

      <filter-class>jcifs.http.NtlmHttpFilter</filter-class>

       

      <init-param>

      <param-name>jcifs.netbios.wins</param-name>

      <param-value>142.122.115.39,142.182.48.161</param-value>

      </init-param>

      <init-param>

      <param-name>jcifs.smb.client.domain</param-name>

      <param-value>BELL</param-value>

      </init-param>

      <init-param>

      <param-name>jcifs.util.loglevel</param-name>

      <param-value>2</param-value>

      </init-param>

      </filter>

      <filter-mapping>

      <filter-name>NtlmHttpFilter</filter-name>

      <url-pattern>/*</url-pattern>

      </filter-mapping>

       

       

       

      Please help me to fix this issue...