           SPELL=gridentd
         VERSION=1.0
#          SOURCE=$SPELL.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
#   SOURCE_URL[0]=http://tx-us.lunar-linux.org/lunar/mirrors/$SOURCE
        WEB_SITE=
         ENTERED=20020219
         UPDATED=20031003
#     SOURCE_HASH=sha512:717e09efc7469ef13f0b937388494bfb3cb8c9c4d351468989b5f3e7aa75e59c41f2a93f6b6e9785742434cf9663f583d0b0bdd2a3b366b35d4f8bddacc251fa
        KEYWORDS="net"
           SHORT="gridentd very small and secure RFC1413 compliant ident (auth) server."
cat << EOF
Part of grsecurity utils.
gridentd very small and secure RFC1413 compliant ident (auth) server.

config file by default in /etc/gridentd.conf in the format:

user:policy

with one "user:policy" group per line, where user can be the username of
a user on the system or "all" to represent all users.  policy can be
any one of the following: stealth, drop, or random....stealth returns
an error message for valid users, drop automatically drops ident
requests for that user, and random generates a random ident for that
user.  first rules match first.
EOF
