Skip to Content.
Sympa Menu

en - Re: [sympa-users] Logout not works from sympa web interface

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "antonelli@cnaf" <address@concealed>
  • To: Kazim Koybasi <address@concealed>, "Stefan Hornburg (Racke)" <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Logout not works from sympa web interface
  • Date: Mon, 31 Aug 2020 14:09:25 +0200

Dear Kazim,

we too have 6.2.56 (multi domain) sympa installation with authentication based on CAS/LDAP and logout path works.

this is our auth.conf CAS section in /etc/sympa/auth.conf

cas
base_url https://xxx.xxx.it/cas
non_blocking_redirection off
auth_service_name INFN-AAI
auth_service_friendly_name INFN-AAI
logout_path /logout
ldap_host xxx.xxx.it:636
ldap_bind_dn cn=daemon,dc=***,dc=***,dc=it
ldap_bind_password ***
ldap_suffix ou=People,dc=***,dc=it
ldap_get_email_by_uid_filter (uid=[uid])
ldap_email_attribute mail
ldap_timeout 7
use_tls ldaps

I don't know if I remember correctly but: shouldn't logout be permitted on CAS server too or isn't there anything depending on cas server for logout?

regards
Stefano

On 8/28/20 13:24, Kazim Koybasi wrote:
Hello,

Sympa version is 6.2.56 and auth.conf is like below.

cas
   base_url https://xxx.xxx.edu/cas
   non_blocking_redirection        on
   auth_service_name Login
   login_path /login
   logout_path /logout
   ldap_host xxx.xxxx.edu:389 <http://xxx.xxxx.edu:389>
   ldap_get_email_by_uid_filter (cn=[uid])
   ldap_timeout 30
   ldap_bind_dn CN=XXX,DC=XXX,DC=local
   ldap_bind_password XXXX
   ldap_suffix OU=XXX,DC=XXXX,DC=local
   ldap_scope sub
   ldap_email_attribute mail

Regards.

On Fri, 28 Aug 2020 at 14:04, Stefan Hornburg (Racke) <address@concealed <mailto:address@concealed>> wrote:

On 8/28/20 12:58 PM, Kazim Koybasi wrote:
> Hello,
>
> We installed sympa 6.2.56 on a different server to apply the
upgrade process and we set it to auth from CAS. It
> successfully logs in but logout does not work. It
seems logout_path in auth.conf does not apply. How can we solve this?
>
> Best regards.

Hello Kazim,

what is the Sympa version on the current server?

How does your auth.conf look like (with sensitive data redacted) ?

Regards
         Racke

-- Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.





Archive powered by MHonArc 2.6.19+.

Top of Page