secstore 990 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .TH SECSTORE 8
  2. .SH NAME
  3. secstored, secuser \- secstore commands
  4. .SH SYNOPSIS
  5. .br
  6. .B auth/secstored
  7. [-S servername]
  8. [-s tcp!*!5356]
  9. [-x]
  10. .br
  11. .B auth/secuser
  12. username
  13. .br
  14. .PP
  15. .SH DESCRIPTION
  16. .PP
  17. .I Secstored
  18. serves requests from
  19. .IR secstore (1).
  20. The
  21. .B -x
  22. option announces on
  23. .B /net.alt/tcp!*!5356
  24. instead of the default
  25. .BR /net .
  26. .PP
  27. .I Secuser
  28. is an administrative command that runs on the
  29. secstore machine, normally the authserver,
  30. to create new accounts and
  31. to change status on existing accounts.
  32. It prompts for account information such as
  33. password and expiration date, writing to
  34. .BR /adm/secstore/who/$uid .
  35. The
  36. .B /adm/secstore
  37. directory should be created mode 770 for the userid
  38. or groupid of the secstored process.
  39. .SH FILES
  40. .B /adm/secstore/who/$uid
  41. secstore account name, expiration date, verifier
  42. .br
  43. .B /adm/secstore/store/$uid/
  44. users' files
  45. .br
  46. .B /lib/ndb/auth
  47. for mapping local userid to RADIUS userid
  48. .SH SOURCE
  49. .B /sys/src/cmd/auth/secstore
  50. .SH SEE ALSO
  51. .IR secstore (1)