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

Annotation of src/etc/passwd.conf, Revision 1.5

1.5     ! deraadt     1: #      $OpenBSD: passwd.conf,v 1.4 1997/03/27 23:09:13 deraadt Exp $
1.2       deraadt     2: #
                      3: # Passwd configuration file
1.1       provos      4: #
                      5: # Possible options are at the moment:
1.2       deraadt     6: #      localcipher, ypcipher
1.1       provos      7: # they can take values of
1.4       deraadt     8: #      old             - old unix style salt of 12bit (YP compatible)
1.2       deraadt     9: #      newsalt         - DES hash with salt of 64 bit
1.5     ! deraadt    10: #      md5             - MD5 hashing algorithm (FreeBSD-compat)
        !            11: #      blowfish,x      - Blowfish cipher, x is number of rounds (BEST!)
        !            12: #                        128 bit salt, 4 rounds are min, 31 max
1.2       deraadt    13:
1.1       provos     14: default:
                     15:        localcipher=old
                     16:        ypcipher=old
                     17:
                     18: root:
                     19:        localcipher=old