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: Thu, 20 Sep 2018 12:07:26 +0300

Hello, 

We applied config file structure that you send but we take same error occurs below. We are using cas differently. Do you have any other idea?

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

Regards.

On Tue, 18 Sep 2018 at 14:30, Bauer, Olav <address@concealed> wrote:

Hello,

 

just use the following ldap paragraph in your auth.conf:

 

ldap

regexp                                *****\.***

host                                    *****.*****.***:389

use_tls                                starttls

ca_verify                             none

timeout                               60

bind_dn                               *********@*****.***

bind_password                   *******************

suffix                                     dc=*****,dc=***

get_dn_by_uid_filter         (sAMAccountName=[sender])

get_dn_by_email_filter     (mail=[sender])

email_attribute                   mail

scope                                    sub

 

– Then, it should work!

 

 

Von: Kazim Koybasi <address@concealed>
Gesendet: Dienstag, 18. September 2018 12:35
An: Bauer, Olav <address@concealed>
Cc: address@concealed
Betreff: Re: [sympa-users] WG: Active Directory

 

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_host ldap.xxxxx.edu:389

        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