1*9e84dbfbSPhilipp Neuser<? 2*9e84dbfbSPhilipp Neuser/** 3*9e84dbfbSPhilipp Neuser * English language file for authchained plugin 4*9e84dbfbSPhilipp Neuser * @author Philipp Neuser <pneuser@physik.fu-berlin.de> 5*9e84dbfbSPhilipp Neuser */ 6*9e84dbfbSPhilipp Neuser 7*9e84dbfbSPhilipp Neuser$lang['plugin_settings_name'] = 'Chained authentication plugin'; 8*9e84dbfbSPhilipp Neuser 9*9e84dbfbSPhilipp Neuser$lang['authtypes'] = 'Seperated list of authentication plugins in chaine, seperator is ":", e.g.: "authpam:authplain"'; 10*9e84dbfbSPhilipp Neuser$lang['usermanager_authtype'] = 'Authentication plugin from which the capabilities are retrieved, when no user is logged in, e.g.: "authplain"'; 11