Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2394 → Rev 2395

/CHANGELOG
13,6 → 13,9
- Disconnect an allowed MAC address after deleted it.
- Reconnect an allowed MAC address after disconnecting it when updating RADIUS attributes.
 
CHANGES
- Set watchdog interval to 10 minutes.
 
BUGS
- Fix the open of status.php when the user has a redirection URL attribute defined (force redirection to intercept.php after login instead of WISPr-Redirection-URL attribute value).
- IP address of active users are properly clean from "current_users.txt".
/alcasar.sh
1835,7 → 1835,7
cat << EOF > /etc/cron.d/alcasar-watchdog
# run the "watchdog" every 3'
# empty the IPSET of the whitelisted IP (loaded dynamically with dnsmasq-whitelist) when every whitelisted users are logged out (every sunday at 0h05
*/3 * * * * root $DIR_DEST_BIN/alcasar-watchdog.sh > /dev/null 2>&1
*/10 * * * * root $DIR_DEST_BIN/alcasar-watchdog.sh > /dev/null 2>&1
0 5 * * 0 root $DIR_DEST_BIN/alcasar-flush_ipset_wl.sh > /dev/null 2>&1
#* * * * * root $DIR_DEST_BIN/alcasar-watchdog-hl.sh > /dev/null 2>&1
EOF