projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7acea4
)
draghi does ldap and ldaps
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 25 Jul 2010 21:58:12 +0000
(23:58 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 25 Jul 2010 21:58:12 +0000
(23:58 +0200)
modules/ferm/manifests/per-host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per-host.pp
b/modules/ferm/manifests/per-host.pp
index
09230af
..
ce45466
100644
(file)
--- 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)"
+ }
}
}
}