home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / tcp / Networking / TCP / Server / tnserv / passwd < prev    next >
Text File  |  1993-12-05  |  2KB  |  39 lines

  1. #   tnserv password file
  2. #   (loosely based on the AmigaUUCP Getty password file)
  3. #   User,Password,Uid,GroupId,(Finger-Info),Home-Dir,Command-To-Run
  4. #   
  5. #   NOTES
  6. #     - the password is not encrypted. If you use MultiUser, it would 
  7. #       be a good idea to make the password only readable by a special
  8. #       account. Then set that account as the owner of tnserv and
  9. #       set the setuid bit for that file.
  10. #
  11. #     - if the Command-To-Run begins with a '*', its console input/output
  12. #       will go to the telnet session
  13. #
  14. #     - otherwise a pseudo serial.device unit will be created on the
  15. #       fakesr.device and the device name and unit number will be added
  16. #       to the command line. For example, s:GoAXsh would be called as:
  17. #           s:GoAXsh -DEVICE fakesr.device -UNIT 2130
  18. #       specifying that AXsh should use fakesr.device unit 2130 
  19. #
  20. #     - if the Command-To-Run begins with a number, the command is then
  21. #       always given that unit number of fakesr.device if it is available.
  22. #       the login will fail if that unit is not available.
  23. #
  24. #     - The Uid, GroupID, Finger-Info, and Home-Dir fields are ignored
  25. #       and will be for the forseeable future
  26. #
  27. #     - A password field of '*' indicates that any password is acceptable
  28. #       NOT that the login is disabled
  29. #
  30. sdh4,putyourpasswordhere,207,3,(Steve Holland),ram:,*newshell * from s:remote-startup
  31. emacs,youremacspassword,208,4,(emacs),ram:,0execute s:runfakesremacs
  32. #
  33. #   the AXsh (not AXshser) works better because it allows many simultaneous
  34. #   remote connections
  35. #
  36. AXshser,*,209,2,(AXsh via fakeserial),ram:,s:GoAXSh
  37. AXsh,*,209,2,(AXsh),ram:,*AXsh:etc/remote-startup
  38.  
  39.