diff options
Diffstat (limited to 'static/plan9-4e/man8/secstore.8')
| -rw-r--r-- | static/plan9-4e/man8/secstore.8 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/static/plan9-4e/man8/secstore.8 b/static/plan9-4e/man8/secstore.8 new file mode 100644 index 00000000..33835184 --- /dev/null +++ b/static/plan9-4e/man8/secstore.8 @@ -0,0 +1,47 @@ +.TH SECSTORE 8 +.SH NAME +secstored, secuser \- secstore commands +.SH SYNOPSIS +.br +.B auth/secstored +[-S servername] +[-s tcp!*!5356] +[-x] +.br +.B auth/secuser +username +.br +.PP +.SH DESCRIPTION +.PP +.I Secstored +serves requests from +.IR secstore (1). +The +.B -x +option announces on +.B /net.alt/tcp!*!5356 +instead of the default +.BR /net . +.PP +.I Secuser +is an administrative command that runs on the +secstore machine, normally the authserver, +to create new accounts and +to change status on existing accounts. +It prompts for account information such as +password and expiration date, writing to +.BR /adm/secstore/who/$uid . +.SH FILES +.B /adm/secstore/who/$uid +secstore account name, expiration date, verifier +.br +.B /adm/secstore/store/$uid/ +users' files +.br +.B /lib/ndb/auth +for mapping local userid to RADIUS userid +.SH SOURCE +.B /sys/src/cmd/auth/secstore +.SH SEE ALSO +.IR secstore (1) |
