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

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

1.1     ! provos      1: # passwd configuration file
        !             2: #
        !             3: # Possible options are at the moment:
        !             4: # localcipher, ypcipher
        !             5: # they can take values of
        !             6: #       old             - old unix style salt of 12bit
        !             7: #       newsalt         - DES hash with salt of 64 bit
        !             8: #       blowfish,x      - Blowfish cipher, x is number of rounds
        !             9: #                         128 bit salt, 4 rounds are min, 31 max
        !            10: #
        !            11: default:
        !            12:        localcipher=old
        !            13:        ypcipher=old
        !            14:
        !            15: root:
        !            16:        localcipher=old