I have some code that does some M$ Exchange LDAP lookups that works beautifully on a CFMX6.1 box, but bombs out on a CF5.0 box.  I'm not using anything that is CFMX specific, AFAIK.  But here is the code...   anyone have any ideas?

<cfldap action=""> name="empl"
attributes="
employeeID,
mail,
memberOf,
st,
name,
sn,
initials,
telephoneNumber,
postalCode,
cn,
title,
mobile,
givenName,
displayName,
sAMAccountName"
start="dc=hoo,dc=loo"
sort="sn ASC"
server="litexchldap.alltel.com"
port="389"
filter="SN=Rotten"

username="myDN"
         password="myPWD"
>

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team

<<ole0.bmp>>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to