Hi! LDAP newbie here, so please be kind to me. Anyway, here is the directory structure
ou = People ou = Services ou = Extranet -------ou = Groups -------ou = People --------------uid=pinolo --------------uid=pizarro --------------uid=racero --------------uid=tirano
under the uid entry, these are some attributes: uid sn givenName mail cn
What I need to do is to loop through all of the uid entries (pinolo, pizarro etc)....printing each uid entries then printing all attributes found under each entry. Can anyone help me with a code snippet?
Sometime back, the foll. code used to work for me with Weblogic 8.1 Embedded LDAP database, but I guess it is likely to work with other LDAP servers also.
Which LDAP server are you using?
[ June 13, 2005: Message edited by: Vishwa Kumba ]