]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/pam_modules/pam_passwdqc/PLATFORMS
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / pam_modules / pam_passwdqc / PLATFORMS
1 Please see the README for instructions common to all platforms and
2 descriptions of the options mentioned here.
3
4
5         Linux.
6
7 Most modern Linux distributions use Linux-PAM with a password changing
8 module which understands "use_authtok".  Thus, you may choose which
9 module prompts for the old password, things should work either way.
10
11
12         FreeBSD.
13
14 As of this writing (April 2002), FreeBSD-current is moving to OpenPAM
15 which pam_passwdqc already includes support for.  The next step would
16 be for FreeBSD to start actually using PAM from password changing.
17 Once that becomes a reality, you should be able to use pam_passwdqc
18 with FreeBSD.
19
20
21         Solaris.
22
23 pam_passwdqc has to ask for the old password during the update phase.
24 Use "ask_oldauthtok=update check_oldauthtok" with pam_passwdqc and
25 "use_first_pass" with pam_unix.
26
27 You will likely also need to set "max=8" in order to actually enforce
28 not-so-weak passwords with the obsolete "traditional" crypt(3) hashes
29 that most Solaris systems use.  Of course this way you only get about
30 one third of the functionality of pam_passwdqc.