Path to this page:
./
security/courier-authlib,
Courier Authentication Library
Branch: pkgsrc-2011Q4,
Version: 0.63.0,
Package name: courier-authlib-0.63.0,
Maintainer: pkgsrc-usersThe 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.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2005/02/18 22:12:43 jlam Exp $
case ${STAGE} in
DEINSTALL)
#
# Note some additional files that may be created by the sysadmin
# that can probably be removed.
#
if ${TEST} -x ./+FILES; then
for file in \
${PKG_SYSCONFDIR}/userdb \
${PKG_SYSCONFDIR}/userdb.dat \
${PKG_SYSCONFDIR}/userdbshadow.dat
do
${ECHO} "# FILE: $file . /dev/null" >> ./+FILES
done
fi
;;
POST-DEINSTALL)
#
# Unconditionally remove authdaemon state directory as it contains
# files and sockets that authdaemond creates every time it is
# started.
#
${RM} -rf @AUTHDAEMONVAR@
;;
esac
Required to run:[
devel/libltdl] [
lang/perl5]
Required to build:[
devel/libtool-base] [
devel/gmake]
Package options: bdb
Master sites:
SHA1: c0877274de8b58ec4c7a41cfd87ad9b37c408304
RMD160: 4528672a11895c9d705340523e578284e40b5dea
Filesize: 2751.093 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version courier-authlib-0.63.0 (created)