Explorar o código

- 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 %!s(int64=17) %!d(string=hai) anos
pai
achega
ca176ff4f9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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 */
 modparam("acc", "db_flag", 1)
 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 -----
 modparam("usrloc", "db_mode",   0)