Skip to Content.
Sympa Menu

en - RE: [sympa-users] LDAP

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Nicpon, Andrew" <address@concealed>
  • To: "Rolf E. Sonneveld" <address@concealed>
  • Cc: "address@concealed" <address@concealed>
  • Subject: RE: [sympa-users] LDAP
  • Date: Tue, 14 Feb 2012 10:34:14 -0500

Thanks for your response.  I’ve tried that and have the same results.   Authentication with AD occurs but Sympa uses a hash value instead of the user name/email to log in.  Since this value does not correspond with entries in the database (and changes each time) users do not pick up their respective preferences.  

 

I’m beginning to think there was some error or something during the build.  I have experimented with the VMware virtual machine from Sympa and I am able to get LDAP authentication to work fine with it.  I think at this point I am considering  rebuilding  the machine and see what happens.  Good thing this is a pre-production machine so I have the ability to take it down.

 

Thanks for your help

 

Andy Nicpon

 

From: Rolf E. Sonneveld [mailto:address@concealed]
Sent: Tuesday, February 14, 2012 9:34 AM
To: Nicpon, Andrew
Cc: address@concealed
Subject: Re: [sympa-users] LDAP

 

Hi, Andrew,

On 2/10/12 10:40 PM, Nicpon, Andrew wrote:

ldap

       host                                                                ldap.siena.edu:389

       timeout                                                         20

       bind_dn                                                        cn=cxxxxxxxxxx,ou=Special Purpose Accounts,dc=siena,dc=edu

       bind_password                                          XXXXXXXXXXXXX   

       suffix                                                              dc=siena,dc=edu

       get_dn_by_uid_filter                              (sAMAccountName=[sender])

       get_dn_by_email_filter                          (mail=[sender])

       email_attribute                                         mail

       scope                                                              sub

 

 

ldapsearch  does not return a hash


OK. Can you test with:

       get_dn_by_uid_filter                              (userPrincipalName=[sender]@yourdomainname)


where 'yourdomainname' is the domainname that is part of the userPrincipalName of the user entries for which you want to implement authentication.

/rolf




Archive powered by MHonArc 2.6.19+.

Top of Page