Hello,

I read the FAQ which says to use:

#! /bin/sh
        cd /etc/raddb
        if [ ! -e .last-reload ] || [ "`find users -nt .last-reload`" ]; then
                if radiusd -C > .last-reload 2>&1; then
                        kill -1 `cat /var/run/radiusd.pid`
                else
                        mail -s "radius reload failed!" root < .last-reload
                fi
        fi
        touch .last-reload

Unfortunately for me "radiusd -C" isn't working.

I'm using freeradius-0.8.1-7 (rpm) on a RH9 box.

Do I have to install from source to enable that option?

Thanks,

- Darren


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

Reply via email to