]> arthur.barton.de Git - netatalk.git/blob - man/man1/afppasswd.1
large commit, replace the old manpages with the ones generated from Docbook XML
[netatalk.git] / man / man1 / afppasswd.1
1 .TH afppasswd 1  03\ Aug\ 2000 "Netatalk 2.0-alpha1" 
2 .SH NAME
3 afppasswd \- netatalk password maintenance utility
4 .SH SYNOPSIS
5 \fBafppasswd\fR [\-acfn] [ \-p \fBpasswd\fR \fBfile\fR ] [ \-u \fBminimum\fR \fBuid\fR ]
6 .SH DESCRIPTION
7 afppasswd allows the maintenance of afppasswd
8 files created by netatalk for use by some User Authentication Modules
9 (UAMs)
10 .PP
11 afppasswd can either be called by root with
12 parameters, or can be called by local system users with no parameters to
13 change their passwords.
14 .SH EXAMPLE
15 Local user changing their own password:
16 .PP
17 .nf
18 example% \fBafppasswd\fR
19 Enter NEW AFP password: \fB(hidden)\fR
20 Enter NEW AFP password again: \fB(hidden)\fR
21 afppasswd: updated password.
22 .fi
23 .SH OPTIONS
24 .TP 
25 \fB\-a\fR
26 Add a new user to the afppasswd file.
27 .TP 
28 \fB\-c\fR
29 Create and/or initialize afppasswd file or
30 specific user.
31 .TP 
32 \fB\-f\fR
33 Force the current action.
34 .TP 
35 \fB\-p\fR\fI path\fR
36 Path to afppasswd file.
37 .TP 
38 \fB\-n\fR
39 If cracklib support is built into \fInetatalk\fR
40 this option will cause cracklib checking to be disabled, if the
41 superuser does not want to have the password run against the
42 cracklib dictionary.
43 .TP 
44 \fB\-u\fR\fI minimum uid\fR
45 This is the minimum \fIuser id\fR
46 (uid) that afppasswd will use when creating
47 users.
48 .SH SEE\ ALSO
49 \fBafpd\fR(8),
50 \fBatalkd\fR(8).
51