|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
本帖最后由 11 于 2014-11-2 17:32 编辑
- FIXES, IMPROVEMENTS:
- -default service (srvid 0) find users issue problem fixed
- -verification code and mobile number fixed in ACP / edit user
- -invalid menu.css reference removed (buyiasmain_tpl.htm, adminmainblank_tpl.htm)
- -traffic summary per NAS issue fixed
- -connection allowed bug fixed
- -multiple email address problem fixed in edit and new user forms
- -privileged sim-use edit problem fixed
- -enhanced syslog alerts
- -swapped SMS / email alerts fixed (ACP / edit user)
- -self registration welcome SMS / email issue fixed
- -upon user removal accounting details are also deleted from rm_radacct
- -duplicate batch billing problem fixed
- -auto renewal uses unit fields instead of initial fields
- -expired online time yellow color problem fixed in ACP / List users view
- -password recovery updates radcheck for regular users only
- -hotspot MAC account password change problem fixed (UCP)
- -corrected user name in password recovery email
- -bulk SMS custom tag issue fixed
- -convert card prefixes to lower case in radcheck
- -self registration displays user name, password
- -zero gigawords issue fixed with a non Mikrotik NAS
- -search users leading and trailing space issue fixed
- -SMS, email expiry alerts issue fixed
- -grace period account disable bug fixed
- -negative deposit addition problem fixed
- -IAS duplicate mobile number problem fixed
- -card generator issue fixed (PIN length > 10)
- -next service issue fixed
- -properly logout grace period expired users
- -rmauth IAS and card setup crash fixed
- -increased CTS logging capacity (rmconntrack DELAY_KEY_WRITE option)
- -CM signal level read timeout issue fixed
- -password recovery issue fixed
- -SagePay South Africa support
- APPLYING THE PATCH:
- 1. Copy PHP files to /var/www/html/radiusmanager (Fedora) or /var/www/radiusmanager (Debian) directory.
-
- 2. Chmod all binaries to 755:
-
- chmod 755 rm*
-
- 3. Chown the new configuration files:
-
- CentOS:
-
- chown apache sagepay_cfg.php system_cfg.php
-
- Ubuntu:
-
- chown www-data sagepay_cfg.php system_cfg.php
- 4. Chmod the new configuration files:
-
- chmod 600 sagepay_cfg.php system_cfg.php
- 5. Execute patch.sql:
-
- mysql -u radius -pradius123 radius < patch.sql
- 6. Stop rmpoller and copy the binaries to /usr/local/bin directory, overwriting the old versions.
- 7. Copy acct_users to /usr/local/etc/raddb directory.
-
- 8. Chmod acct_users:
-
- chmod 640 /usr/local/etc/raddb/acct_users
-
- 9. Chown acct_users:
-
- chown root.root /usr/local/etc/raddb/acct_users
-
- 10. Restart radiusd.
复制代码 2014年10月更新
|
|