0 Replies Latest reply on Sep 24, 2008 5:29 PM by tjpfister

    JBoss Portal Security:  No roles found

    tjpfister

      I've successfully linked my Domino LDAP server to JBoss Portal. I can login with all IDs with no issues.

      But, the login routine is NOT finding the groups the logged in user is a member of. (In the server log, the user profile is output and roles is displayed as roles[] even though the user is a member of many groups)

      I suspect it may have something to do with how my ldap_identity-config.xml is setup.

      I have this entry for roleCtxDN in my ldap_identity-config.xml:

      <option>
       <name>roleCtxDN</name>
       <value></value>
       </option>


      All the groups in Domino LDAP are in the root of the LDAP server... they really do not have a base DN. What value should I be putting here?

      Any help would be greatly appreciated..