help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] question about radius


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] question about radius
Date: Fri, 10 May 2002 11:00:36 +0300

> 1. if I want to specify one place that the RADIUS can obtain the user's
> data, what should I do?

Generally speaking, it will suffice to create one DEFAULT entry in
your raddb/users and specify appropriate Auth-Type there, e.g.

DEFAULT Auth-Type = SQL
        Service-Type = Framed-User

The exception is:

> 2. If I want to specify the RADIUS to use a internal RADIUS database, where
> is the internal RADIUS database's password file? is this way just use a file
> that contains many "username password" or this is a true database?

"Internal database" means raddb/users itself. If you wish to use this
method, you will have to create a new raddb/users entry for each new
user. Clearly, this is not acceptable when you have lots of users.

If you wish to use some plaintext user/password database, you
may set Auth-Type = PAM and use one of pam modules that provide such
functionality.

> 3. IF I want to use SQL authentication, I must to specify the place that the
> RADIUS can obtain user's data and specify where is the SQL server.
> What should I do?

You should modify file raddb/sqlserver. See

http://www.gnu.org/software/radius/manual/html_chapter/radius_8.html#SEC60

for details.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]