0 Replies Latest reply on Apr 25, 2013 5:05 AM by maneshdalavi

    Jboss7.1 Microsoft NTLM (Windows) login issue.

    maneshdalavi

      NamingException occurs while retriving domain records :

       

      DirContext context = new InitialDirContext();

      Attributes attributes = context.getAttributes(attributeName, new String[] { type });

       

      getAttributes() API  gives  NotContextException because of which windows login does not work with Jboss 7.1.

       

      Anybody have any idea about it?

       

      Thanks.