Skip to Content.
Sympa Menu

en - Re: [sympa-users] Problem wich LDAP

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Stephen Braswell <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] Problem wich LDAP
  • Date: Wed, 21 Nov 2012 11:20:02 -0500

Hello:

Your configuration has SSL enabled but your 'host' entry is set to port 389.  Port 389 is typically the non-SSL port for LDAP.  You can try to either disable SSL (not recommended) or change your port to the typical SSL-enabled port of 636, assuming your LDAP server is set up to listen on that port. 

Additionally, you may not need both 'get_dn_by_uid_filter' and 'get_dn_by_email_filter' defined.  You only need the one that will get the most unique user results based on the content of your LDAP directory.  I haven't set this up in a while so I'm guessing on this one.


On Wed, Nov 21, 2012 at 8:37 AM, Nadilson Santana <address@concealed> wrote:
Hello,

I'm having trouble configuring LDAP in sympa. Auth.conf configured in the file with the following configuration:

ldap
        host                            intranet.ufba.br:389
        timeout                         30
        suffix                          dc=intranet,dc=ufba,dc=br
        get_dn_by_uid_filter            (uid=[sender])
        get_dn_by_email_filter          (mail=[sender])
        email_attribute                 mail
        scope                           sub
        use_ssl                         1

but, does not work. Could someone help me


--
Nadilson S. Santana
Desenvolvedor de Soluções




Archive powered by MHonArc 2.6.19+.

Top of Page