1<?php 2/* 3 * Server SSO plugin, configuration settings 4 */ 5 6$lang['auth_var_id'] = 'Server variable that contains the unique identifier for each user'; 7$lang['auth_var_email'] = 'Server variable that contains the users Email address'; 8$lang['auth_var_realname'] = 'Server variable to store the users real name'; 9$lang['auth_userfile'] = 'File for storage of user data';