On Wed, 31 Oct 2001, Mayur Deodhar wrote:

> hi guys,
> am a new user to this group. would want help on how to install the
> radius on redhat 7.1 system. also would like to know the options for the
> backend database for the password access like ldap, mysql etc
> its urgent guys,
> thanks in advance
> Mayur.
> smartmay
> e-mail: [EMAIL PROTECTED]
> 
> 
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
> 

./configure  --prefix=/usr/local/radiusd
--with-rlm-ldap-lib-dir=/usr/local/openldap/lib
--with-rlm-ldap-include-dir=/usr/local/openldap/include
--with-mysql-lib-dir=/usr/local/mysql/lib/mysql
--with-mysql-include-dir=/usr/local/mysql/include

Look at doc dir,edit radiusd.conf and sql.conf to match your setup.
Add nases in clients.conf,naslist and naspasswd

If you want to do auth from ldap then you will have to add the radiusprofile
schema in the ldap and change the corresponding user entries (add
objectclass:radiusprofile and any radius attribute you want).
You could place the default attributes in the users file in DEFAULT entries and
only place non default radius attributes in ldap.

--
kkalev



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to