Browse Source

- 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 năm trước cách đây
mục cha
commit
ca176ff4f9
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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)