[ -x /usr/local/sbin/radiusd ] && /usr/local/sbin/radiusd && echo -n FreeRadius && echo -n
Worked. Quoting Squirrel User <[EMAIL PROTECTED]>: > My /usr/local/etc/rc.d/radius.sh file content: > > #!/usr/local/bin/bash > # > # Start FreeRadius Damon > radiusd -A -y > > > My radiusd.conf file content > > log_auth = no > log_auth_badpass = no > log_auth_goodpass = no > > I've changed to: > log_auth = yes > log_auth_badpass = yes > > and now I am getting log for login ok as well. Thanks. > > What gets logged in radacctdir? > > > Quoting freeradius mailing list <[EMAIL PROTECTED]>: > > > It - I mean the startup script. > > > > Sorry > > > > On Wed, 26 Mar 2003, freeradius mailing list wrote: > > > > > What's it look like? Can you paste it here? > > > > > > For the logging, what do you have for the following in radiusd.conf > > > > > > log_auth = no > > > log_auth_badpass = no > > > log_auth_goodpass = no > > > > > > > > > > > > On Wed, 26 Mar 2003, Squirrel User wrote: > > > > > > > I created radius.sh in /usr/local/etc/rc.d and it runs manually from > > shell > > > > (./radius.sh), but it won't when server is rebooted. What am I > > missing? > > > > > > > > Also, does FreeRadius not log when using radtest? Only log I see is > > when > > > > authentication fails. I would like to see whe user logged in and > logged > > out > > > > also. > > > > > > > > ------------------------------------------------- > > > > This mail sent through ISOT. To find out more > > > > about ISOT, visit http://isot.com > > > > > > > > - > > > > List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > > > > > > > > > > > > > - > > > List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > > > > > > > > > - > > List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > > > > > > > ------------------------------------------------- > This mail sent through ISOT. To find out more > about ISOT, visit http://isot.com > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > ------------------------------------------------- This mail sent through ISOT. To find out more about ISOT, visit http://isot.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
