I'm trying to authenticate against LDAP server, but can't make it work. This is my configuration:
DNs are in form uid={user},ou=system, so I hope my configuration for ldap-user-service is fine. But, no matter how I configure, it always tries to authenticate as 'uid=user,ou=people'?!Code:<ldap-server id="ldapServer" url="ldap://localhost:10389/" manager-dn="uid=admin,ou=system" manager-password="pswd" /> <ldap-user-service id="ldapUserService" server-ref="ldapServer" user-search-base="ou=system" user-search-filter="uid={0}" group-search-base="ou=groups,ou=system"/> <ldap-authentication-provider server-ref="ldapServer"/> <http path-type="ant" realm="SavvyInsight"> <http-basic /> <intercept-url method="GET" pattern="/**" access="ROLE_SAMPLE"/> </http>
I understand this is still under development. Is LDAP support operational? I hope you guys can give me some poinerts about this.


