I was able to make SugarCRM authenticate through SME's LDAP
For the benefit of those who may be wondering how to authenticate the SugarCRM through SME's LDAP, here’s what I did:
I followed this contrib -
http://wiki.contribs.org/LDAPThen I used the following settings in SugarCRM:
Enabled LDAP server
Server: IP of the SME server
Port Number: 389
Base DN: dc=sampledomain,dc=com
Bind Attribute: dn
Login Attribute: uid
Authenticated User: uid=root,ou=Users,dc=sampledomain,dc=com
Authenticated Password: root's password
Enabled Auto Create Users
Thanks!