ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations. For more information about the manual page format, see the manual page for manpages(5). |
weakpass_edit(8) BSD System Manager's Manual weakpass_edit(8) NAME weakpass_edit -- Mac OS X Server Password Server weak password dictionary insertion tool SYNOPSIS add [[-p passphrase] | [-f file]] delete [[-p passphrase] | [-f file]] DESCRIPTION weakpass_edit Adds weak or undesirable passwords to a dictionary of passwords to be rejected by the password server. weakpass_edit must be run as root; it will exit otherwise. This tool's purpose is to manage the weak password dictionary. OPTIONS The following options are available: -p add or delete a passphrase, provided as a command-line argument, to the weak password database. -f add or delete all passphrases contained in a file. USAGE FILES & FOLDERS /var/db/authserver - the password server database repository. The weak password files are here. /var/db/authserver/weakpasswords.[n] - an alphabetized list of weak passwords to reject. SEE ALSO PasswordService(8) mkpassdb(8) Mac OS X Server 21 February 2002 Mac OS X Server |
|