From: Martin Zobel-Helas Date: Sun, 25 Jul 2010 21:58:12 +0000 (+0200) Subject: draghi does ldap and ldaps X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d7a499c723f35e45dd5b0eace19ea936f5b3c767;p=dsa-puppet.git draghi does ldap and ldaps --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 09230afb..ce45466d 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -93,6 +93,16 @@ class ferm::per-host { description => "Allow finger access", rule => "&SERVICE(tcp, 79)" } + @ferm::rule { "dsa-ldap": + domain => "(ip ip6)", + description => "Allow ldap access", + rule => "&SERVICE(tcp, 389)" + } + @ferm::rule { "dsa-ldaps": + domain => "(ip ip6)", + description => "Allow ldaps access", + rule => "&SERVICE(tcp, 636)" + } } } }