~ubuntu-branches/ubuntu/karmic/cvm/karmic

« back to all changes in this revision

Viewing changes to debian/cvm-checkpassword.8

  • Committer: Bazaar Package Importer
  • Author(s): Gerrit Pape
  • Date: 2005-01-15 11:32:52 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050115113252-0jj7skrzjb0s6837
Tags: 0.32-1
* new upstream version.
* debian/copyright: adapt, 2005.
* debian/diff/ld.diff: adapt.
* debian/rules: strip diet binaries if DEB_BUILD_OPTIONS=diet is set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH cvm-checkpassword 8
2
2
.SH NAME
3
 
cvm-checkpassword \- provides a
4
 
checkpassword interface for CVM modules.
 
3
cvm-checkpassword \- provides a checkpassword interface for CVM modules.
5
4
.SH SYNOPSIS
6
5
.B cvm-checkpassword
7
6
.I CVM
10
9
.I arguments \fR...
11
10
]
12
11
.SH DESCRIPTION
13
 
  http://cr.yp.to/checkpwd/interface.html
14
 
  http://untroubled.org/cvm/cvm.html
 
12
 http://cr.yp.to/checkpwd/interface.html
 
13
 http://untroubled.org/cvm/cvm.html
15
14
 
16
15
See the above links for details on both the CVM and checkpassword
17
 
interfaces.  To use this interface with
 
16
interfaces.
 
17
To use this interface with
18
18
.BR qmail-pop3d (8),
19
19
use the following
20
20
command line:
21
21
 
22
 
  /var/qmail/bin/qmail-popup \\
23
 
  cvm-checkpassword cvm-unix \\
24
 
  /var/qmail/bin/qmail-pop3d ./Maildir/
 
22
 /var/qmail/bin/qmail-popup \\
 
23
 cvm-checkpassword cvm-unix \\
 
24
 /var/qmail/bin/qmail-pop3d ./Maildir/
25
25
 
26
26
.B Note:
27
 
The default mode of operations for this module is to
28
 
attempt to split a domain name from the account name.  If this is not
29
 
desirable, set
 
27
The default mode of operations for this module is to attempt to split a
 
28
domain name from the account name.
 
29
If this is not desirable, set
30
30
$CVM_ACCOUNT_SPLIT_CHARS
31
31
to an empty string.
32
32
.SH SEE ALSO
 
33
cvm-pwfile(8),
 
34
cvm-qmail(8),
 
35
cvm-unix(8),
 
36
cvm-sql(8),
 
37
cvm-vmailmgr(8),
33
38
cvm-benchclient(8),
34
 
cvm-pwfile(8),
35
 
cvm-testclient(8),
36
 
cvs-unix(8)
 
39
cvm-testclient(8)
 
40
 
 
41
 http://untroubled.org/cvm/cvm.html