I have been playing with Exchange 5.5 LDAP and have run into permissions
problems. My system administrator has turned off annonymous access. When
logging in using my NT account, I still get the invalid credentials message.
Any ideas? There is very little documentation on this....
Joshua
-----Original Message-----
From: McCollough, Alan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 3:58 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Read MS Exchange using CFLDAP?
Sure. It depends on how your Exchange 5.5 is set up. Look at this sample:
Lets say that in Exchange 5.5, you have an organization set up as "ZZZ"...
<cfldap action="QUERY"
name="results"
attributes="givenname, sn, telephonenumber, mail, uid"
scope="SUBTREE"
server="your_mailserver_name"
start="o=ZZZ"
sort="sn ASC"
filter="(uid=#attributes.username#)">
<CFOUTPUT QUERY="results">
#givenname#, #sn#, #telephonenumber#, #mail#, #uid#
</CFOUTPUT>
Alan McCollough
Web Programmer
Alaska Native Medical Center
> -----Original Message-----
> From: Ficke, Bill [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, August 10, 2000 10:17 AM
> To: '[EMAIL PROTECTED]'
> Subject: Read MS Exchange using CFLDAP?
>
> Has anyone used the CFLDAP tag to read MS Exchange 5.5? It seems
> acceptable
> on the surface, but I need to know some details.
>
> How does it affect performance on the Exchange server?
> How well can you filter queries vs. hit on performance?
> Any other useful information.
>
> Thanks for the OT again. This appears to be the most useful way to get
> solid CF development advice. Any other forums I should be using?
>
> Bill Ficke
> --------------------------------------------------------------------------
> ----
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONFIDENTIALITY NOTICE: If you have received this e-mail in error,
please immediately notify the Sender by e-mail at the address
shown and delete all copies of this message. This e-mail transmission
may contain information that is proprietary, privileged,
confidential, or otherwise legally exempt from disclosure. If you
are not the named addressee, please be aware that you are not
authorized to open, read, print, retain, copy, or disseminate
this message or any part of it. Thank you for your compliance.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.