dear lazy web<div><br></div><div>does anyone know anthing about ldap_search in php?</div><div><br></div><div>I have an OU with a space in the name (stupid admins, rant ,rant) and can&#39;t work out how to search it; </div>
<div><br></div><div>$results = ldap_search($connection, &quot;cn=my ou, dc=mydomain, dc=ac, dc=uk&quot;, &quot;givenName=d*&quot;);</div><div><br></div><div>using a different OU without a space works fine so I know that my setup is correct</div>
<div><br></div><div>dan </div>