From bacf7cc9ff0869ebcb16da11940fe3be8d0bcef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Tue, 30 Apr 2013 18:54:16 +0200 Subject: [PATCH] remove shib --- balise/login_saml.php | 4 ++-- plugin.xml | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/balise/login_saml.php b/balise/login_saml.php index ea8f44e..df377fa 100644 --- a/balise/login_saml.php +++ b/balise/login_saml.php @@ -36,11 +36,11 @@ function balise_LOGIN_SAML_dyn() if (!$simplesaml->isAuthenticated()) { $url = lire_config('saml/login_url'); - spip_log("[auth_shib] login url =".$url); + spip_log("[auth_saml] login url =".$url); // Appeler le squelette du formulaire de login return array('formulaires/saml', - $GLOBALS['delais'],array('saml_url' => $url)); + $GLOBALS['delais']); } else return login_saml_successfull(); } diff --git a/plugin.xml b/plugin.xml index 83e1df6..2015da5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -15,8 +15,4 @@ saml_options.php saml - - ajouter_boutons - shib_pipelines_private.php -