Hello All:

CFLDAP and UID Output?

 Can I perform a query search for UID? I need to output the UID and pass 
it to another template when an entry is selected from the LDAP server 
output. I can't seem to output the UID. And Ideas?

This gives me a bunch of people but I cant output their UID's... I'm 
running a Sun ONE Directory LDAP sever.

<CFLDAP ACTION="QUERY" NAME="MyLDAPQuery" SERVER="localhost" PORT="389"
        ATTRIBUTES="cn,mail,uid" MAXROWS="3500"
        START="ou=#URL.ou#,ou=#URL.department_id#,ou=White 
Pages,o=WhitePages"
        SCOPE="OneLevel"
        SORT="cn ASC" SORTCONTROL="nocase" TIMEOUT="90">

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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

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

Reply via email to