in a very simple installation on mandrake (cooker) things started to work when 
i made the following changes to radiusd.conf:

i got nowhere until i uncommented the /etc/passwd group and shadow files

obviously, i'd rather not run radius as root but radiusd needs access to 
/etc/shadow

caching seems like a good idea, i have about 1000 dialin users

i can probably manage now that things have started to work but a quickstart 
for us newbies would be sweet

jim tarvid

[EMAIL PROTECTED] raddb]# diff radiusd.conf radiusd.conf.org
109,110c109,110
< user = root
< group = root
---
> #user = nobody
> #group = nobody
257,258c257,258
< log_auth_badpass = yes
< log_auth_goodpass = yes
---
> log_auth_badpass = no
> log_auth_goodpass = no
369,370c369,370
< proxy_requests  = no
< #$INCLUDE  ${confdir}/proxy.conf
---
> proxy_requests  = yes
> $INCLUDE  ${confdir}/proxy.conf
535c535
<               cache = yes
---
>               cache = no
554,556c554,556
<                       passwd = /etc/passwd
<                       shadow = /etc/shadow
<                       group = /etc/group
---
>               #       passwd = /etc/passwd
>               #       shadow = /etc/shadow
>               #       group = /etc/group



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

Reply via email to