ok, I have checked out an article on CFLDAP at
http://cfcomet.com/cfcomet/Exchange_Server/index.cfm?ArticleID=F6CAD377-4023
-4EB0-8C52340ED1DF4263 which is pretty straight forward. I can't seem to get
this running. BTW searches done using IPSWITCH's LDAP tool are working fine
so I know the server is setup to use annoymous access.
I know CF really well but am not very familiar with LDAP so Im sure my
mistake lies somewhere there. ideas??
My goal is to create a search for a that will show anyone who's name is LIKE
#FORM.search# though when i use the following code I get the error
CFLDAP Can't connect to the LDAP server.
<CFLDAP
ACTION="QUERY"
ATTRIBUTES="cn,mail"
SERVER="myservername"
NAME="nihgal"
scope="subtree"
START="cn=COMMON_NAME,ou=ORGANIZATION_UNIT,o=ORGANIZATION"
filter="(cn=*#FORM.search#*)">
Oh, I tried to take the search out and just get everything like so and got
this error:
CFLDAP No such object
<CFLDAP
ACTION="QUERY"
ATTRIBUTES="cn,mail"
SERVER="myservername"
NAME="nihgal"
scope="subtree"
START="cn=COMMON_NAME,ou=ORGANIZATION_UNIT,o=ORGANIZATION"
filter="objectClass=organizationalPerson">
thanks,
Curt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com