I have jad the same issue.  No workarounds/fixes found by myself as of yet.  Fortunately its not a 'most important' issue for me.  at least your not alone!


Doug

-----Original Message-----
From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 02, 2004 12:34 PM
To: CF-Talk
Subject: CFLDAP Active Directory 4.5/5 Problems

My company is currently migrating to Active Directory and testing our code against the new servers has been issuing some errors.  In CFMX the following code runs fine, but in 4.5/5 it generates the rather non-descript error 'CFLDAP - Operations error'.  Anybody have any thoughts?  Thanks!

(Note: authentication iformation has been replaced with #########)

<cfset varFilter = """SamAccountName=#########"" ">
<cfldap
name="Users"
server="COWDCC02"
action=""> username="#########"
password="#########"
attributes="Mail"
start="dc=corp,dc=mxtr,dc=net"
startrow="1"
scope="subtree"
sortcontrol="asc"
filter = "#evaluate(varFilter)#"
>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to