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

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

1.6     ! provos      1: #      $OpenBSD: passwd.conf,v 1.5 1997/03/30 19:20:04 deraadt Exp $
1.2       deraadt     2: #
                      3: # Passwd configuration file
1.1       provos      4: #
1.6     ! provos      5: # Possible stanzas are:
        !             6: #       'default', username or .groupname
1.1       provos      7: # Possible options are at the moment:
1.2       deraadt     8: #      localcipher, ypcipher
1.1       provos      9: # they can take values of
1.4       deraadt    10: #      old             - old unix style salt of 12bit (YP compatible)
1.2       deraadt    11: #      newsalt         - DES hash with salt of 64 bit
1.6     ! provos     12: #      md5             - MD5 hashing algorithm
        !            13: #      blowfish,x      - Blowfish cipher, 2^x is number of rounds (BEST!)
        !            14: #                        128 bit salt, 2^4 rounds are min, 2^31 max
        !            15: #
        !            16: # EXAMPLE to give members of group .wheel blowfish passwords
        !            17: #.wheel:
        !            18: #        localcipher=blowfish,6
1.2       deraadt    19:
1.1       provos     20: default:
1.6     ! provos     21:        localcipher=blowfish,5
1.1       provos     22:        ypcipher=old
                     23:
                     24: root:
1.6     ! provos     25:        localcipher=blowfish,7