diff options
author | des <des@FreeBSD.org> | 2002-04-04 15:50:47 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-04 15:50:47 +0000 |
commit | 4532f219fa85b9c06b3f4caaa4dcbbdbf3bd32f5 (patch) | |
tree | 1dcc5978e4a3b724654b82d0e61f6dc3e94705ee /contrib/pam_modules/pam_passwdqc/PLATFORMS | |
download | FreeBSD-src-4532f219fa85b9c06b3f4caaa4dcbbdbf3bd32f5.zip FreeBSD-src-4532f219fa85b9c06b3f4caaa4dcbbdbf3bd32f5.tar.gz |
Vendor import of Solar Designer's pam_passwdqc module.
Diffstat (limited to 'contrib/pam_modules/pam_passwdqc/PLATFORMS')
-rw-r--r-- | contrib/pam_modules/pam_passwdqc/PLATFORMS | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/pam_modules/pam_passwdqc/PLATFORMS b/contrib/pam_modules/pam_passwdqc/PLATFORMS new file mode 100644 index 0000000..c38ecfc --- /dev/null +++ b/contrib/pam_modules/pam_passwdqc/PLATFORMS @@ -0,0 +1,27 @@ +Please see the README for instructions common to all platforms and +descriptions of the options mentioned here. + + + Linux. + +Most modern Linux distributions use Linux-PAM with a password changing +module which understands "use_authtok". Thus, you may choose which +module prompts for the old password, things should work either way. + + + FreeBSD. + +Currently, FreeBSD doesn't use PAM for password changing. This means +you won't be able to use pam_passwdqc with FreeBSD. + + + Solaris. + +pam_passwdqc has to ask for the old password during the update phase. +Use "ask_oldauthtok=update check_oldauthtok" with pam_passwdqc and +"use_first_pass" with pam_unix. + +You will likely also need to set "max=8" in order to actually enforce +not-so-weak passwords with the obsolete "traditional" crypt(3) hashes +that most Solaris systems use. Of course this way you only get about +one third of the functionality of pam_passwdqc. |