<?php
/*
 * Server SSO plugin, configuration settings
 */

$lang['auth_var_id'] = 'Server variable that contains the unique identifier for each user';
$lang['auth_var_email'] = 'Server variable that contains the users Email address';
$lang['auth_var_realname'] = 'Server variable to store the users real name';
$lang['auth_userfile'] = 'File for storage of user data';