| Summary: | discrepancy man page for pam_unix(8) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Lior Kadosh <lkadosh> |
| Component: | Books & Articles | Assignee: | ru <ru> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->patched Fixed in 7.0-CURRENT, thanks! Responsible Changed From-To: freebsd-doc->ru State Changed From-To: patched->closed Merged into RELENG_6. ru 2006-10-16 12:02:15 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libpam/modules/pam_unix pam_unix.8
Log:
MFC: 1.12: The pam_unix module also provides password management.
PR: docs/93491
Approved by: re (hrs)
Revision Changes Path
1.11.2.1 +8 -7 src/lib/libpam/modules/pam_unix/pam_unix.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
The online man page (FreeBSD 6.0-RELEASE and Ports) for pam_unix states: "The UNIX authentication service module for PAM, pam_unix provides func- tionality for two PAM categories: authentication and account management. In terms of the module-type parameter, they are the ``auth'' and ``account'' features. It also provides a null function for session man- agement." I believe the above description should also include the "password" facility (feature), which is described further down the same man page: "UNIX Password Management Module The UNIX password management component provides a function to perform account management, pam_sm_chauthtok(). The function changes the user's password." In the preceding paragraph, "account management" should be changed to "password management".