Need identd for port 113 ? Install authd

Need identd for port 113 ? Install authd

yum install authd

Happy identing :)


Actually it's not that simple.
It installs as an "xinetd" service and is disabled and turned off by deafult.

To enable it run:

[code:1:8c94df8319]
chkconfig --level 3 auth on
service xinetd restart
[/code:1:8c94df8319]

This will set identd aka authd to start by default.
service xinetd restart will turn it on immediately so you don't have to restart

Now you should be able to telnet to port 113 and get a response.

At this point in my case it doesn't work and is not configured so I'll let you know when I've figured that out :)


I've tried all kinds of things but I just can't get the identd to reply with the actual username.


I've actually manually compiled oidentd and ran it in the foreground with

[code:1:f2e2b93fe1]oidentd -di[/code:1:f2e2b93fe1]

and it works just fine.

I even added the same thing to /etc/xinetd.d/auth

and it won't work still just like the authd rpm.

And let me tell you there's almost no tutorials or documentation on this!


In Centos you'll need to download oidentd from sourceforge and manually compile it first.

[code:1:e2afc4d2ee]./configure
make
make install[/code:1:e2afc4d2ee]

I edited the entry in /etc/xinetd.d/auth
like so.

I changed the "server" path to oidentd

I read that oidentd 2.0.7 won't work with xinetd.d especially newer versions but that is not true!

If you use "-d -i -I" as the server_args it works just fine.

Just use the example below.


[code:1:e2afc4d2ee]service auth
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = ident
server = /usr/local/sbin/oidentd
server_args = -d -i -I
}[/code:1:e2afc4d2ee]



Tags:

identd, install, authdneed, authdyum, authd, identing, installs, quot, xinetd, disabled, deafult, enable, df, chkconfig, auth, restart, aka, default, telnet, doesn, configured, ll, ve, reply, username, manually, compiled, oidentd, foreground, fe, di, etc, rpm, tutorials, documentation, centos, download, sourceforge, compile, afc, ee, configure, edited, entry, server, newer, versions, server_args, disable, socket_type, stream, protocol, tcp, user, ident, usr, sbin,

Latest Articles

  • How to combine .txt ACLs without breaking things
  • How to ping all of Googlebot's IPs script
  • 'virtio0' uses a qcow2 feature which is not supported by this qemu version: QCOW version 3
  • Linux bash script to get the IP of a list of hostnames
  • How To Use Camera Webcam in Docker for OBS Studio etc...
  • Computer Server Won't Post Boot Or Enter BIOS Setup After Installing RAID SAS or GPU Card etc..
  • How To Test PHP Scripts from CLI with GET variables/query string
  • apt-cache how to see all available versions of a package in Debian Ubuntu Mint
  • Virtualbox VBox Guest-utils drag and drop files stops working with Windows VMs
  • How To Remove Ubuntu Netplan and Go Back to /etc/network/interfaces
  • How To Force Flash an AMD Instinct GPU To Another Model Using Debian Ubuntu Mint Linux
  • How To compile ollama from source to use unsupported AMD GPU with rocm in Ubuntu Debian
  • QEMU KVM Virtio GPU Windows Cannot Select 1080P
  • Linux Gnome Desktop Ubuntu Mint Debian Gets Slower After Weeks
  • Firefox How to Save Full Page As Screenshot/PDF
  • Nvidia Datacenter Driver Tesla Slow nvidia-smi response and high utilization with 0 usage
  • ffmpeg how to normalize / increase the volume of your audio
  • kdenlive audio blips pops cracks artifacts solution fix
  • haproxy / nginx certbot SSL issues
  • nginx how to see the real IP when behind a CDN