<?php
/*
 * ShibbolethAuth plugin, configuration settings
 *
 * @author     Yoann Lecuyer <yoann.lecuyer AT cru.fr>
 * @author     Dominique Launay <dominique.launay AT cru.fr>
 * @author     Olivier Salaün <olivier.salaun AT cru.fr>
 */
$lang['sympaSoapService'] = "Address of the Sympa SOAP wsdl";
$lang['shibbolethEmailAttribute'] = "Name of environment var that contains the email address cprovided by shibboleth";
$lang['shibbolethLoginURL'] = "URL to redirect user in order to authenticate against shibboleth";
$lang['shibbolethLogoutURL'] = "URL to redirect user in order to logoff against shibboleth";
$lang['useSympa']= "use sympa as authorization backend ?";
$lang['sympaApplicationID']= "id to authenticate dokuwiki against sympa SOAP service";
$lang['sympaApplicationPwd']= "password to authenticate dokuwiki against sympa SOAP service";

