Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1239 → Rev 1240

/CHANGELOG
6,7 → 6,7
- Firewall-eyes is removed from ACC
- Creation of a netflow probe (kernel module)
- complete network statistics can be viewed in ACC (nfsen)
- The porttracker nfsen module allow to view network statistics by protocols
- The porttracker nfsen module allows to view network statistics by protocols
************ CHANGELOG ***********
---------------------- 2.7.2 ---------------------
BUGS - Modify the unit 'radiusd.service in order to wait for mysql
/scripts/alcasar-urpmi.sh
15,7 → 15,7
KERNEL="kernel-desktop-3.4.52-1.mga2-1-1.mga2"
ModuleTree="kernel-desktop-3.4.52-1.mga2"
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
PACKAGES="sudo freeradius freeradius-mysql freeradius-ldap freeradius-web apache-mpm-prefork apache-mod_ssl apache-mod_php iptables squid dansguardian postfix mariadb logwatch ntp bind-utils openssh-server php-xml php-ldap php-mysql pam_ccreds rng-utils dnsmasq syslinux rsync cronie-anacron clamav pm-fallback-policy php-mbstring perl-rrdtool perl-MailTools perl-Socket6 php-sockets fail2ban"
PACKAGES="sudo freeradius freeradius-mysql freeradius-ldap freeradius-web apache-mpm-prefork apache-mod_ssl apache-mod_php iptables squid dansguardian postfix mariadb logwatch ntp bind-utils openssh-server php-xml php-ldap php-mysql pam_ccreds rng-utils dnsmasq syslinux rsync cronie-anacron clamav pm-fallback-policy php-mbstring perl-rrdtool perl-MailTools perl-Socket6 php-sockets fail2ban gnupg"
 
rpm_repository_sync ()
{
/web/acc/admin/auth_exceptions.php
50,12 → 50,12
$l_comment_explain = "Link displayed in intercept page";
$l_comment_explain2 = "Let empty to not display link";
$l_remove = "Remove from list";
$l_trusted_ip = "Trusted Internet domain and IP addresses";
$l_trusted_ip = "Trusted IP addresses";
$l_trusted_equipments = "Trusted consultation equipements";
$l_trusted_equipments_explain = "To manage consultation equipments allowed to be connected to Internet without interception, read exploitation documentation (ch.4.7c)";
$l_comment = "Comments";
$l_trusted_domain_explain = "Manage Internet domain names that can be joined without authentication";
$l_trusted_ip_explain = "Manage systems or networks IP addresses that can be joined without authentication";
$l_trusted_equipments_explain = "To manage consultation equipments allowed to connect to Internet without interception, read exploitation documentation (ch.4.7c)";
$l_trusted_ip_explain = "Manage systems addresses or networks IP addresses that can be joined without authentication";
$l_submit = "Submit";
$l_add_to_list = "Add to list";
$l_apply = "Apply changes";
/web/acc/admin/filter_exceptions.php
96,7 → 96,7
echo "</textarea><BR>";
?>
<input type='hidden' name='choix' value='IP_exceptions'>
<input type='submit' value='Enregistrer les modifications'></CENTER>
<input type='submit' value='<?php echo $l_submit ;?>'></CENTER>
</FORM>
</td></tr>
</TABLE>