icingaweb2/library/Icinga/Authentication/User
Bastian Lederer 007abed960 Avoid passing null to non-nullable parameters in built-in functions
PHP 8.1 deprecated passing `null` to non-nullable parameters in built-in
functions (deprecated in 8.1, will become a `TypeError` in 9.0).
2026-03-19 22:27:45 +01:00
..
DbUserBackend.php Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
DomainAwareInterface.php Add interface for user backends which are responsible for a specific domain 2017-06-12 13:31:07 +02:00
ExternalBackend.php ExternalBackend: Don't authenticate a user if REMOTE_USER is empty 2019-12-05 15:13:02 +01:00
LdapUserBackend.php Change implicit nullable type declaration to explicit 2026-03-10 16:40:27 +01:00
UserBackend.php Avoid passing null to non-nullable parameters in built-in functions 2026-03-19 22:27:45 +01:00
UserBackendInterface.php Make configuration of custom user backends possible 2021-06-18 10:28:35 +02:00