File: README

package info (click to toggle)
checkpw 1.02-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 764 kB
  • sloc: ansic: 3,943; makefile: 338; sh: 189
file content (28 lines) | stat: -rw-r--r-- 936 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
checkpw-1.02
20070605
OHIRA, Shinya
shinya_ohira@users.sourceforge.net
http://checkpw.sourceforge.net/checkpw/

checkpw is a simple and flexible checkpassword interface package.

checkpw checks password which is stored in a file in the Maildir directory.
The file has read and write permissions to the user only.
checkpw checks real user's password. For virtual users, vucheckpw is available
http://checkpw.sourceforge.net/vucheckpw/

o checkpw allows POP authentication.
o checkapoppw allows APOP authentication.
o Multiple maildirs per POP3 user are supported.
o Multiple password per maildir are supported.

Before invoking following program, checkpw and checkapoppw set up $USER, $EXT,
 $HOME, $SHELL, its supplementary groups, its gid, its uid, and its working
directory.

INSTALL says how to set up.

The code is in the public domain.

The original checkpassword program is written by D.J.Bernstein:
http://cr.yp.to/checkpwd.html