Use auth-groupex instead for auth-groupesx.php for Xnet authentication.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 24 Oct 2007 20:52:22 +0000 (22:52 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 24 Oct 2007 20:53:25 +0000 (22:53 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
include/xnet/session.inc.php

index 175a031..f47847a 100644 (file)
@@ -35,7 +35,7 @@ class XnetSession
                 $returl = "http://{$_SERVER['SERVER_NAME']}".substr($_SERVER['REQUEST_URI'], 0, $i);
             else
                 $returl = "http://{$_SERVER['SERVER_NAME']}{$_SERVER['REQUEST_URI']}";
-            $url  = "https://www.polytechnique.org/auth-groupex.php";
+            $url  = "https://www.polytechnique.org/auth-groupex";
             $url .= "?session=" . session_id();
             $url .= "&challenge=" . S::v('challenge');
             $url .= "&pass=" . md5(S::v('challenge') . $globals->xnet->secret);