File: afppasswd.1

package info (click to toggle)
netatalk 2.0.3-4
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 9,004 kB
  • ctags: 6,109
  • sloc: ansic: 67,633; sh: 8,424; perl: 1,187; makefile: 1,001
file content (63 lines) | stat: -rw-r--r-- 1,844 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.TH afppasswd 1 "22 Aug 2004" 2.0.3 Netatalk 
.SH NAME
afppasswd \- netatalk password maintenance utility
.SH SYNOPSIS
\fBafppasswd\fR [\-acfn] [ \-p
\fBpasswd\fR \fBfile\fR ] [ \-u
\fBminimum\fR \fBuid\fR ]
.SH DESCRIPTION
afppasswd allows the maintenance of afppasswd
files created by netatalk for use by the uams_randnum.so UAM (providing
the "Randnum exchange" and "2\-Way Randnum exchange" User Authentication
Modules).
.PP
afppasswd can either be called by root with
parameters, or can be called by local system users with no parameters to
change their AFP passwords.
.RS 
\fBNote\fR
.PP
With this utility you can only change the passwords used by two
specific UAMs. As they provide only weak password encryption, the use of
the "Randnum exchange" and "2\-Way Randnum exchange" UAMs is deprecated
unless one has to support very old AFP clients, that can not deal with
the more secure "DHCAST128" UAM instead. Please compare with the [Cross reference to non\-existant ID \(lqauthentication\(rq] inside Netatalk's
documentation.
.RE
.SH EXAMPLE
Local user changing their own password:
.PP
.nf
example% \fBafppasswd\fR
Enter NEW AFP password: \fB(hidden)\fR
Enter NEW AFP password again: \fB(hidden)\fR
afppasswd: updated password.
.fi
.SH OPTIONS
.TP 
\fB\-a\fR
Add a new user to the afppasswd
file.
.TP 
\fB\-c\fR
Create and/or initialize afppasswd file or
specific user.
.TP 
\fB\-f\fR
Force the current action.
.TP 
\fB\-p\fR\fI path\fR
Path to afppasswd file.
.TP 
\fB\-n\fR
If cracklib support is built into \fInetatalk\fR this option will cause cracklib
checking to be disabled, if the superuser does not want to have the
password run against the cracklib dictionary.
.TP 
\fB\-u\fR\fI minimum uid\fR
This is the minimum \fIuser id\fR
(uid) that afppasswd will use when creating
users.
.SH "SEE ALSO"
\fBafpd\fR(8), \fBatalkd\fR(8).