Hi,
I am using restartWrapper with a RedHat 6.2 like that in my
/etc/rc.d/rc.local:
/usr/bin/restartWrapper -mail root -delay 2 \
"/usr/bin/radiusd -config_file
/usr/local/etc/radius.cfg \
-foreground" &
So I have the process:
UID PID PPID C STIME TTY TIME CMD
root 5856 1 0 17:08 pts/4 00:00:00 perl
/usr/bin/restartWrapper -mail root -delay 2 /usr/bin/radiusd -config_f
root 5859 5856 0 17:08 pts/4 00:00:00 sh -c /usr/bin/radiusd
-config_file /usr/local/etc/radius.cfg
root 5862 5859 2 17:08 pts/4 00:00:00 perl /usr/bin/radiusd
-config_file /usr/local/etc/radius.cfg -foreground
But when I delete in my conf a realm like "hello.com" and then I do:
kill -HUP 5862
my daemon radiusd continues to authenticate "hello.com" and to accept
users in this realm.
My conf:
------
AcctPort 1813
AuthPort 1812
DbDir /usr/local/etc/raddb
Foreground
LogDir /var/log/radiator
LogStdout
Trace 4
<AuthBy RADIUS>
AuthPort 1812
AcctPort 1813
Host X.X.X.X
Identifier RADIUSSERVER
Retries 3
RetryTimeout 10
Secret xxxxxxxx
</AuthBy>
<Client X.X.X.X>
Secret xxxxxxxx
NasType Cisco
SNMPCommunity xxxxx
IdenticalClients X.X.X.X
IdenticalClients X.X.X.X
IdenticalClients X.X.X.X
</Client>
#<Realm hello.com>
# AuthBy RADIUSSERVER
#</Realm>
<Realm bye.com>
AuthBy RADIUSSERVER
</Realm>
Can anybody help me ?
Thanks in advance for your help.
Vi-Thang.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.