aboutsummaryrefslogtreecommitdiff
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-07-16 15:41:14 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-07-16 15:41:14 +0000
commit2ab0563dfe8197e4748dcd7efcdb629d76cc293c (patch)
treee71ef7e9088624cc48a54e69116186905a72b9e8 /etc/inetd.conf
parent605c88e44b22eaa4ce52abf696588e10fc59f2a7 (diff)
downloadsrc-2ab0563dfe8197e4748dcd7efcdb629d76cc293c.tar.gz
src-2ab0563dfe8197e4748dcd7efcdb629d76cc293c.zip
Notes
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf19
1 files changed, 13 insertions, 6 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 44fe31ee45ce..031158415d91 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -1,4 +1,4 @@
-# $Id: inetd.conf,v 1.34 1999/07/15 01:06:13 ache Exp $
+# $Id: inetd.conf,v 1.35 1999/07/15 01:33:56 green Exp $
#
# Internet server configuration database
#
@@ -63,14 +63,21 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#
#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
#
-# Compiled with -DREAL_IDENT, this is a fully functional ident service.
-# By default, this is an ident service which returns error on any request.
+# Return error for all "ident" requests
#
-#ident stream tcp nowait root internal
+#auth stream tcp nowait root internal
#
-# example entry for the optional ident server
+# Provide a real ident service internally
#
-#ident stream tcp wait root /usr/local/sbin/identd identd -w -t120
+#auth stream tcp nowait root internal auth -r
+#
+# As above, but enable ~/.fakeid support as well
+#
+#auth stream tcp nowait root internal auth -r -f
+#
+# Example entry for an external ident server
+#
+#auth stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120
#
# example entry for the optional qmail MTA
#