<div dir="ltr"><div>The ldap_list documentation (<a href="https://www.php.net/manual/en/function.ldap-list.php">https://www.php.net/manual/en/function.ldap-list.php</a>) says:</div><div><br></div><div>"An array of the required attributes, e.g. array("mail", "sn", "cn").
       Note that the "dn" is always returned irrespective of which attributes
       types are requested. "</div><div><br></div><div>So passing null means we are not requesting any specific attributes, and passing an empty array should work the same, right?<br></div><div>I tested it with just `[]` and it passed.</div><div><br></div><div>The ldap_modify error seems indeed related to the PHP bug. I will unblock the transition in Ubuntu by skipping the specific tests, but I will keep the bug open there and monitor the change on the PHP side.<br></div></div>