Hi Hugh,

        Thanks for the tip...I now have this:

<Realm DEFAULT>
        <AuthBy GROUP>
        AuthByPolicy ContinueUntilReject

                <AuthBy FILE>
                # The filename defaults to %D/users
                </AuthBy>

                # Log accounting to the detail file in LogDir
                AcctLogFileName %L/detail

                <AuthBy UNIX>
                Identifier System
                Filename /etc/shadow
                </AuthBy>
        </AuthBy>

</Realm>

        But it still fails.

        I notice in the reference manual the last instance of AuthBy is
actually printed as <AuthBy>

        Is this correct? I would have thought you would have to close the
initial <AuthBy GROUP> statement.

        Regards

Dean Brandt

+-------------------------------------------------+
Cain Internet Services
Melbourne - Adelaide - Sydney - Brisbane - Bendigo
Australia
Ph/Fax: 61-3-95373699
Mobile: 0413247188
www.cain.net.au
+-------------------------------------------------+



On Mon, 10 Jan 2000, Hugh Irvine wrote:

> 
> Hello Dean -
> 
> On Sun, 09 Jan 2000, Dean Brandt wrote:
> > Hiya,
> > 
> >     I am fairly new to Radiator, and have just installed it.
> > 
> >     I am playing around with some basic AuthBy setups and this one is
> > posing some problems:
> > 
> > <Realm DEFAULT>
> >         <AuthBy FILE>
> >                 # The filename defaults to %D/users
> >         </AuthBy>
> >         <AuthBY UNIX>
> >                 Filename /etc/shadow
> >         </AuthBy>
> >         # Log accounting to the detail file in LogDir
> >         AcctLogFileName %L/detail
> > </Realm>
> > 
> > 
> >     Using radpwtst any auth from the /etc/raddb/users file works but
> > any from the UNIX pw file fails....
> > 
> >     If I omit the AuthBy FILE then the AuthBy UNIX works fine.
> > 
> >     Am I missing something here? :)
> > 
> 
> Yes. When you specify multiple AuthBy clauses in a Realm or Handler, you have
> to specify how you want the processing sequence to happen. From your comments
> above, I would expect that you should use an "AuthByPolicy ContinueUntilAccept"
> (note that ContinueWhileIgnore is the default). Have a look at section 6.19.1
> in the Radiator 2.14.1 reference manual.
> 
> hth
> 
> Hugh
> 
> 
> -- 
> Radiator: the most portable, flexible and configurable RADIUS server
> anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
> NT, Rhapsody
> 


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to