From 8102caa912f2ec6173c0de884827eef393c61aee Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 May 2013 00:30:59 +0200 Subject: [PATCH] [inetd] Deny user defined ident replies. Just do a echo 'ident ar' > ~/.ident to change your ident reply won't work anymore. --- Cfg/etc/inetd.conf/inetd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cfg/etc/inetd.conf/inetd.conf b/Cfg/etc/inetd.conf/inetd.conf index d10e07f..bf8f6b5 100644 --- a/Cfg/etc/inetd.conf/inetd.conf +++ b/Cfg/etc/inetd.conf/inetd.conf @@ -24,7 +24,7 @@ nternet superserver configuration database #:MAIL: Mail, news and uucp services. #:INFO: Info services -ident stream tcp nowait identd /usr/sbin/ident2 ident2 -i -n +ident stream tcp nowait identd /usr/sbin/ident2 ident2 -n #:BOOT: TFTP service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers."