[BACK]Return to passwd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/passwd.conf between version 1.1 and 1.2

version 1.1, 1997/02/16 23:11:56 version 1.2, 1997/02/16 23:45:29
Line 1 
Line 1 
 # passwd configuration file  #       $OpenBSD$
 #  #
   # Passwd configuration file
   #
 # Possible options are at the moment:  # Possible options are at the moment:
 # localcipher, ypcipher  #       localcipher, ypcipher
 # they can take values of  # they can take values of
 #       old             - old unix style salt of 12bit  #       old             - old unix style salt of 12bit
 #       newsalt         - DES hash with salt of 64 bit  #       newsalt         - DES hash with salt of 64 bit
 #       blowfish,x      - Blowfish cipher, x is number of rounds  #       blowfish,x      - Blowfish cipher, x is number of rounds
 #                         128 bit salt, 4 rounds are min, 31 max  #                         128 bit salt, 4 rounds are min, 31 max
 #  
 default:  default:
         localcipher=old          localcipher=old
         ypcipher=old          ypcipher=old

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2