With LDAP getting No such object

We have installed SuiteCRM 7.3.2 on a fresh Ubuntu 14.04 PHP 5.67 machine and is working fine. We trying to integrate it with Openldap but its not working.

Our LDAP Structure are as follows:

dc=ds,dc=geoopenldap,dc=com

cn=admin,dc=ds,dc=geoopenldap,dc=com

ou=People,dc=prime,dc=ds,dc=geoopenldap,dc=com

dn: uid=geo_pc,ou=People,dc=prime,dc=ds,dc=geoopenldap,dc=com
uid: geo_pc
mail: geopc@gmail.com

We used the follwoiujng settings:

Server: 192.168.1.1
Port Number: 389
User DN: ou=People,dc=prime,dc=ds,dc=geoopenldap,dc=com
User Filter: <Blank>
Bind Attribute: dn
Login Attribute: mail
Group Membership: Unticked	
Authentication: Ticked			
User Name: cn=admin,dc=ds,dc=geoopenldap,dc=com
Password: password
Auto Create Users: Ticked
Encryption Key: <Blank>

While loggin we are getting error as "No such object " and in nginx there is no error log.

Can anyone please help us. We tried various option :frowning: but still same. Also we posted regarding this but cant see on forum.

The cause and solution of the problem are explained in https://github.com/salesagility/SuiteCRM/issues/9014