]> arthur.barton.de Git - netatalk.git/commitdiff
New afppasswd.1 man page for Netatalk 1.5
authorrufustfirefly <rufustfirefly>
Fri, 4 Aug 2000 16:56:50 +0000 (16:56 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 4 Aug 2000 16:56:50 +0000 (16:56 +0000)
man/man1/Makefile.am
man/man1/afppasswd.1 [new file with mode: 0644]

index 0157bd615252aae7a6b29ec701e157812f4a5531..04cad521892196e2b9915988290287240ba0c565 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am for man/man1/
 
-man_MANS = aecho.1 getzones.1 hqx2bin.1 macbinary.1 megatron.1 nbp.1 nbplkup.1 nbprgstr.1 nbpunrgstr.1 pap.1 papstatus.1 psorder.1 single2bin.1 unbin.1 unhex.1 unsingle.1
+man_MANS = aecho.1 afppasswd.1 getzones.1 hqx2bin.1 macbinary.1 megatron.1 nbp.1 nbplkup.1 nbprgstr.1 nbpunrgstr.1 pap.1 papstatus.1 psorder.1 single2bin.1 unbin.1 unhex.1 unsingle.1
 
 EXTRA_DIST = $(man_MANS)
diff --git a/man/man1/afppasswd.1 b/man/man1/afppasswd.1
new file mode 100644 (file)
index 0000000..81aa3ea
--- /dev/null
@@ -0,0 +1,69 @@
+.TH AFPPASSWD 1 "03 Aug 2000" "netatalk 1.5"
+.SH NAME
+afppasswd \- netatalk password maintenance utility
+.SH SYNOPSIS
+.B afppasswd
+[
+.B \-acfn
+]
+[
+.B \-p\fI passwd file
+]
+[
+.B \-u\fI minimum uid
+]
+.SH DESCRIPTION
+.B afppasswd
+allows the maintenance of afppasswd files created by netatalk for
+use by some User Authentication Modules (UAMs)
+.LP
+.B afppasswd
+can either be called by root with parameters, or can be called by
+local system users with no parameters to change their passwords.
+.SH EXAMPLE
+Local user changing their own password:
+.sp
+.RS
+.nf
+       example% afppasswd
+       Enter NEW AFP password: (hidden)
+       Enter NEW AFP password again: (hidden)
+       afppasswd: updated password.
+.fi
+.RE
+.SH OPTIONS
+.TP
+.B \-a
+Add a new user to the
+.B afppasswd
+file.
+.TP
+.B \-c
+Create and/or initialize
+.B afppasswd
+file or specific user.
+.TP
+.B \-f
+Force the current action.
+.TP
+.B \-p\fI path
+Path to
+.B afppasswd
+file.
+.TP
+.B \-n
+If cracklib support is built into
+.B netatalk
+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
+.B \-u\fI minimum uid
+This is the minimum
+.I user id
+(uid) that
+.B afppasswd
+will use when creating users.
+.SH SEE ALSO
+.BR afpd (8),
+.BR atalkd (8).