In the following situation, would this be fault tolerant if the Emerald 
SQL database were down?  The object is to have 
ContinueWhileAccept and ContinueWhileIgnore set at the same 
time.  This way, if we have any problems, our customers don't get 
denied service.

<Handler>
ContinueWhileAccept

#  Apply some pre-database "Time" Checks
    <AuthBy FILE>
         AcceptIfMissing
    </AuthBy>

# If the "Time" check item passed, check Database
    <AuthBy EMERALD>
        ...
    </AuthBy>

# If the database didn't reject them or it ignored, let them in
    <AuthBy TEST>
    </AuthBy>

</Handler>


Thanks,
John Kicklighter
Internet 2xtreme

===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to