Forgot the attachment, to go in /etc/xinetd.d/nullidentd

# default: off
# description:  Minimal identd server implementing the auth protocol (RFC 1413).
# need to set a user
service auth
{
        disable         = yes
        flags           = NODELAY
        socket_type     = stream
        protocol        = tcp
        wait            = no
        server          = /usr/sbin/nullidentd
        server_args     = nobody
        user            = nobody
}


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to