When I switch my userDirectory from MS Access to LDAP, the cfa_secure tag no longer 
creates the request.stUserProfile structure specified in
r_stUserProfile
attribute. It works fine with MS Access.

When I put in a <cfa_userProfileGet> after the <cfa_secure>, I can't get logged in.

We have used LDAP with Spectra 1.01 without problems, could this be a Spectra 1.5/1.51 
problem?

I am using Cold Fusion 4.51 SP2, Spectra 1.51, Windows 2000 SP1, iPlanet LDAP 4.11.

Does anyone have an idea for the cause of this behavior?


Thanks,

Jeffrey White


<cfa_secure
     datasource="CFAOBJECTS"
     securityContext="sc1"
     username="#lcase(FORM.username)#"
     password="#FORM.password#"
     r_bResult="bAuthenticated"
     r_stUserProfile="REQUEST.stUserProfile"
     authenticationurl="/login.cfm"
     storagetype="Cookie"
>

Sample Error Message:
Error resolving parameter REQUEST.STUSERPROFILE.EMPLOYER

The object EMPLOYER is not present in the scope named REQUEST.STUSERPROFILE.
It is likely that you have misspelled the name of the object you are trying to access.



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