I'm running a Drupal 7 site on a new instance with PHP 8.2 and I'm getting this warning:
Deprecated function: Creation of dynamic property LdapAuthorizationConsumerOG::$mappingDirections is deprecated in LdapAuthorizationConsumerAbstract->__construct() (line 122 at /ldap/ldap_authorization/LdapAuthorizationConsumerAbstract.class.php)
This issue is similar to this one: https://www.drupal.org/project/ldap/issues/3373347 π Deprecated function: Creation of dynamic property LdapUserConf::$createLDAPAccountsAdminApproval is deprecated in LdapUserConf->load() (line 266 Closed: outdated
The property $mappingDirections
needs to be explicitly declared in the LdapAuthorizationConsumerAbstract
class.