In the RADIATOR documentation section 6.13.5, there
is an example usage of the "Identifier" statement.
It shows:

<Realm DEFAULT>
    <AuthBy FILE>
    </AuthBy>
</Realm>
                        
<Realm dummyrealmforholdingauthbyunix>
    <AuthBy UNIX>
        Identifier System
    </AuthBy>
</Realm>

It then goes on to show a typical usage example in the "users"
file:

DEFAULT Auth-Type = System


I was wondering if it is truly required to place the AuthBy
statement inside <Realm dummyrealm....> to be used this way?
I guess I'm asking, could you have in your radiusd.cfg:

<AuthBy UNIX>
    Identifier System
</AuthBy>

And then still use "DEFAULT Auth-Type = System"?

I hope my question makes sense.   Thanks in advance for the answer :)

John


===
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