home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / sysv386 / 16411 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!machine!chinet!ignatz
  3. From: ignatz@chinet.chi.il.us (Dave Ihnat)
  4. Subject: Re: Dialup Passwords
  5. Message-ID: <BxKo1B.7sC@chinet.chi.il.us>
  6. Summary: Use crypt, or get dpasswd PD pgm.
  7. Keywords: dialup passwords, 3B1, dpasswd
  8. Sender: Dave Ihnat
  9. Organization: Chinet - Public Access UNIX
  10. References: <3059@bsu-cs.bsu.edu>
  11. Date: Wed, 11 Nov 1992 22:05:34 GMT
  12. Lines: 21
  13.  
  14. In article <3059@bsu-cs.bsu.edu> nosilla@bsu-cs.bsu.edu (Andrew J. Templin) writes:
  15. >
  16. >Ok.  I am looking through UNIX System Security by Farrow (1991), and
  17. >I notice that System V R 3.2 has the ability to make a certain port 
  18. >more secure via a dialup password.
  19. > ...
  20. >How do I set the password for this?  I can find nothing in the documentation
  21. >(just like Farrow said), and I am at a loss on how to do this.
  22.  
  23. You can, as has been suggested, write a program using crypt.  If you don't have
  24. crypt, you can do (crudely) the same thing by creating a dummy user, setting
  25. the password, saving the encrypted string in the d_passwd file, and so on.
  26.  
  27. Or, you can get the dpasswd utility written, I believe, by Lenny Tropiano for
  28. the 3B1.  It works just fine for other versions of Unix that support external
  29. security passwords, and allows more mnemonic maintenance of the facility.
  30. (Again, though, you need the security package to compile/link it.)
  31.  
  32.         Dave Ihnat
  33.         ignatz@homebru.chi.il.us (preferred return address)
  34.         ignatz@chinet.chi.il.us
  35.