Re: [fw-wiz] identd, revisited
- From: "H. Morrow Long" <morrow.long@xxxxxxxx>
- Date: Fri, 2 Feb 2007 13:45:46 -0500
Here is a good identd which you can run out of inetd or xinetd.
Call it /usr/sbin/ident or whatever you want and have it run out
of the appropriate inetd.conf or xinetd configuration file. In many
cases most remove service checking in with an identd/auth server
won't even match up the socket pair with the port #s return so that
you could eliminate the read and just return '0, 0' but some services
might check. Change 'root' to whatever userid you want to return...
#!/bin/sh
read a b
echo $a $b ': USERID : UNIX :root'
- H. Morrow Long, CISSP, CISM, CEH
University Information Security Officer
Director -- Information Security Office
Yale University, ITS
ArkanoiD <ark@xxxxxxxxx> wrote:[snip]
[snip]
But what's really wrong with identd?
_______________________________________________
firewall-wizards mailing list
firewall-wizards@xxxxxxxxxxxxxxxxxxxxx
https://listserv.icsalabs.com/mailman/listinfo/firewall-wizards
- Follow-Ups:
- Re: [fw-wiz] identd, revisited
- From: Marcus J. Ranum
- Re: [fw-wiz] identd, revisited
- References:
- Re: [fw-wiz] identd, revisited
- From: Jim Seymour
- Re: [fw-wiz] identd, revisited
- Prev by Date: Re: [fw-wiz] worm?
- Next by Date: Re: [fw-wiz] identd, revisited
- Previous by thread: Re: [fw-wiz] identd, revisited
- Next by thread: Re: [fw-wiz] identd, revisited
- Index(es):
Relevant Pages
|