From 1c92c1dbf3e262ca5ad7b2a44ac361c50b179abe Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 26 Jul 2010 15:32:40 +0200 Subject: [PATCH] oidentd: Only listen on the external interface. This allows vservers to run their own identd. --- etc/default/oidentd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/default/oidentd b/etc/default/oidentd index 14bec1e..6c1de5d 100644 --- a/etc/default/oidentd +++ b/etc/default/oidentd @@ -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 -- 2.30.2