Folks,

I have two questions for today, both arising from my attempt to get our 
application to run on CF5 and Spectra 1.5.1.

Firstly, it appears that #request.cfa.security.securitycontext# in no longer 
defined in the requested scope . . . was this an intentional change? We now 
have to define our security context in Application.cfm . . . we had some 
serious head-scratching to do when authentication stopped working because of a 
missing security context ;-)

Secondly, we're getting a really unhelpful error diagnostic when we try to 
pull the spectra UUID from LDAP. The first problem is that it used to live in 
"cn" but it appears to have moved. . . where did it go??? 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
[06/Jun/2001:11:52:07 -0400] conn=361 op=0 RESULT err=0 tag=97 nentries=0 
etime=0
[06/Jun/2001:11:52:07 -0400] conn=361 op=1 SRCH base="o=airius.com" scope=2 
filter="(uid=guestindividual)"
[06/Jun/2001:11:52:07 -0400] conn=361 op=1 RESULT err=0 tag=101 nentries=1 
etime=0
[06/Jun/2001:11:52:07 -0400] conn=361 op=2 UNBIND
[06/Jun/2001:11:52:07 -0400] conn=361 op=2 fd=82 closed - U1
[06/Jun/2001:11:52:07 -0400] conn=362 fd=83 slot=83 connection from 127.0.0.1 
to 127.0.0.1
[06/Jun/2001:11:52:07 -0400] conn=362 op=0 BIND dn="cn=Directory Manager" 
method=128 version=2
[06/Jun/2001:11:52:07 -0400] conn=362 op=0 RESULT err=0 tag=97 nentries=0 
etime=0
[06/Jun/2001:11:52:07 -0400] conn=362 op=1 SRCH base="o=airius.com" scope=2 
filter="(uid=guestindividual)"
[06/Jun/2001:11:52:07 -0400] conn=362 op=1 RESULT err=0 tag=101 nentries=1 
etime=0
[06/Jun/2001:11:52:07 -0400] conn=362 op=2 UNBIND
[06/Jun/2001:11:52:07 -0400] conn=362 op=2 fd=83 closed - U1

Anyone have any idea why CFLDAP is complaining with such an unhelpful error 
report?

-Darren



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

Reply via email to