1<?php 2$lang['name'] = 'CAS login service name'; 3$lang['logourl'] = 'URL to a logo for the CAS service. If serving login pages via HTTPS, make sure this is either relative (/...) or an HTTPS URL.'; 4 5$lang['server'] = 'CAS server hostnamme (cas.example.com)'; 6$lang['port'] = 'CAS server port (443)'; 7$lang['rootcas'] = 'CAS server uri (/cas)'; 8 9$lang['logfileuser'] = 'Log file name. If defined, log connections. The file is located in the logs folder. Time is in UTC'; 10 11$lang['samlValidate'] = '??'; 12 13 14 15$lang['handlelogoutrequest'] = 'handle CAS logout requests'; 16$lang['handlelogoutrequestTrustedHosts'] = 'trusted hosts for logout requests(FQDN or IP), comma separated. Performs reverse DNS resolution. Be careful if you are behind a reverse proxy.'; 17 18$lang['autologin'] = 'login automatically'; 19 20$lang['group_attribut'] = 'CAS attribute containing list of user groups.'; 21$lang['name_attribut'] = 'CAS attribute containing user name'; 22$lang['mail_attribut'] = 'CAS attribute containing user mail'; 23$lang['uid_attribut'] = 'CAS attribute containing user uid'; 24 25$lang['cacert'] = 'Authority that validated the CAS server certificate (put content of certificat)'; 26 27//$lang['force_redirect'] = 'Redirect user to CAS if permission is required or ACT=login (no login message)'; 28 29$lang['debug'] = 'View message debug'; 30