diff options
author | green <green@FreeBSD.org> | 1999-07-16 16:24:13 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-07-16 16:24:13 +0000 |
commit | 1ea4440a322f68b1efc01c8d9792b19bd5eeb8d9 (patch) | |
tree | 11396ec6ec7dc42891aaa25d2b83ae3f5fa54a2d /etc | |
parent | b311ebd0a02fc55bec2fbb454cef884ec85d5de2 (diff) | |
download | FreeBSD-src-1ea4440a322f68b1efc01c8d9792b19bd5eeb8d9.zip FreeBSD-src-1ea4440a322f68b1efc01c8d9792b19bd5eeb8d9.tar.gz |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 # |