Path to this page:
./
security/courier-authlib,
Courier Authentication Library
Branch: pkgsrc-2008Q4,
Version: 0.61.0,
Package name: courier-authlib-0.61.0,
Maintainer: jlamThe 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:[
lang/perl5]
Package options: bdb
Master sites: (Expand)
SHA1: 0caf0f435411124b02fe2594b39feceff5b23159
RMD160: 91fb8ac8960659b7cc4ea9574e1af11fa8f7dc86
Filesize: 2123.215 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version courier-authlib-0.61.0 (created)