Hello, sorry for my english...

If I check "Check to see if a user is allready logged in?" the test

 function cas_login_check() 
... 
if ($cas_force_login || $cas_check_first) {
... 

is already right... So when I want to run the cron with my crontab command :
0 */3 * * * root curl --silent --compressed http://dud.univmed.fr/cron.php

I have a error because it try to authenticated

Thks...

CommentFileSizeAuthor
#1 831474-cas.patch1.63 KBmetzlerd

Comments

metzlerd’s picture

Status: Active » Needs review
StatusFileSize
new1.63 KB

Here's a patch to test. It's rolled against head, but may work against 6.x-2x-dev.

metzlerd’s picture

Status: Needs review » Fixed

Posted to head, and 6.x-2.x-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 153d9cd on 6.x-3.x, 7.x-1.x, master, 8.x-1.x by metzlerd:
    #831474 FIx login redirect.