Hi,

I'm trying to access a Microsoft Exchange Active Directory Services Interface with 
cold fusion.  I'm new to the ldap world, and want to know a couple of things.  One, is 
Microsoft's version completely compatible with ldap?  I've used cold fusion's <cfldap> 
tag to access a public ldap server and that works fine, but I keep getting errors when 
I try to access our own in house server.  I think I might be having authentication 
issues.  The exchange administrator set up an account for me, but I'm unclear on 
exactly what should go in the "username" field.  I read somewhere that it needs to be 
a full name, not just the actual username, but I'm not sure what this means.  

Here's my code:  
        <cfldap action="query"  
        name="ldap_test"
        start="o=Anne Arundel Community College" 
        attributes="*" 
        server="server_name_here" 
        port="389" 
        username="username"
        password="password">

Any thoughts greatly appreciated...

TIA,
Janice



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to