0 Replies Latest reply on Apr 20, 2010 12:02 PM by neomatrix

    JOSSO +JBoss+ AD Integration

      Guys,

      I am developer not much idea from AD.  Though i have tried to configure  but not going great.  If you can help me out it would be great.
      Setup
      =====
      1. JBoss and Josso install and configured in the same box and also i  have deployed the partnerapp application and its working.
      2.  I have a AD server running in the network , I have a user having admin priviledge called  Josso   The domain structure is like   :  prod.eng.philips.co.in ->   PROD [ Inside this Users and Groups]-> I have created the user  jossotest and put it into the administrator group.
      3.  I have changed the josso-gateway-ldap-stores.xml and put the lines  below.
      <ldap-istore:ldap-bind-store
      id="josso-identity-store"
      initialContextFactory="com.sun.jndi.ldap.LdapCtxFactory"
      providerUrl="ldap://192.168.0.1:389"
      securityPrincipal="cn=jossotest,OU=users,OU=PROD,DC=prod,DC=eng,DC=philips,DC=co,DC=in"
      securityCredential="cpassword"
      securityAuthentication="simple"
      ldapSearchScope="SUBTREE"
      usersCtxDN="cn=jossotest,OU=users,OU=PROD,DC=prod,DC=eng,DC=philips,DC=co,DC=in"
      principalUidAttributeID="uid"
      uidAttributeID="uniquemember"
      rolesCtxDN="OU=users,OU=PROD,DC=prod,DC=eng,DC=philips,DC=co,DC=in"
      roleAttributeID="cn"
      updateableCredentialAttribute="userPassword"
      userPropertiesQueryString="mail=mail,cn=description"
      />

      Still not working. am sure i did something wrong in the AD search.   Please help me and if you have step by step approach it would be great.

      Cheer!
      Neo