Kaynağa Gözat

Added relative directories for the RADIUS config files

ssi 23 yıl önce
ebeveyn
işleme
066effa291
2 değiştirilmiş dosya ile 8 ekleme ve 8 silme
  1. 6 6
      etc/radiusclient.conf
  2. 2 2
      etc/servers

+ 6 - 6
etc/radiusclient.conf

@@ -36,23 +36,23 @@ issue	/usr/local/etc/radiusclient/issue
 # service. if this fails also a compiled in default is used.
 #authserver 	localhost
 #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
 # said for authserver applies, too. 
 #
 #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
 # between the RADIUS client and server
-servers		/home/ssi/work/sip_router/etc/servers
+servers		etc/servers
 
 # dictionary of allowed attributes and values
 # 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
 login_radius	/usr/local/sbin/login.radius

+ 2 - 2
etc/servers

@@ -2,5 +2,5 @@
 #----------------				---------------
 #portmaster.elemental.net			hardlyasecret
 #portmaster2.elemental.net	    		donttellanyone
-#nenobec.fokus.gmd.de				testing123
-192.168.99.100						testing123
+nenobec.fokus.gmd.de				testing123
+#192.168.99.100						testing123