merged master into anpassung_infocenter

This commit is contained in:
ma0048
2021-08-18 08:45:28 +02:00
77 changed files with 2737 additions and 1394 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]
);
}
}
}