LDAP: get list of ou

LDAP: get list of ou

am 20.04.2009 13:28:47 von Mark Zimmermann

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