not needed anymore with new shib auth procedure.

This commit is contained in:
exe-cutor
2006-02-16 08:50:50 +00:00
parent e2a420d6b2
commit 0762da9ce2
-20
View File
@@ -1,20 +0,0 @@
<?php
/*
This file must be Shibboleth protected with something like:
--
<Location ~ "/auth/shibboleth/shib-protected.php">
AuthType shibboleth
ShibRequireSession On
require valid-user
</Location>
--
in your web server configuration.
Consult moodle/auth/shibboleth/README.txt for further instructions.
*/
require_once("../../config.php");
header("Location: ".$CFG->wwwroot."/auth/shibboleth/");
?>