Fullname usually refers to the complete ldap path to the specific object in question 
so it should look something like
o=Anne Arundel Community College,ou=admins,cn=username.  Sometimes the order is 
reversed meaning the cn comes first.  Also, you may have to substitute '/' for ',' in 
the fullname.  I have some experience with Novell's LDAP server, so I can't offer much 
insight into MS Exchange.  Hope this helps.

>>> [EMAIL PROTECTED] 8/26/03 12:56:03 PM >>>
I read somewhere that it needs to be a full name, 
>not just the actual username, but I'm not sure what this means.  

You probably need to use a full-qualified Windows domain name.  In your code snippet, 
it would be something like the following:

        <cfldap action="query"  
        name="ldap_test"
        start="o=Anne Arundel Community College" 
        attributes="*" 
        server="server_name_here" 
        port="389" 
        username="mydomain\username"
        password="password">




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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