Re: [PHP] ldap_search...no results!

2001-04-16 Thread Dan Lowe
Previously, Miguel Carvalho said: > if a do > ldapsearch -o ",o=xyz" "ent=entry1,uid=ldap,ou=People,o=xyz", it > works just fine. > > How can i access the entry "ent=entry1,uid=ldap,ou=People,o=xyz" using > ldap_search/ldap_list or ldap_read? > > I have tried ldap_search... but i can not fi

[PHP] ldap_search...no results!

2001-04-16 Thread Miguel Carvalho
if a do ldapsearch -o ",o=xyz" "ent=entry1,uid=ldap,ou=People,o=xyz", it works just fine. How can i access the entry "ent=entry1,uid=ldap,ou=People,o=xyz" using ldap_search/ldap_list or ldap_read? I have tried ldap_search... but i can not find how to write the filter. Can any one, please h