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: Steve Shipway <address@concealed>
  • To: Nadilson Santana <address@concealed>, "address@concealed" <address@concealed>
  • Subject: RE: [sympa-users] Problem wich LDAP
  • Date: Thu, 22 Nov 2012 00:35:36 +0000

Here’s how we do it, for reference:

 

ldap

        regexp                           @.*auckland(uni)?\.ac\.nz

        host                                 ldap-vip.auckland.ac.nz:636

        timeout                         20

        bind_dn                         cn=sympa,ou=webapps,ou=ec,o=uoa

        bind_password           xxxxxxxxxxx

        suffix                              ou=ec_users,dc=ec,dc=auckland,dc=ac,dc=nz

        get_dn_by_email_filter          (mail=[sender])

        email_attribute          mail

        scope                             one

        use_ssl                          1

 

Note that the port is 636 for SSL-enabled LDAP, and that we’re using an application DN to bind before searching (as our LDAP doesn’t allow anonymous searching).  We also use the regexp to make sure that only our local site email addresses use the LDAP, as others will fall through to the separate definition for the local database (the user_table section below).

 

Steve

 


Steve Shipway

ITS Unix Services Design Lead

University of Auckland, New Zealand

Floor 1, 58 Symonds Street, Auckland

Phone: +64 (0)9 3737599 ext 86487

DDI: +64 (0)9 924 6487

Mobile: +64 (0)21 753 189

Email: address@concealed

P Please consider the environment before printing this e-mail : 打印本邮件,将减少一棵树存活的机会

 

From: address@concealed [mailto:address@concealed] On Behalf Of Nadilson Santana
Sent: Thursday, 22 November 2012 2:38 a.m.
To: address@concealed
Subject: [sympa-users] Problem wich LDAP

 

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

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.19+.

Top of Page