1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

[PHP-FPM] Add missing space in log message

This commit is contained in:
FreddleSpl0it 2024-09-02 09:57:33 +02:00
parent ef238e5332
commit b307e0a0d5
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -147,7 +147,7 @@ foreach ($response as $user) {
}
if (empty($user[$iam_settings['username_field']][0])){
logMsg("warning", "Skipping user " . $user['displayname'][0] . " due to empty LDAP ". $iam_settings['username_field'] . "property.'");
logMsg("warning", "Skipping user " . $user['displayname'][0] . " due to empty LDAP ". $iam_settings['username_field'] . " property.");
continue;
}