fixed error message

This commit is contained in:
Roland Gruber 2016-12-08 18:17:04 +01:00
parent eddfb11cf0
commit 308e3292c9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function lamLoginSSH($handle) {
$username = $entry[0]['uid'][0];
}
if (empty($username)) {
throw new Exception(sprintf(_("Your LAM admin user (%s) must be a valid Unix account to work with lamdaemon!"), $credentials[0]));
throw new Exception(sprintf(_("Your LAM admin user (%s) must be a valid Unix account to work with lamdaemon!"), getAbstractDN($credentials[0])));
}
}
$password = $credentials[1];