home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / default / passwd < prev    next >
Text File  |  2006-05-02  |  715b  |  28 lines

  1. # This file contains some information for
  2. # the passwd (1) command and other tools 
  3. # creating or modifying passwords.
  4.  
  5. # Define default crypt hash
  6. # CRYPT={des,md5,blowfish}
  7. CRYPT=des
  8.  
  9. # Use another crypt hash for group passwowrds.
  10. # This is used by gpasswd, fallback is the CRYPT entry.
  11. # GROUP_CRYPT=des
  12.  
  13.  
  14. # We can override the default for a special service
  15. # by appending the service name (FILES, YP, NISPLUS, LDAP)
  16.  
  17. # for local files, use a more secure hash. We
  18. # don't need to be portable here:
  19. CRYPT_FILES=blowfish
  20. # sometimes we need to specify special options for
  21. # a hash (variable is prepended by the name of the
  22. # crypt hash).
  23. BLOWFISH_CRYPT_FILES=10
  24.  
  25. # For NIS, we should always use DES:
  26. CRYPT_YP=des
  27.  
  28.