that was quite nice of you, kind sir

        -----Original Message----- 
        From: Swift,David 
        Sent: Thu 3/6/2003 12:44 PM 
        To: Spectra-Talk 
        Cc: 
        Subject: RE: Database Migration causes authentication issues.
        
        

        Hi,
        
        Some notes from my SM problem solving exercises.. 
        
        You could try using the cfauthenticate Tag to test authentication
        and validate the base SM functionality against a specific SC. The
        result can be determined with the isauthenticated() function. I
        usually do this code for testing..
        
        <cfauthenticate
                securitycontext="your_sc"
                username="your_id"
                password="your_pw">
        
        <cfoutput>
                #isauthenticated()#
        </cfoutput>
        
        - turn off all caching in CFAdmin Advanced Security for testing.
        
        - Use smconsole.exe to set database id and pw for SM to access the
        policy
        store.  You can test connectivity here too.
        
        - Use smconsole.exe to turn on SM debugging and write to a log. The
        logged data can be helpful.
        
        - Check the primary keys in the userdirectory database, if the
        migration lost anything then this could cause issues.
        
        - Sometimes deleting and re-adding the SC and UD in CFAdmin can resolve
        issues.
        
        Note:  Restarting SM and CF services between tests and after changing
        settings is always a standard procedure in my problem resolution
        efforts.
        
        I hope that this is helpful,
        Dave
        
        
        
        
        -----Original Message-----
        From: McKellar, Wes [mailto:[EMAIL PROTECTED]
        Sent: Thursday, March 06, 2003 11:55 AM
        To: Spectra-Talk
        Subject: RE: Database Migration causes authentication issues.
        
        
        Kurt,
        
        I am not real familiar with Advanced Security.  I went ahead and
        completed
        the tests in the following technote.  Everything checked out okay. 
        
        http://www.macromedia.com/support/spectra/ts/documents/tn18175.htm
        
        I have the following security contexts installed on this box (which is
        used
        for testing)
        
        cfaibuild  -   Allaire Spectra Security Context   
        cfarestorenet -   Allaire Spectra Security Context
        cfawwwinternet  -   My Site security context
        sc1  -   Allaire Spectra Security Context
        
        On my test box (the one having issues) my User Directory is not spelled
        exactly like it is in the documentation "userDirectory" rather than
        "UserDirectory".  I don't know if capitalization counts, but I have
        learned
        not to discount any detail when dealing with siteminder.  Essentially
        the
        policies and rules for sc1 are empty.
        
        Any ideas?  What security context does the Webtop try to authenticate
        against?  Whats the next step?
        
        Thanks in advance.
        
        Wes
        
        
        -----Original Message-----
        From: [EMAIL PROTECTED]
        [mailto:[EMAIL PROTECTED]
        Sent: Thursday, March 06, 2003 9:58 AM
        To: [EMAIL PROTECTED]
        Subject: Spectra-Talk-list V1 #150
        
        Spectra-Talk-list              Thu, 6 Mar 2003           Volume 1 :
        Number
        150
        
        In this issue:
        
                RE: Database Migration causes authentication issues.
        
        
        
        
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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