home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sun / admin / 9675 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!paladin.american.edu!gatech!darwin.sura.net!news.duc.auburn.edu!netman!elling
  3. From: elling@eng.auburn.edu (Richard Elling)
  4. Subject: Re: How to hack passwd or login
  5. Message-ID: <1992Dec22.194111.18155@news.duc.auburn.edu>
  6. Sender: usenet@news.duc.auburn.edu (News Account)
  7. Nntp-Posting-Host: netman.eng.auburn.edu
  8. Reply-To: elling@eng.auburn.edu
  9. Organization: Auburn University Engineering
  10. References: <1992Dec22.183943.19120@cbnewsi.cb.att.com>
  11. Date: Tue, 22 Dec 1992 19:41:11 GMT
  12. Lines: 24
  13.  
  14. In article 19120@cbnewsi.cb.att.com, ft@cbnewsi.cb.att.com (frederick.d.true) writes:
  15. >Is the source for Sun's version of passwd available somewhere, so that
  16. >I might add routines for password robustness?
  17.  
  18. Solaris 2.x has a more robust passwd program.  The scheme it uses is
  19. to require at least 6 characters, at least 2 alpabetic characters,
  20. and at least one numeric or special character.  Furthermore it must
  21. be different than the login name or any reverse or circular shift of
  22. the login name.  Lastly, it must differ from the previous password
  23. by at least 3 characters.  For comparison, the alphabetic characters
  24. are considered case insensitive.
  25.  
  26. If a user has no password, they must provide one the first time they
  27. login.
  28.  
  29. Note that there is no dictionary check.  This might not be such a
  30. problem though since they require a numeric or special character.
  31.  
  32. ---
  33.  Richard Elling                          Manager of Network Support
  34.  Auburn University                       Engineering Administration
  35.  richard.elling@eng.auburn.edu   KB4HB [44.100.0.72]  (205)844-2280
  36.  Type-5 keyboard survival: xmodmap -e "keysym BackSpace = Delete"
  37.  
  38.