I know its late on a Friday, but have posted this message on macromedia
forum for assistance, have any of you guys some experience with AD and
cfldap
My network administrator assures me that anonymous permissioning is set
up correctly on our ms server 2003 for access to AD via CFLDAP when I
run this code:
<cftry>
<cfldap action="QUERY"
server="ip address"
name="getEmail"
username="domain\username"
password="password"
scope="base"
attributes="*"
start="">
<cfcatch type="Any">
<cfdump var="#getEmail#" label="the arguments available"
expand="yes">
<cfrethrow>
</cfcatch>
</cftry>
I get a clear result from the base level but as soon as I change the
scope to 'subtree' I get the following error:
An error has occured while trying to execute query :[LDAP: error code 32
- 0000208D: NameErr: DSID-031001A1, problem 2001 (NO_OBJECT), data 0,
best match of: ''].
>From this I thought I would need to add something to the so I add the ou
and c as an example and the error result is:
An error has occured while trying to execute query :[LDAP: error code 1
- 000020D6: SvcErr: DSID-031006C5, problem 5012 (DIR_ERROR), data 0].
Can anyone shed any light on this I am running out of ideas. CF v7
I have setup the cf service to run as network admin which also has not
worked.
Cheers
Mark
---
You are currently subscribed to cfug-wa as:
subscriber@open...
To unsubscribe send a blank email to
leave-cfug-wa-9140D@list...
For a cool news style interface try:
news://lists.daemon.com.au/cfaussie
Aussie Macromedia Developers:
http://lists.daemon.com.au/
opensubscriber is not affiliated with the authors of this message nor responsible for its content.