Hi All,
 
I have successfully installed freeradius-0.9.3 in Red Hat Linux 9. And I have following in users file:
 
DEFAULT Auth-Type :=Local
        Exec-Program-Wait = "/radius/bin/test.sh %{Calling-Station-Id} %{Called-Station-Id}"
 
test1 Auth-Type := Local, User-Password == 'test1'
        Framed-Protocol = PPP
 
When I start the server with radiusd -X, calls go through for anyuser being analysed by test.sh as well as for test1 users with password test1.
 
However when I start using supplied rc.radiusd  or rc.radiusd-redhat, it does not work for all other users except test1, neither I see any messages in Logfile radius.log. Can anyone give me a hint how can I make this run as daemon in background and make it work.
 
TIA
MP

Reply via email to