summarylogtreecommitdiffstats
path: root/identd
blob: a91feafa6fdf1a4965b4a1f4adaa2381b99f8c9b (plain)
1
2
3
4
5
6
7
8
9
10
service auth
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /usr/sbin/identd
        disable         = yes
        flags           = IPv6
}