> CFLDAP Can't connect to the LDAP server.
> 
> <CFLDAP 
>     ACTION="QUERY" 
>     ATTRIBUTES="cn,mail"
>     SERVER="myservername"
>     NAME="nihgal" 
>       scope="subtree" 
>     START="cn=COMMON_NAME,ou=ORGANIZATION_UNIT,o=ORGANIZATION"
>       filter="(cn=*#FORM.search#*)">
> 


        Curt. The error is "can't connect to the LDAP server" which means
the connection itself isn't happening. So you can't even begin to try
searching.

        My guess is that you aren't specifying the username and password
fields. Eg:

        username="cn=Directory Manager"
        password="whatever"





      Tariq Ahmed - [EMAIL PROTECTED] - ICQ H:6308515/W:43686521
         TIBCO Finance Technology - Web Group - Senior Web Engineer
         Work: 650-461-3472   Cell: 650-799-6636   Fax: 650-461-3003
                 3375 Hillview Avenue. Palo Alto, CA. 94304.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to