Koozali.org: home of the SME Server

SugarCRM ldap authentication

Offline s1Lv3r

  • *
  • 6
  • +0/-0
SugarCRM ldap authentication
« 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!

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: SugarCRM ldap authentication
« Reply #1 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?

Offline s1Lv3r

  • *
  • 6
  • +0/-0
Re: SugarCRM ldap authentication
« Reply #2 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!

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: SugarCRM ldap authentication
« Reply #3 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 :)