*/ $lang['plugin_settings_name'] = 'HTTP authentication plugin'; $lang['usernameregex'] = 'Regular expression to match the username part in HTTP authentication login names. Defaults to .+, use ^[^@]+ in Kerberos environments with usernames such as user@domain and \\[^\\]+$ in Windows domain scenarios with usernames such as DOMAIN\User.'; $lang['emaildomain'] = 'Domain to append for creating email addresses'; $lang['specialusers'] = 'Usernames belonging to the special group'; $lang['specialgroup'] = 'Name of the special group'; //Setup VIM: ex: et ts=4 :