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

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

1.7     ! provos      1: #      $OpenBSD: passwd.conf,v 1.6 1997/04/14 22:26:21 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.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:
1.7     ! provos     18: #        localcipher=blowfish,7
1.2       deraadt    19:
1.1       provos     20: default:
1.7     ! provos     21:        localcipher=blowfish,6
1.1       provos     22:        ypcipher=old
                     23:
                     24: root:
1.7     ! provos     25:        localcipher=blowfish,8