Howdy. I'm working on a PHP-based alternative to GQ, and it is coming 
along very nicely thanks to PHP's genius. I have run into an obstacle, 
though, and that is getting LDAP schema. I'd like to use the ldap_search() 
function or some alternative to capture the schema for an LDAP server so I 
can list available attributes for each object. I can do this sort of thing 
with OpenLDAP's ldapsearch on the command line but I can't figure out how 
to formulate my request with PHP's ldap_search(). Any ideas?

Thanks,
Dave


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to