ferm: accept ldap and ldaps output for the VMs

This commit is contained in:
Jérôme Schneider 2015-01-07 15:19:13 +01:00
parent 0cff6770c3
commit e7acd24479
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ table filter {
# from VMS to Internet: ssh, web, dns, ping
outerface $DEV_WAN {
proto tcp mod multiport destination-ports (53 22 80 443)
proto tcp mod multiport destination-ports (53 22 80 389 443 636)
mod state state NEW
ACCEPT;
proto udp dport 53