On Wed, Oct 27, 1999 at 10:40:34AM -0500, Erik Meitner wrote:
>   Am I correct in understanding that I cannot authenticate my users from my
> Unix password file and also have per-user reply items?  My current radius
> server can do this. The reason we bought Radiator was so that we could limit
> login hours and simultaneous sessions.  I do not relish the idea of
> maintaining two separate files with 10,000 records each.  Any suggesttions?
> 

There's an example of UNIX authentication and per-user reply items in the
sample radius.cfg. The only two files you will have to maintain is
/etc/passwd (and /etc/shadow too I guess) and your file of per-user settings.
There's also options to add reply items as default for everyone, and to
add reply items for users who weren't picked out on a per-user basis.

<Handler>
         <AuthBy FILE>
                 Filename /etc/raddb/users-settings
         </AuthBy>
</Handler>

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

What is your current radius server? (we came from Livingston without drama).

[EMAIL PROTECTED]

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