[...]
> The second problem
> is that the following query:
> <cfldap action="QUERY" name="GetLDAPUser" start="o=airius.com
> " attributes="cn" server="#Application.LDAP_IP#" port="#Application.LDAP_PORT#"
> filter="uid=#username#">^M
>
> Results in the following error diagnostic:
>
> Error Diagnostic Information
>
> CFLDAP
>
> Which is not really helping us understand why this no longer works! A
> connection to the LDAP server is made, and the log is:
>
> [06/Jun/2001:11:52:07 -0400] conn=361 fd=82 slot=82 connection from 127.0.0.1
> to 127.0.0.1
> [06/Jun/2001:11:52:07 -0400] conn=361 op=0 BIND dn="cn=Directory Manager"
> method=128 version=2
This log file entry does not match the cf code. If you look at the line
you see someone is doing a bind as 'cn=Directory Manager'. But there is
no bind information (username/password) in the actual <cfldap> call.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.