|
|
发表于 2014-1-21 20:57:14
|
显示全部楼层
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
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. Stop rmpoller and copy the binaries to /usr/local/bin directory, overwriting the old versions.
4. Copy acct_users to /usr/local/etc/raddb directory.
5. Chmod acct_users:
chmod 640 /usr/local/etc/raddb/acct_users
6. Chown acct_users:
chown root.root /usr/local/etc/raddb/acct_users
7. Restart radiusd.
|
|