home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / default / passwd next >
Text File  |  2006-11-29  |  807b  |  29 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. This hash will be
  6. # used, if there is no hash for a special service
  7. # the user is stored in.
  8. # CRYPT={des,md5,blowfish}
  9. CRYPT=md5
  10.  
  11. # Use another crypt hash for group passwowrds.
  12. # This is used by gpasswd, fallback is the CRYPT entry.
  13. # GROUP_CRYPT=des
  14.  
  15.  
  16. # We can override the default for a special service
  17. # by appending the service name (FILES, YP, NISPLUS, LDAP)
  18.  
  19. # for local files, use a more secure hash. We
  20. # don't need to be portable here:
  21. CRYPT_FILES=blowfish
  22. # sometimes we need to specify special options for
  23. # a hash (variable is prepended by the name of the
  24. # crypt hash).
  25. BLOWFISH_CRYPT_FILES=10
  26.  
  27. # For NIS, we should always use DES:
  28. CRYPT_YP=des
  29.