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]

