bruce wrote: > > thanks for the reply. i went to the web2ldap site, and played with the app > for a sec.
Yes, I saw it. > however, i can't figure out how to add the sub filter to the http request > that i have for the umich directory services. You won't add it to a HTTP request. LDAP URLs are special URLs representing LDAP search requests. web2ldap has a special feature: You can simply add a LDAP URL as query string for web2ldap's HTTP URL. You can examine the specific examples section on: http://web2ldap.de/demo.html But it's the client's task to handle a LDAP URL. In former times Netscape Navigator 4.x could handle LDAP URLs directly with a simple built-in LDAP client. > browser (umich) > http://directory.umich.edu//ldapweb-bin/url?ldap:///ou=People,dc=umich,dc=ed > u > > in the web2ldap test, i added the "Urban Planning - Faculty" to the dept > text area. i was able to see >>>"sub search with filter "(ou=*Urban > Planning - Faculty*)""<<< which returned the 248 entries that i was > expecting.... You have to translate that to the specific usage of another LDAP client. Note: directory.umich.edu does not seem to have a LDAP server running on port 389. E.g. OpenLDAP's ldapsearch command-line tool: ldapsearch -x -H ldap://ldap.itd.umich.edu -b ou=People,dc=umich,dc=edu -s sub "(objectClass=*)" Ciao, Michael. --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
