On Mon, 02 Mar 2026 at 15:29:26 -0300, Renan Rodrigo wrote: > The ldap_list documentation ( > https://www.php.net/manual/en/function.ldap-list.php) says: > > "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. " > > So passing null means we are not requesting any specific attributes, and > passing an empty array should work the same, right?
Ah cool, even better. It should indeed work the same, and no need to make any assumption about RFC 4511 compliance in that case. -- Guilhem.
signature.asc
Description: PGP signature

