Note that there are some explanatory texts on larger screens.

plurals
  1. POLDAP User Store WSO2 ESB - Admin Username
    text
    copied!<p>Hello I need some help to set up the LDAP user store for WSO2 ESB: I have my ldap host: <code>ldap://my.domain.ac.uk:389</code> the basedn <code>dc=my,dc=domain,dc=ac,dc=uk</code> username password: <code>Name Surname</code> <code>mypassword</code></p> <p>I can't figure out how to succesfully configure the <code>user-mgt.xml</code> file of the WSO2 ESB, I get "</p> <pre><code>LDAPUserStoreManager Carbon cannot function without an Admin Username </code></pre> <p><code>DefaultRealm Cannot create org.wso2.carbon.user.core.ldap.LDAPUserStoreManager . Error is : null</code>"</p> <p>my configuration for ldap is:</p> <pre><code>&lt;UserStoreManager class="org.wso2.carbon.user.core.ldap.LDAPUserStoreManager"&gt; &lt;Property name="ReadOnly"&gt;true&lt;/Property&gt; &lt;Property name="MaxUserNameListLength"&gt;100&lt;/Property&gt; &lt;Property name="ConnectionURL"&gt;ldap://my.domain.ac.uk:389&lt;/Property&gt; &lt;Property name="ConnectionName"&gt;cn=Name Surname,ou=Users,dc=my,dc=domain,dc=ac,dc=uk&lt;/Property&gt; &lt;Property name="ConnectionPassword"&gt;mypassword&lt;/Property&gt; &lt;Property name="UserSearchBase"&gt;ou=Users,dc=my,dc=domain,dc=ac,dc=uk&lt;/Property&gt; &lt;Property name="UserNameListFilter"&gt;(objectClass=sAMAccountName)&lt;/Property&gt; &lt;Property name="UserNameAttribute"&gt;uid&lt;/Property&gt; &lt;Property name="ReadLDAPGroups"&gt;false&lt;/Property&gt; &lt;Property name="GroupSearchBase"&gt;ou=Users,dc=my,dc=domain,dc=ac,dc=uk&lt;/Property&gt; &lt;Property name="GroupNameListFilter"&gt;(objectClass=groupOfNames)&lt;/Property&gt; &lt;Property name="GroupNameAttribute"&gt;uid&lt;/Property&gt; &lt;Property name="MembershipAttribute"&gt;member&lt;/Property&gt; &lt;Property name="UserRolesCacheEnabled"&gt;true&lt;/Property&gt; &lt;Property name="ReplaceEscapeCharactersAtUserLogin"&gt;true&lt;/Property&gt; &lt;/UserStoreManager&gt; </code></pre> <p>any suggestion?</p> <p>thanks</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload