From 4fabe10c94f8d49ad57d7408ced681bd7622f7b5 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 10 Feb 2005 03:21:30 +0000 Subject: Import courier-authlib-0.53 as security/courier-authlib. The Courier authentication library provides authentication services for other Courier applications. In this context, the term "authentication" refers to the following functions: 1. Take a userid or a loginid, and a password. Determine whether the loginid and the password are valid. 2. Given a userid, obtain the following information about the userid: A. The account's home directory. B. The numeric system userid and groupid that owns all files associated with this account. C. The location of the account's maildir. D. Any maildir quota defined for this account. See the Courier documentation for more information on maildir quotas. E. Other miscellaneous account-specific options. 3. Change the password associated with a loginid. 4. Obtain a complete list of all loginids. --- security/courier-authlib/PLIST | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 security/courier-authlib/PLIST (limited to 'security/courier-authlib/PLIST') diff --git a/security/courier-authlib/PLIST b/security/courier-authlib/PLIST new file mode 100644 index 00000000000..6d83cdb06ef --- /dev/null +++ b/security/courier-authlib/PLIST @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/10 03:21:30 jlam Exp $ +bin/courierauthconfig +include/courier_auth_config.h +include/courierauth.h +include/courierauthdebug.h +include/courierauthsasl.h +include/courierauthsaslclient.h +lib/courier-authlib/libcourierauth.la +lib/courier-authlib/libcourierauthcommon.la +lib/courier-authlib/libcourierauthsasl.la +lib/courier-authlib/libcourierauthsaslclient.la +libexec/courier-authlib/authdaemond +libexec/courier-authlib/authsystem.passwd +man/man1/courierlogger.1 +man/man3/auth_enumerate.3 +man/man3/auth_generic.3 +man/man3/auth_getoption.3 +man/man3/auth_getuserinfo.3 +man/man3/auth_login.3 +man/man3/auth_passwd.3 +man/man3/auth_sasl.3 +man/man3/authlib.3 +man/man8/makeuserdb.8 +man/man8/userdb.8 +man/man8/userdbpw.8 +sbin/authdaemond +sbin/authenumerate +sbin/authtest +sbin/courierlogger +sbin/sysconftool -- cgit v1.2.3