I discussed this with David today, but just to summarise:

You can have AuthBy-specific default reply attributes by using DefaultReply
or AddToreply. They will only be added to the reply if the authentication
method actually succeeds.

AuthBy-specific default check itsm are a bit tricker:

Prob the easiset way is to have something like this (David is using mysql)

AuthSelect select password,
'Service-Type=Framed-User,Framed-Protocol=PPP,blahblahblah' from users where
username = '%n'

AuthColumnDef 0,Password,check
AuthColumnDef 1,GENERIC,check

The whole thing in the quotes will be interpreted as a list of chak items.

Hope that helps.
Cheers.

----------------------------------------------------------------------------
---------------
Mike McCauley                                 [EMAIL PROTECTED]
Open System Consultants                 +61 3 9598 0985

Mike is travelling right now, and there may be delays
in our correspondence.
-----Original Message-----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, March 01, 1999 9:40 PM
Subject: (RADIATOR) ContinueWhileAccept question


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.



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

Reply via email to