diff options
author | jlam <jlam@pkgsrc.org> | 2005-02-10 03:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-02-10 03:21:30 +0000 |
commit | 3b060f2811c17e81fd4bfc78e5acf088bb2b77d5 (patch) | |
tree | 469140133f4bfe9996f6e45301d5f7838c9bfa9e /security/courier-authlib/DESCR | |
parent | 3f3afebafb4d55b14eddff02aa9a2bc3fc6cc741 (diff) | |
download | pkgsrc-3b060f2811c17e81fd4bfc78e5acf088bb2b77d5.tar.gz |
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.
Diffstat (limited to 'security/courier-authlib/DESCR')
-rw-r--r-- | security/courier-authlib/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/courier-authlib/DESCR b/security/courier-authlib/DESCR new file mode 100644 index 00000000000..4d43fe864f0 --- /dev/null +++ b/security/courier-authlib/DESCR @@ -0,0 +1,18 @@ +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. |