opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
136 stars 34 forks source link

bugfix(auth_ldap,auth_local) migrate to new style `__construct` #188

Closed raabf closed 3 weeks ago

raabf commented 3 weeks ago

There are wired errors which can be tackeled down that the class attributes are not set, because the constructor is not called.

php8 do not support the old-syntax for constructors any more, so using __construct is required.