Fix LDAP with internal users (#4453)

* added logging, in case Laminas libs are not available
* make sure that internal users can still login if LDAP is activated
This commit is contained in:
Kevin Papst
2023-11-20 21:33:36 +01:00
committed by GitHub
parent 20164295f8
commit 16d4a691f8
4 changed files with 15 additions and 10 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.4.0';
public const VERSION = '2.4.1';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20400;
public const VERSION_ID = 20401;
/**
* The software name
*/