소스 검색

- 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 년 전
부모
커밋
ca176ff4f9
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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)