home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / passwd.zip / passwd.doc < prev    next >
Text File  |  1993-05-04  |  1KB  |  29 lines

  1. May 4, 1993
  2.  
  3. Included with IBM's TCP/IP is a neat UNIX-like login for incoming telnet
  4. sessions.  In order to use this login facility, one must rename the old
  5. login.exe, copy loginunx.exe to login.exe and grab a passwd file from
  6. a UNIX host.
  7.  
  8. However, IBM included no passwd file maintenance utilities.  So, I decided
  9. to fill this void.
  10.  
  11. Included in this package are two programs:  passwd and nopasswd.  passwd
  12. is just like the UNIX passwd program except that it asks for the userid
  13. (if not included on the command line).  This means that you must know the
  14. old password to change it to a new password.  This doesn't help when setting
  15. up new users very much, so I also included nopasswd - which doesn't ask
  16. for the old password.  This means that in order to add a new user to your
  17. OS/2 machine, you must create an entry for them in your \tcpip\etc\passwd
  18. file WITH 13 FILL CHARACTERS in password field (just after the userid:).
  19. Then, run nopasswd to set the new password.
  20.  
  21. NOTE:  All passwd and nopasswd look at (in the passwd file) are the first
  22. two fields on each line.  Easiest way to set up a new passwd file is to
  23. initially grab one from UNIX machine.
  24.  
  25. Oh yeah, both programs need emx.dll.
  26.  
  27. Have fun,
  28. Chance C. Geurin (geurin@nosc.mil)
  29.