4 Replies Latest reply on Sep 24, 2013 10:43 AM by ood

    How to configure JBoss 6.1 EAP for windows user authentication ?

    ood

      Hi all,

       

      How to configure JBoss 6.1 EAP for windows user authentication ?

       

      Thank,

      Surasak M.

        • 1. Re: How to configure JBoss 6.1 EAP for windows user authentication ?
          ood

          I was reading in many posts but not found suggestions !


          Thank you in advance for your help in this matter.

          Surasak M.

          • 2. Re: How to configure JBoss 6.1 EAP for windows user authentication ?
            nazia24

            Hi,

             

               If you are trying to add an user to security realm then you can try this out :

             

               1. Run add-user .bat present in your EAP_HOME/bin.

             

               2. Choose whether to add a Management User or Application User.

             

               3. Choose the realm to which you want to add a user.

             

               4. Type the username, password, and roles, when prompted.

            • 3. Re: How to configure JBoss 6.1 EAP for windows user authentication ?
              graemehill

              You will need to add a new realm to the login config or amend a current one.

               

              Active Directory supports LDAP so use that. Bear in mind there are differences in the way some of the objects are named in AD compared to a "stock" LDAP mechanism. Use Port 389 although this does have limitations I recall on the number of recursive levels you can search through.

               

              Start with an LDAP browser against the Active Directory System - that will allow you to determine the BIND details, search paths etc. [AD uses samAccountName for the user name]

               

              Each installation will be unique.

              • 4. Re: How to configure JBoss 6.1 EAP for windows user authentication ?
                ood

                Hi Graeme,

                 

                Thank you for your suggestion. But, Can I use windows user (local user) for authentication?

                I don't want to add AD and DNS role in my server.

                 

                PS. I spent more time to research about jboss supports windows local user authentication or not.