I got it!

<CFLDAP ACTION="QUERY"
NAME="MyLDAPQuery"
SERVER="#REQUEST.LDAP_Server#"
PORT="#REQUEST.LDAP_Server_Port#"
username = "cn=Directory Manager"
password = "xxxxxx"
ATTRIBUTES="#REQUEST.LDAP_Attributes#"
MAXROWS="#REQUEST.LDAP_Server_MaxRows#"
TIMEOUT="#REQUEST.LDAP_Server_Timeout#"
START="ou=White Pages,o=WhitePages"
SCOPE="subtree"
FILTER="(cn=*#form.SearchFor#*)"
SORT="sn,givenname"
SORTCONTROL="nocase">

James Blaha wrote:

>Hello All,
>
>Does anyone know if you can pass the user id and password for the 
>Directory Manager account and perform a query on all attributes in a 
>LDAP server database using CFLDAP?
>
>Regards,
>James Blaha
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to