From 1ea4440a322f68b1efc01c8d9792b19bd5eeb8d9 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 16 Jul 1999 16:24:13 +0000 Subject: I think the last revision got lost here. Identd needs to be run as root, at least for now. I relegated the getcred sysctls to only root, but if they're deemed to be "allowable" to export to users, I'll do so and revert this change. --- etc/inetd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inetd.conf') diff --git a/etc/inetd.conf b/etc/inetd.conf index 0311584..a2a9e1d 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $Id: inetd.conf,v 1.35 1999/07/15 01:33:56 green Exp $ +# $Id: inetd.conf,v 1.36 1999/07/16 15:41:13 sheldonh Exp $ # # Internet server configuration database # @@ -77,7 +77,7 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd # # Example entry for an external ident server # -#auth stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120 +#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120 # # example entry for the optional qmail MTA # -- cgit v1.1