I'm trying to authenticate users from an Ldap server.
Here is my Ldap users :

My admin's path is cn=admin,dc=ldap,dc=agem,dc=com
And here is my liferay authentication settings :



I can connect to my ldap server and i can get users from ldap with test operations.Also restarting liferay several times,users in ldap is copied to liferay that i can see these under users. But i can not login liferay with this users.I am getting an error like :
08:32:56,457 ERROR [http-bio-8180-exec-3][LDAPAuth:341] Problem accessing LDAP server
com.liferay.portal.kernel.ldap.LDAPFilterException: Invalid filter cn=agem,cn=admin,dc=ldap,dc=agem,dc=com
at com.liferay.portal.kernel.ldap.LDAPUtil.validateFilter(LDAPUtil.java:285)
What am i missing?