Package: freeradius-dialupadmin Version: 1.0.2-4sarge1 Severity: important Hi, as reported on #333744, there was an issue with $sql_password variable condition. Additionally to that script, there are others with are affected by this. Those are: clean_radacct, monthly_tot_stats and truncate_radacct
The fix is the same: -$sql_password = ($sql_password == '') ? '' : "-p$sql_password"; +$sql_password = (!$sql_password) ? '' : "-p$sql_password"; On related subject I believe those should go into /usr/bin, since they are actually programs that require permissions to execute, which is not enabled by default install, and most administrators would be likely to want to run them from the cron. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-3-k7 Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1) Versions of packages freeradius-dialupadmin depends on: ii apache2-mpm-prefork [httpd] 2.0.54-5 traditional model for Apache2 ii php4 4:4.3.10-16 server-side, HTML-embedded scripti -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]