build and document auth/userpasswd

This commit is contained in:
cinap_lenrek 2015-02-12 18:18:34 +01:00
parent 8b57e59ea9
commit 92602d08d6
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,6 @@
.TH FACTOTUM 4 .TH FACTOTUM 4
.SH NAME .SH NAME
factotum, fgui \- authentication agent factotum, fgui, userpasswd \- authentication agent
.SH SYNOPSIS .SH SYNOPSIS
.B auth/factotum .B auth/factotum
[ [
@ -23,6 +23,9 @@ factotum, fgui \- authentication agent
.B ... .B ...
.PP .PP
.B auth/fgui .B auth/fgui
.PP
.B auth/userpasswd
.I fmt
.SH DESCRIPTION .SH DESCRIPTION
.I Factotum .I Factotum
is a user-level file system that is a user-level file system that
@ -240,6 +243,15 @@ and
For each requests, it unhides itself and waits for For each requests, it unhides itself and waits for
user input. user input.
See the sections on key confirmation and key prompting below. See the sections on key confirmation and key prompting below.
.PP
.I Userpasswd
queries and prints a cleartext user/password pair from factotum
for the
.B proto=pass
key tuple specified in
.IR fmt .
This can be used by shell scripts to do cleartext password
authentication.
.SS "Key Tuples .SS "Key Tuples
.PP .PP
A A

View file

@ -33,6 +33,7 @@ TARG=\
rsafill\ rsafill\
rsagen\ rsagen\
uniq\ uniq\
userpasswd\
warning\ warning\
wrkey\ wrkey\