ac64c6f
# default: off
ac64c6f
# description: A password generator
ac64c6f
service pwdgen
ac64c6f
{
ac64c6f
        disable         = yes
ac64c6f
        socket_type     = stream
ac64c6f
        wait            = no
ac64c6f
        user            = root
ac64c6f
        server          = /usr/sbin/apgd
ac64c6f
        server_args     = -M sncl -EO -a 0 -r /usr/share/dict/words -m 8 -x 8 -t
ac64c6f
        log_on_failure  += USERID
ac64c6f
}