           SPELL=gridentd
         VERSION=1.0
          SOURCE=$SPELL.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   #SOURCE_URL[0]=http://grsecurity.net/$SOURCE
   SOURCE_URL[0]=
        WEB_SITE=http://www.grsecurity.net/misc.htm
       BUILD_API=2
         ENTERED=20020219
         UPDATED=20031003
          MD5[0]=4ae42fc81c9d046dc37c3de73fa10278
           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
