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

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

1.2     ! deraadt     1: #      $OpenBSD$
        !             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.2     ! deraadt     8: #      old             - old unix style salt of 12bit
        !             9: #      newsalt         - DES hash with salt of 64 bit
        !            10: #      blowfish,x      - Blowfish cipher, x is number of rounds
        !            11: #                        128 bit salt, 4 rounds are min, 31 max
        !            12:
1.1       provos     13: default:
                     14:        localcipher=old
                     15:        ypcipher=old
                     16:
                     17: root:
                     18:        localcipher=old