Skip to Content.
Sympa Menu

en - Re: [sympa-users] WG: Active Directory

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Kazim Koybasi <address@concealed>
  • To: address@concealed
  • Cc: address@concealed
  • Subject: Re: [sympa-users] WG: Active Directory
  • Date: Tue, 18 Sep 2018 13:35:22 +0300

Our latest /home/sympa/etc/auth.conf file is like that.

cas
non_blocking_redirection        on
auth_service_name Login_to_Mailing_Lists
login_path /login
logout_path /logout
        ldap_get_email_by_uid_filter (sAMAccountName=[uid])
ldap_timeout 7
ldap_suffix OU=People,DC=xxxxx,DC=local
ldap_scope sub
ldap_email_attribute mail

user_table
negative_regexp xxxxx\.edu

On Tue, 18 Sep 2018 at 13:28, Kazim Koybasi <address@concealed> wrote:
Hello,

Thanks for your help. We applied changes that you informed to config file and we are taking error below. Do you have idea for this ?

notice Auth::get_email_by_net_id() No entry in the Ldap Directory Tree of

Regards.


On Mon, 17 Sep 2018 at 19:59, Bauer, Olav <address@concealed> wrote:

 

Hi,

 

maybe this helps:

https://listes.renater.fr/sympa/arc/sympa-users/2018-03/msg00002.html

 

Important:

·         Use “sAMAccountName” instead of “uid”.

·         And no blanks (“ “) after the “=”.

 

Good luck!

 

 

Von: address@concealed <address@concealed> Im Auftrag von Kazim Koybasi
Gesendet: Montag, 17. September 2018 13:01
An: address@concealed
Betreff: [sympa-users] Active Directory

 

Hello,

 

We are trying to bind sympa to our Active Directory Server. Previously we were using LDAP on linux environment and our config file is like below,

 

/home/sympa/etc/auth.conf

cas

non_blocking_redirection        on

auth_service_name Login_to_Mailing_Lists

login_path /login

logout_path /logout

ldap_host ldap.xxxxx.edu:389

        ldap_get_email_by_uid_filter (uid=[uid])

ldap_timeout 7

ldap_suffix ou=People, o=xxxxx.edu

ldap_scope sub

ldap_email_attribute mail

user_table

negative_regexp xxxxx\.edu

 

What change should be done in config file to complete Active Directory migration?

 

Regards.




Archive powered by MHonArc 2.6.19+.

Top of Page