Let us know if you run into problems with AS during the install, there
are some pretty standard steps to follow that resolves the issues.  In
particular:

1.  Let the spectra configuration wizard configure your AS settings for
CF instead of trying to do it by hand.

2.  Make sure that you have access to the User directory and the Policy
store.  Something like the below template is what I use to test along
with looking at the log files created by #cfroot#/bin/smconsole.exe

Keep in mind that you might need a system reboot...


<cfquery name="test" datasource="SiteMinder Data Source">
        insert into policy values ('1','1','1','1','1','1')
</cfquery>

<cfquery name="mydb" datasource="userdirectory">
        select * from users
</cfquery>

<cfquery name="test" datasource="userdirectory">
        insert into users values ('1','1','1')
</cfquery>

<cfa_authenticate 
        setcookie="No" 
        throwonfailure="Yes" 
        securitycontext="sc1" 
        username="username" 
        password="password"
        r_bresult="test">
        
<cfoutput>
        #authenticatedUser()#
        #test#
</cfoutput>


HTH,
allen

______________________________________________   

- p r i s m i x -

allen manning, web architect     

t: +44 (0) 7712 894458  w: http://prismix.com   
f: +44 (0) 7092 097115  e: [EMAIL PROTECTED]

______________________________________________

 

 



> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]] 
> Sent: 11 December 2001 17:21
> To: Spectra-Talk
> Subject: RE: Win 2K - CF5 prereqs
> 
> 
> > So what you are saying is, I don't have to set up a user directory, 
> > security context, policies, etc?
> 
> The base installs do that, so if you don't need anything 
> special, no, you don't have to do it yourself.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
------------------------------------------------------------------------------
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