Pavel Mezhuev
Results
2
comments of
Pavel Mezhuev
Workaround for PHP 7.3+ (tested on PHP 8.1). Find: https://github.com/dokuwiki/dokuwiki/blob/cd89aff0a8c3297f0a4ac3b3d63873b9d2393254/lib/plugins/authad/adLDAP/classes/adLDAPUsers.php#L559-L571 Replace to: ```PHP $cookie = ""; $usersArray = array(); do { $sr = ldap_search( $this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $fields, 0, 0,...
#1494 broke compatibility with Podman: > Error: running container create option: invalid log driver: invalid argument