Monday, September 9, 2013

When WSO2 ESB does not read groups from external LDAP

Once I configured external LDAP (In my case using Apache DS) to use by both WSO2 Identity Server and WSO2 ESB, I came across a situation where WSO2 ESB does not show any of the user roles that has been created through Identity Server. Neither Identity server show any roles created in ESB.


After going through lot of configurations I found it was due to this small line. So thought to blog about this for future use of other.



Within “<UserStoreManager>” tags in your external LDAP configuration (in {wso2-esb-root}/repository/conf/user-mgt.xml folder), just add following line.



<Property name=”ReadLDAPGroups”>true</Property>



No comments:

Post a Comment