Re: Problems setting up Identd

2003-12-19 Thread rwong10
Try this line:
authstream  tcp nowait  rootinternalauth -d na

Do a 'man inetd' and have search on 'fallback' to see the details.

robin


--

Message: 7
Date: Thu, 18 Dec 2003 21:43:20 -0600
From: Mike Loiterman [EMAIL PROTECTED]
Subject: Problems setting up Identd
To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;   charset=us-ascii


I'm trying to get my identd server setup correctly so I can chat on
IRC.

Port 113 is open on my firewall, rc.conf is running inetd, and inetd
has identd uncommented.  This is the line in my inetd.conf file:
auth   stream  tcp waitroot/usr/local/sbin/identd  identd

I have pidentd installed via ports but when I connect to EFNet...it
says no ident was found.



Further, none of the identd servers (pidentd, oidentd) seem to have a
man page.

This is incredibly frustrating.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems setting up Identd

2003-12-18 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm trying to get my identd server setup correctly so I can chat on
IRC.  

Port 113 is open on my firewall, rc.conf is running inetd, and inetd
has identd uncommented.  This is the line in my inetd.conf file:
auth   stream  tcp waitroot/usr/local/sbin/identd  identd

I have pidentd installed via ports but when I connect to EFNet...it
says no ident was found.



Further, none of the identd servers (pidentd, oidentd) seem to have a
man page.

This is incredibly frustrating.

- --
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key 0xD1B9D18E

-BEGIN PGP SIGNATURE-
Version: PGP 8.0.3
Comment: Digitally signed by Mike Loiterman

iQA/AwUBP+Jz2GjZbUnRudGOEQLfHACfSDxIFCv5xH90J0g8mxZ8Gzh0jk4An1Xx
fwFlGrONWO9Zt6MRWJnR9Tky
=j47v
-END PGP SIGNATURE-

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems setting up Identd

2003-12-18 Thread Jez Hancock
On Thu, Dec 18, 2003 at 09:43:20PM -0600, Mike Loiterman wrote:
 Further, none of the identd servers (pidentd, oidentd) seem to have a
 man page.
oidentd port does install a decent man page - perhaps you forgot to rehash?

-snip-
oidentd(8)  oidentd(8)



NAME
   oidentd - TCP/IP IDENT protocol server


SYNOPSIS
   oidentd [options]

   [ -dehiImoqSv ]
   [ -a host ]
   [ -c charset ]
   [ -C config file ]
   [ -f port ]
   [ -p port ]
   [ -P host ]
   [ -o or --other=[OS string] ]
   [ -t or --timeout=seconds ]
   [ -g or --group=group|GID ]
   [ -l or --limit=number]
   [ -r or --reply=string ]
   [ -u or --user=username|UID ]


DESCRIPTION
   oidentd  is  a  server  that  implements the TCP/IP standard IDENT user
   identification protocol as specified in the RFC 1413 document.

   oidentd operates by looking up specific TCP connections  and  returning
   the user name of the process owning the connection.

-snip-

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - personal weblog
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]