Bug 1579285: Fixing up auth/saml plugin config form
Gettting it to display missing dependencies better
behatnotneeded
Change-Id: I60c94456acb6ac864e087a190569e8b16a64dd4d
Signed-off-by: Robert Lyon <robertl@catalyst.net.nz>
@@ -25,8 +25,8 @@ $string['errorbadssphpspentityid'] = 'Invalid Service Provider EntityId';
$string['errorretryexceeded']='Maximum number of retries exceeded (%s) - there must be a problem with the identity service';
$string['errnosamluser']='No user found';
$string['errorssphpsetup']='SAML not set up correctly. Need to first run "make ssphp" from the commandline';
$string['errorbadlib']='SimpleSAMLPHP lib directory autoloader %s does not exist. Make sure you install SimpleSAMLphp';
$string['errornomcrypt']='library mcrypt must be installed for auth/saml. Make sure you install mcrypt eg: apt-get install php5-mcrypt.';
$string['errorbadlib']='SimpleSAMLPHP library\'s "autoloader" file not found at %s.<br>Make sure you install SimpleSAMLphp via "make ssphp" and the file is readable.';
$string['errornomcrypt']='PHP library "mcrypt" must be installed for auth/saml. Make sure you install and activate mcrypt eg:<br>sudo apt-get install php5-mcrypt<br>sudo php5enmod mcrypt<br>Then restart webserver.';
$string['errorbadconfig']='SimpleSAMLPHP config directory %s is incorrect.';
$string['errorbadcombo']='You can only choose user auto-creation if you have not selected remoteuser.';
$string['errorbadmetadata']='Badly formed SAML metadata. Ensure XML contains one valid IdP.';