#nflug on efnet
David Mangani
dmangani at att.net
Sat Aug 9 07:42:20 EDT 2003
I'm still not sure how to get this going. In RH9 I have xinetd. It does
start and run at boot time. When I check in the xinetd.config file its
has nothing in it at all about result encrypt. Below I have pasted the
contents of my file.
>
> # Simple configuration file for xinetd
> #
> # Some defaults, and include /etc/xinetd.d/
>
> defaults
> {
> instances = 60
> log_type = SYSLOG authpriv
> log_on_success = HOST PID
> log_on_failure = HOST
> cps = 25 30
> }
>
> includedir /etc/xinetd.d
What do I need to include in here?
TIA
Dave
Joshua Altemoos wrote:
>service identd start is the same for MDK
>
>-----Original Message-----
>From: owner-nflug at nflug.org [mailto:owner-nflug at nflug.org]On Behalf Of
>John Seth
>Sent: Friday, August 08, 2003 7:27 AM
>To: nflug at nflug.org
>Subject: Re: #nflug on efnet
>
>
>In linux, you need to have the Identd daemon responding to ident requests.
>
>Non-RedHat (such as Slackware) may have ident running through (x)inetd.
>On Slackware machines, edit /etc/inetd.conf and make sure ident (also
>called "auth") is uncommented. Type "killall -HUP inetd" to restart.
>
>RedHat (and the like) may have standalone daemons. For RH, type
>"service identd start". If it wasn't running on bootup, you can type:
>"chkconfig --levels 35 identd on", and it'll automatically start at boot.
>
>Otherwise, make sure it's installed, and edit /etc/identd.conf. Make
>sure "result:encrypt" is set to 'no'. Next, run "/usr/sbin/identd".
>
>Hoep that helps anyone that needed it, or was curious.
>
>
>
More information about the nflug
mailing list