diff options
author | pav <pav@FreeBSD.org> | 2006-05-02 04:46:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-02 04:46:26 +0800 |
commit | 93b3af185d82f8fbfa760ccd5d4ee7700d099623 (patch) | |
tree | e5edbc6dff11d8b5c14d6e1f8cb29c9f547b872e /security/Makefile | |
parent | 225a561f2622e16004b2d68a69aa921ecf78ebd5 (diff) | |
download | freebsd-ports-gnome-93b3af185d82f8fbfa760ccd5d4ee7700d099623.tar.gz freebsd-ports-gnome-93b3af185d82f8fbfa760ccd5d4ee7700d099623.tar.zst freebsd-ports-gnome-93b3af185d82f8fbfa760ccd5d4ee7700d099623.zip |
courierpasswd is an authentication and password changing utility
that uses the courier-authlib authentication library to find user credentials.
Its interface follows that of Daniel J. Bernstein's checkpassword program.
WWW: http://www.arda.homeunix.net/store/
PR: ports/96572
Submitted by: Andrew St. Jean <andrew@arda.homeunix.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d0a3edc5fe51..bd419ac0e237 100644 --- a/security/Makefile +++ b/security/Makefile @@ -66,6 +66,7 @@ SUBDIR += courier-authlib SUBDIR += courier-authlib-base SUBDIR += courierpassd + SUBDIR += courierpasswd SUBDIR += cops SUBDIR += cp2fwb SUBDIR += crack |