# default: off
# in.identtestd is a small daemon (to be started from inetd) that does an 
# ident lookup on you if you telnet into it. It can be used to verify that
# your Ident server is working correctly.
service identd-test
{
        disable         = yes
		port            = 9999
        socket_type     = stream
        wait            = no
        user            = ident
        instances       = UNLIMITED
        server          = /usr/sbin/in.identtestd
}
