X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=doc%2Fmanpages%2Fman1%2Fafppasswd.1.xml;fp=doc%2Fmanpages%2Fman1%2Fafppasswd.1.xml;h=e67727fd7760b4a2784d7dcc7ed65e90f0bf2674;hb=cb339ecf8189245733548775d0c8a8ea11136b7b;hp=0000000000000000000000000000000000000000;hpb=7ac82e9c42281afb2889535b3d6c6e7868f2aebf;p=netatalk.git diff --git a/doc/manpages/man1/afppasswd.1.xml b/doc/manpages/man1/afppasswd.1.xml new file mode 100644 index 00000000..e67727fd --- /dev/null +++ b/doc/manpages/man1/afppasswd.1.xml @@ -0,0 +1,151 @@ + + + + afppasswd + + 1 + + 22 Mar 2012 + + @NETATALK_VERSION@ + + + + afppasswd + + netatalk password maintenance utility + + + + + afppasswd + afppasswd + + UAM + + User Authentication Module + + + -acfn + + -p + passwdfile + + -u + minimumuid + + + + + 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). + + 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. + + + 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" and "DHX2" UAM instead. Please compare with + the Authentication chapter inside + Netatalk's documentation. + + + + + EXAMPLE + + Local user changing their own password: + + example% afppasswd +Enter NEW AFP password: (hidden) +Enter NEW AFP password again: (hidden) +afppasswd: updated password. + + + + + OPTIONS + + + + + + + Add a new user to the afppasswd + file. + + + + + + + + Create and/or initialize afppasswd file or + specific user. + + + + + + + + Force the current action. + + + + + path + + + Path to afppasswd file. + + + + + + + + If cracklib support is built into 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. + + + + + minimum + uid + + + This is the minimum user id + (uid) that afppasswd will use when creating + users. + + + + + + + SEE ALSO + + + afpd + + 8 + , + afp.conf + + 5 + . + + \ No newline at end of file