Hi Javier, Thank you for your help. I have modified the securityPrincipal string to match my users in ou=users,ou=system and it works. String securityPrincipal = "uid=" + this.name + "," + getProperties().getProperty("ldapDN", "").trim(); So I don't use the ldapDomain parameter. I'm new with LDAP server, is it a bad configuration or is ApacheDS binding different from others ?
Hi, Yes, it works with other applications. I'm using alfresco with Ldap authentication and also the apache directory API with my LDAP server. Do you have an idea ?
Hello, I'm trying to connect an ldap account from an apacheDS server in XavaPro but I have an issue with the domain. My config in naviox.properties: ldapHost=localhost ldapDomain=example.com ldapDN=ou=users,ou=system ldapPort=10389 ApacheDS logs: INFO [org.apache.directory.server.ldap.handlers.request.BindRequestHandler] - The example.com\apachetest principalDN cannot be found in the server : bind failure. My user DN : uid=apachetest,ou=users,ou=system My user URL : ldap://localhost:10389/uid=apachetest,ou=users,ou=system...