3 Replies Latest reply on Nov 25, 2006 2:29 PM by hispeedsurfer

    Authentication in NT Domain

    hispeedsurfer

      Hello,

      I'm looking for a working solution for days without a result.

      Please, can explain me someone the way to success in short steps.

      My working environment:

      JBoss-4.0.4.GA
      NT Domain
      Seam Web Application with user-login


      The user try to access the application have to login with his nt login name.

      When I use the following in the LoginBean, the String name is null.
      FacesContext ctx = FacesContext.getCurrentInstance();
      name = ctx.getExternalContext().getRemoteUser();


      Is it required to setup a (ldap)loginmodul, and what I have to do than?

      http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule I have allready read, but I am a Newbie an don't know what have to do

      Thanks
      Andreas