pf » Testing OpenLDAP
March 03, 2006
Testing OpenLDAP
If you ever need to test LDAP stuff the OpenLDAP project runs a test server at ldap.openldap.org. It only has a few entries in it but it can be handy for building examples, or testing.
Here's how you would query/search the server in ColdFusion with cfldap:
<cfldap server="ldap.openldap.org"
action="query"
name="results"
start="dc=openldap,dc=org"
attributes="cn,sn,givenName,mail,st,l,ou">
<cfdump var="#results#">
Here's some more info about the service.
Trackback Address: 547/E7D27B6B36122BC54F147148F842A5E3
Spell Checker by Foundeo
- CFSCRIPT Cheatsheet
- 3 New Image Effects for ColdFusion 8
- Googlebot to Submit Web Forms
- ColdFusion 8 Update 1 Fixes some Image Processing Quirks
- 10 Most Useful Image Functions in ColdFusion 8
- Speaking at NYC CFUG This Week
- Adobe AIR Tutorial for HTML / JavaScript Developers
- INFORMATION_SCHEMA Support in MySQL, PostgreSQL
Subscribe to my RSS Feed:
RSS
RSS
add to del.icio.us
Pete Freitag is a software engineer, and web developer located in










