keys.who 775 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .TH KEYS.WHO 6
  2. .SH NAME
  3. keys.who \- biographic information for key holders
  4. .SH DESCRIPTION
  5. When
  6. .I auth/changeuser
  7. (see
  8. .IR auth (8))
  9. creates or modifies an account, it writes a line of
  10. biographical information to
  11. .BR /adm/keys.who .
  12. The line contains the following fields, separated by
  13. .L |
  14. characters:
  15. .TP
  16. .I name
  17. login name
  18. .TP
  19. .I postid
  20. company-wide user name
  21. .TP
  22. .I "full name
  23. full name of the user
  24. .TP
  25. .I dept
  26. department of the user
  27. .TP
  28. .I email...
  29. one or more fields containing email addresses
  30. to be notified when the key is about to expire
  31. .PD
  32. .PP
  33. The program
  34. .IR auth/warning ,
  35. which has fallen into disrepair,
  36. once read
  37. .I keys.who
  38. and mailed expiry warnings.
  39. .SH EXAMPLE
  40. .EX
  41. rsc|rscox|Russell S Cox|11276|rsc|dmr|rob
  42. .EE
  43. .SH "SEE ALSO
  44. .IR keyfs (4),
  45. .IR auth (8)