Welcome to authd
authd is a small and fast RFC 1413 ident protocol daemon with both xinetd server and interactive modes that supports IPv6 and IPv4 as well as the more popular features of pidentd.
Edit file /etc/xinetd.d/auth
1 2 3 4 5 6 7 8 9 10 11 |
service auth { socket_type = stream wait = no user = ident cps = 4096 10 instances = UNLIMITED server = /usr/sbin/in.authd server_args = -t60 --xerror --os -E disable = no } |
remove parameter -E in line server_args, save then restart xinetd services.
Done
…