          MODULE=gridentd
         VERSION=1.0
          SOURCE=$MODULE.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
#   SOURCE_URL[0]=http://grsecurity.net/$SOURCE
   SOURCE_URL[0]=http://www.lunar-linux.com/lunar/mirrors/$SOURCE
        WEB_SITE=http://www.grsecurity.net/misc.htm
         ENTERED=20020201
         UPDATED=20020201
      MAINTAINER=kongar@tsrsb.org.tr
           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
