820c6f3e0f
hashed spwd.db, which is a useful thing if you screw up a vipw(8) or mergemaster(8), or otherwise corrupt your plaintext file, and don't have a recent enough backup. PR: 54670 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
8 lines
335 B
Text
8 lines
335 B
Text
pwd_unmkdb is a program to do the opposite of pwd_mkdb(8). That is, to
|
|
give you a textual master.passwd file from a hashed spwd.db database.
|
|
Useful if you delete or corrupt master.passwd, and don't have an
|
|
up-to-date backup.
|
|
|
|
WWW: http://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/
|
|
|
|
- Matthew Fuller <fullermd@over-yonder.net>
|