Bläddra i källkod

- disable radius support in the default config for the acc module, as
certain debian distributions (e.g. ubuntu) compile with enabled radius,
this leads later to errors because the default config file path is
'/usr/local/etc..'. If this is fixed and the existing libradius-ng
config file is used, further (dictionary) errors show up
- deactivating this support greatly improve the installation experience


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4419 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 år sedan
förälder
incheckning
ca176ff4f9
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      etc/openser.cfg

+ 3 - 1
etc/openser.cfg

@@ -139,7 +139,9 @@ modparam("acc", "log_missed_flag", 2)
 /* uncomment the following lines to enable DB accounting also */
 /* uncomment the following lines to enable DB accounting also */
 modparam("acc", "db_flag", 1)
 modparam("acc", "db_flag", 1)
 modparam("acc", "db_missed_flag", 2)
 modparam("acc", "db_missed_flag", 2)
-
+/* disable acc radius support, if you want to use radius you need to specify
+   a config file here */
+modparam("acc", "radius_config", "")
 
 
 # ----- usrloc params -----
 # ----- usrloc params -----
 modparam("usrloc", "db_mode",   0)
 modparam("usrloc", "db_mode",   0)