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

  • Cisco Unified Communication Manager (CUCM) - How To Add Phones
  • pptp / pptpd not working in DD-WRT iptables / router
  • systemd-journald high memory usage solution
  • How to Install FreePBX in Linux Debian Ubuntu Mint Guide
  • How To Install Cisco's CUCM (Cisco Unified Communication Manager) 12 Guide
  • Linux Ubuntu Redhat How To Extract Images from PDF
  • Linux and Windows Dual Boot Issue NIC Won't work After Booting Windows
  • Cisco CME How To Enable ACD hunt groups
  • How to install gns3 on Linux Ubuntu Mint
  • How to convert audio for Asterisk .wav format
  • Using Cisco CME Router with Asterisk as a dial-peer
  • Cisco CME How To Configure SIP Trunk VOIP
  • Virtualbox host Only Network Error Failed to save host network interface parameter - Cannot change gateway IP of host only network
  • Cisco CME and C7200 Router Testing and Learning Environment on Ubuntu 20+ Setup Tutorial Guide
  • Abusive IP ranges blacklist
  • How to Install Any OS on a Physical Drive from Windows Using VMware Workstation (Linux, Windows, BSD)
  • CDN Cloudflare how to set and preserve the real IP of the client without modifying application code on Apache
  • CentOS 7 fix Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 14: curl#6 -
  • Ubuntu Debian How To Install Recommended Packages Automatically
  • How to set Linux Ubuntu Redhat Debian Command Line http https socks proxy for yum apt