2002-08-04 13:32:28 -04:00
|
|
|
See oidentd(8), oidentd.conf(5), and oidentd_masq.conf(5) for
|
|
|
|
information on configuring oidentd.
|
|
|
|
|
2003-04-28 22:14:59 -04:00
|
|
|
oidentd can run either as a standalone daemon or via inetd.
|
|
|
|
|
|
|
|
For standalone mode, add the following to the /etc/rc.local script:
|
2002-08-04 13:32:28 -04:00
|
|
|
|
|
|
|
if [ -x ${PREFIX}/sbin/oidentd ]; then
|
|
|
|
echo -n ' oidentd'; ${PREFIX}/sbin/oidentd -m
|
|
|
|
fi
|
2002-04-19 21:25:03 -04:00
|
|
|
|
2003-04-28 22:14:59 -04:00
|
|
|
For inetd, modify /etc/inetd.conf to use oidentd for ident:
|
|
|
|
|
|
|
|
ident stream tcp nowait root ${PREFIX}/sbin/oidentd oidentd -Im
|