LDAP: get list of ou

Hello,

i am working with a LDAP tree like this.

o=tree
ou=de
user1
user2
user3
ou=en
ou=ignore.me
ou=us

I wish to get a list of all 'ou' entries and one of their attributes, not the
users one.

I have no idea, how to realize this? Maybe, anyone can help me?

ldap_search($ldap,"o=tree", "ou=de");
works fine and i get a list of all 'de' users.

Thanks!

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Mark Zimmermann [ Mo, 20 April 2009 13:28 ] [ ID #1998436 ]
PHP » gmane.comp.php.database » LDAP: get list of ou

Vorheriges Thema: How to access MySQL through PHP in windows 2K.
Nächstes Thema: Re: [PHP-WIN] Which ORM tool for Windows with Microsoft SQL Server