Date: Sat, 30 Jun 2001 21:26:13 -0400 From: "alexus" <ml@db.nexgen.com> To: <freebsd-questions@FreeBSD.ORG> Subject: .fakeid doesn't work Message-ID: <000701c101cc$d23ca330$9865fea9@book>
next in thread | raw e-mail | index | archive | help
I uncomment this line in /etc/inetd.conf # # Provide internally a real "ident" service which provides ~/.fakeid support, # provides ~/.noident support, reports UNKNOWN as the operating system type # and times out after 30 seconds. # auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30 # I did killall -HUP inetd to show you that inetd is running su-2.05# ps auxw | grep inetd root 926 0.0 0.2 1040 188 ?? Is Wed06PM 0:00.09 inetd -wW su-2.05# to show you that identd is running also alexus@~# telnet 0 113 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. quit 0 , 0 : ERROR : UNKNOWN-ERROR Connection closed by foreign host. alexus@~# now i did: echo "test" > ~/.fakeid alexus@~# ls -la .fakeid -rw-r--r-- 1 alexus users 5 Jun 30 20:58 .fakeid alexus@~# cat .fakeid test alexus@~# then i've tryed to use irc client and for some reson it still detects me as my real id not as a "test" any ideas why? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701c101cc$d23ca330$9865fea9>