secstore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. [-v]
  13. username
  14. .br
  15. .PP
  16. .SH DESCRIPTION
  17. .PP
  18. .I Secstored
  19. serves requests from
  20. .IR secstore (1).
  21. The
  22. .B -x
  23. option announces on
  24. .B /net.alt/tcp!*!5356
  25. instead of the default
  26. .BR /net .
  27. .PP
  28. .I Secuser
  29. is an administrative command that runs on the
  30. secstore machine, normally the authserver,
  31. to create new accounts and
  32. to change status on existing accounts.
  33. It prompts for account information such as
  34. password and expiration date, writing to
  35. .BR /adm/secstore/who/$uid .
  36. The
  37. .B /adm/secstore
  38. directory should be created mode 770 for the userid
  39. or groupid of the secstored process.
  40. .PP
  41. By default,
  42. .I secstored
  43. warns the client if no account exists.
  44. If you prefer to obscure this information, use
  45. .I secuser
  46. to create an account
  47. .BR FICTITIOUS .
  48. .SH FILES
  49. .B /adm/secstore/who/$uid
  50. secstore account name, expiration date, verifier
  51. .br
  52. .B /adm/secstore/store/$uid/
  53. users' files
  54. .br
  55. .B /lib/ndb/auth
  56. for mapping local userid to RADIUS userid
  57. .SH SOURCE
  58. .B /sys/src/cmd/auth/secstore
  59. .SH SEE ALSO
  60. .IR secstore (1)