WSO2 external ldap not working
问题 I edited the user-mgt.xml to try and connect to a newly installed Apache DS LDAP. I created an ldap user person object in apache ds ldap located at: cn=admin,ou=users,o=southpark I tried READ ONLY section: <UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager"> <Property name="ReadOnly">true</Property> <-Property name="MaxUserNameListLength">100</Property> <Property name="ConnectionURL">ldap://localhost:10389</Property> <Property name="ConnectionName">cn=admin