Merge branch 'master' into BUG-13075/Urlaubstool_Markierung_Folgemonat

This commit is contained in:
Andreas Österreicher
2021-06-14 13:42:17 +02:00
27 changed files with 1115 additions and 392 deletions
+3 -1
View File
@@ -220,7 +220,9 @@ class LDAPLib
}
else // Connection error
{
return error(ldap_error($ldapConnection));
return error(
'An error occurred while connecting to the LDAP server: '.$ldapConfigs[self::SERVER].':'.$ldapConfigs[self::PORT]
);
}
}
}