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