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

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

1.8     ! provos      1: #      $OpenBSD: passwd.conf,v 1.7 1998/03/02 20:21:36 provos 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.8     ! provos     11: #      newsalt,x       - DES hash with salt of 24 bit, x a 32-bit integer
        !            12: #                        specifiying the number of rounds.
1.6       provos     13: #      md5             - MD5 hashing algorithm
                     14: #      blowfish,x      - Blowfish cipher, 2^x is number of rounds (BEST!)
                     15: #                        128 bit salt, 2^4 rounds are min, 2^31 max
                     16: #
                     17: # EXAMPLE to give members of group .wheel blowfish passwords
                     18: #.wheel:
1.7       provos     19: #        localcipher=blowfish,7
1.2       deraadt    20:
1.1       provos     21: default:
1.7       provos     22:        localcipher=blowfish,6
1.1       provos     23:        ypcipher=old
                     24:
                     25: root:
1.7       provos     26:        localcipher=blowfish,8