oidentd: Only listen on the external interface.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 13:32:40 +0000 (15:32 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 13:32:40 +0000 (15:32 +0200)
This allows vservers to run their own identd.

etc/default/oidentd

index 14bec1eb98ae0134830bc528b1bbf8d4c8dbb949..6c1de5d01fa29509e2b1836d57db1501c79ca2bf 100644 (file)
@@ -2,8 +2,10 @@
 # -m   lookup masquaraded connections in /etc/oidentd_masq.users
 # -f   forward requests for masquaraded connections to real host
 # -q   don't log connections to oidentd
+# -a    Only listen on this address, instead of the wildcard, so
+#       vservers can run their own identd's.
 # see oidentd(8) for detailed list
-OIDENT_OPTIONS="-mf"
+OIDENT_OPTIONS="-mf -a `hostname --fqdn`"
 
 # user / group
 OIDENT_USER=oident