Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: s1Lv3r on February 03, 2009, 10:06:50 AM

Title: SugarCRM ldap authentication
Post by: s1Lv3r on February 03, 2009, 10:06:50 AM
Hello everyone  :smile:,

Is anyone here successfully configured SugarCRM to authenticate through SME's LDAP?

BTW, I have followed this contrib - http://wiki.contribs.org/LDAP

Thanks!
Title: Re: SugarCRM ldap authentication
Post by: David Harper on February 03, 2009, 12:01:39 PM
I haven't tried this personally, but it may work. Remember that this is alpha code.

What exactly is going wrong? Can you post from the vTiger logs?
Title: Re: SugarCRM ldap authentication
Post by: s1Lv3r on February 04, 2009, 08:18:05 AM
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/LDAP

Then 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!
Title: Re: SugarCRM ldap authentication
Post by: David Harper on February 04, 2009, 08:22:02 AM
For future reference, the steps for using LDAP authentication for vTiger are probably similar, although not tested.

Thanks for sharing :)