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