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: Kazim Koybasi <address@concealed>
  • To: address@concealed
  • Cc: "Stefan Hornburg (Racke)" <address@concealed>, address@concealed
  • Subject: Re: [sympa-users] Logout not works from sympa web interface
  • Date: Mon, 31 Aug 2020 15:55:15 +0300

Hello Stefano,

We have a CAS server with a logout URL. Lots of applications use our CAS server. We can call logout path from other applications but can not from sympa. Whatever I write as logouth_path it does not effect sympa logout. Do you have any other sympa logout configuration?

Regards. 

On Mon, 31 Aug 2020 at 15:09, antonelli@cnaf <address@concealed> wrote:
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