|
@@ -36,23 +36,23 @@ issue /usr/local/etc/radiusclient/issue
|
|
# service. if this fails also a compiled in default is used.
|
|
# service. if this fails also a compiled in default is used.
|
|
#authserver localhost
|
|
#authserver localhost
|
|
#stelios- I tried localhost and it didn't work
|
|
#stelios- I tried localhost and it didn't work
|
|
-#authserver nenobec.fokus.gmd.de
|
|
|
|
-authserver 192.168.99.100
|
|
|
|
|
|
+authserver nenobec.fokus.gmd.de
|
|
|
|
+#authserver 192.168.99.100
|
|
|
|
|
|
# RADIUS server to use for accounting requests. All that I
|
|
# RADIUS server to use for accounting requests. All that I
|
|
# said for authserver applies, too.
|
|
# said for authserver applies, too.
|
|
#
|
|
#
|
|
#acctserver localhost
|
|
#acctserver localhost
|
|
-#acctserver nenobec.fokus.gmd.de
|
|
|
|
-acctserver 192.168.99.100
|
|
|
|
|
|
+acctserver nenobec.fokus.gmd.de
|
|
|
|
+#acctserver 192.168.99.100
|
|
|
|
|
|
# file holding shared secrets used for the communication
|
|
# file holding shared secrets used for the communication
|
|
# between the RADIUS client and server
|
|
# between the RADIUS client and server
|
|
-servers /home/ssi/work/sip_router/etc/servers
|
|
|
|
|
|
+servers etc/servers
|
|
|
|
|
|
# dictionary of allowed attributes and values
|
|
# dictionary of allowed attributes and values
|
|
# just like in the normal RADIUS distributions
|
|
# just like in the normal RADIUS distributions
|
|
-dictionary /home/ssi/work/sip_router/etc/sip_dictionary
|
|
|
|
|
|
+dictionary etc/sip_dictionary
|
|
|
|
|
|
# program to call for a RADIUS authenticated login
|
|
# program to call for a RADIUS authenticated login
|
|
login_radius /usr/local/sbin/login.radius
|
|
login_radius /usr/local/sbin/login.radius
|