Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAS: logout_path does not work #986

Closed
kazimkoybasi opened this issue Aug 31, 2020 · 7 comments · Fixed by #987
Closed

CAS: logout_path does not work #986

kazimkoybasi opened this issue Aug 31, 2020 · 7 comments · Fixed by #987
Labels
Milestone

Comments

@kazimkoybasi
Copy link

kazimkoybasi commented Aug 31, 2020

Version

Sympa 6.2.56

Installation method

Centos 7 Epel Repo

Expected behavior

Sympa should redirect base_url/logouth_path but it does not.

Actual behavior

logout

auth.conf.txt

**

Whatever I write as logouth_path . It shows logout screen as attached but sympa does not logout and it seems to omit this value.

@ikedas ikedas added the question label Sep 1, 2020
@ikedas
Copy link
Member

ikedas commented Sep 1, 2020

Hi @kazimkoybasi ,
Could you please show us the log of HTTP server and Sympa, from when you successfully logged-in to when you see the message "You have logged out."?

@kazimkoybasi
Copy link
Author

Hi @ikedas

This is only log that I get in apache when I click logout button and sympa log with log_level 2 is like below.
sympa_log.txt

10.10.0.25 - - [01/Sep/2020:08:25:47 +0300] "POST /sympa HTTP/1.1" 200 7829 "http://sympat.xxx.edu/sympa" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"

@ikedas
Copy link
Member

ikedas commented Sep 1, 2020

I understood that you did these things:

  1. You accessed to Sympa web site (not yet logging-in).
  2. You logged in.
  3. You acceessed to Sympa web site (already logging-in).
  4. You performed "Logout" action.
  5. You saw a message "You have logged out".

Could you please show us the log of HTTP server and Sympa, from 1. to 5. above?

@kazimkoybasi
Copy link
Author

Hi @ikedas ,

I added correct logs below from step 1 to 5.

apache_log.txt
sympa_log.txt

ikedas added a commit to ikedas/sympa that referenced this issue Sep 1, 2020
@ikedas
Copy link
Member

ikedas commented Sep 1, 2020

@kazimkoybasi , could you please apply this patch, restart wwsympa and try again?

@ikedas ikedas added bug and removed question labels Sep 1, 2020
@ikedas ikedas added this to the 6.2.58 milestone Sep 1, 2020
@kazimkoybasi
Copy link
Author

Hi @ikedas ,

It is resolved after apply this patch. Thanks.

Regards.

@ikedas ikedas changed the title Sympa CAS logout does not works. CAS: logout_path does not work Sep 1, 2020
ikedas added a commit that referenced this issue Sep 1, 2020
@ikedas
Copy link
Member

ikedas commented Sep 1, 2020

@kazimkoybasi , thanks for reporting bug and confirming fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants