home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / DGAT05.ZIP / PASSWD < prev    next >
Text File  |  1992-10-16  |  4KB  |  70 lines

  1. #----------------------------------------------------------------------
  2. # passwd
  3. # Sample user account logins and passwords for DOSGATE uucico and
  4. # related programs.
  5. #
  6. # A pound (#) symbol at the start of a line marks a comment, which
  7. # will be ignored by DOSGATE.  Blank lines are also ignored.  All
  8. # other lines are assumed to contain account descriptions.
  9. #
  10. # The format for an account description line is as follows:
  11. # username:password:userid:groupid:user_info:home_dir:init_program
  12. #
  13. # Where:
  14. # username    is the user's login name.
  15. # password    is the user's encrypted password.
  16. # userid    is a number that uniquely identifies the user.
  17. # groupid    is a number that may be used to group users.
  18. # user_info    is the user's full name or other text.
  19. # home_dir    is the user's home directory on the system.
  20. # init_program    is the program that is invoked when the user logs in,
  21. #        and is ignored by DOSGATE.
  22. #
  23. # Note that except for administrative accounts (i.e. root), the
  24. # user and group IDs are arbitrary, and up to the system
  25. # administrator's discretion.  Actually, all fields are generally
  26. # ignored by most of the MS-DOS uucp related programs except the
  27. # username, password, and user_info fields, so even administrative
  28. # IDs are arbitrary.  The fields are included for compatibility with
  29. # other software which expects a UNIX-format passwd file.
  30. #
  31. # The password and user_info fields may be blank.  All other fields
  32. # must contain something.  The text from the user_info field is used
  33. # by the mailer to get the user's 'real name'; the text from the
  34. # user_info field is placed in the 'From:' field of the user's
  35. # outgoing mail messages.
  36. #----------------------------------------------------------------------
  37.  
  38. #----------------------------------------------------------------------
  39. # System related accounts.
  40. # We place system related accounts in low group and uid numbers.
  41. # The superuser is always uid 1, groupid 1 on a UNIX system.  On
  42. # DOS, it doesn't really matter.
  43. #----------------------------------------------------------------------
  44. root::1:1:Superuser:c:\dosgate:command.com:
  45. UUCP::6:6:UUCP Daemon:c:\dosgate:uucico.exe:
  46. postmaster::7:7:Postmaster:c:\dosgate:command.com:
  47.  
  48. #----------------------------------------------------------------------
  49. # We put UUCP mail feeds in group 20, starting at uid 90.  On DOS
  50. # systems this numbering is totally arbitrary, but when the passwd
  51. # file grows to several hundred accounts, the numbering can be helpful
  52. # for separating the users into categories.
  53. #----------------------------------------------------------------------
  54. hades::90:20:uucp account for site hades:c:\dosgate\spool\public:uucico.exe:
  55. barfo::91:20:uucp account for site barfo:c:\dosgate\spool\public:uucico.exe:
  56. ionz::92:20:uucp account for site ionz:c:\dosgate\spool\public:uucico.exe:
  57.  
  58. #----------------------------------------------------------------------
  59. # We put regular user accounts in group 200, starting at uid 110.
  60. # Again, this is totally arbitrary on a DOS system.
  61. #----------------------------------------------------------------------
  62. guest::110:200:Guest Account:c:\dosgate\usr\guest:mail.exe:
  63. ammon::111:200:Ammon R. Campbell:c:\dosgate\usr\ammon:command.com:
  64. bhiatt::112:200:Bruce C. Hiatt:c:\dosgate\usr\bhiatt:command.com:
  65. john::113:200:John R. Roberts:c:\dosgate\usr\john:command.com:
  66.  
  67. #----------------------------------------------------------------------
  68. # End passwd
  69. #----------------------------------------------------------------------
  70.