| Openwall Project | /home Owl JtR Pro crypt pam_passwdqc tcb phpass scanlogd popa3d msulogin / Linux BIND / advisories presentations / services donations / wordlists passwords / news community lists wiki CVSweb mirrors signatures | |
| bringing security into open environments | ||
|
On a system with the PAM (Pluggable Authentication Modules) framework, you may build all components of passwdqc (the library, the PAM module, and two command-line programs) by simply running "make". To install, run "make install". To uninstall, run "make remove".
On a system without PAM, you may build everything but the PAM module with "make utils". To install, run "make install_lib install_utils". To uninstall, run "make remove_lib remove_utils".
Please note that currently passwdqc's default is to install right into system directories such as /etc, /lib, /usr/lib, /usr/include, /usr/share/man, /usr/bin. If desired, these pathnames may be overridden on make's command-line (please see Makefile for the available macro names and passwdqc.spec for some examples).
Since passwdqc installs a new shared library, you may need to run the ldconfig(8) program to update the dynamic linker cache.
Please refer to README and PLATFORMS for information on configuring your system to use the PAM module. You may also refer to the pam_passwdqc(8) and passwdqc.conf(5) manual pages.
Please refer to the pwqcheck(1) and pwqgen(1) manual pages for information on using the command-line programs.
$Owl: Owl/packages/passwdqc/passwdqc/INSTALL,v 1.1 2009/10/23 02:38:19 solar Exp $