diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 15:24:20 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 15:24:20 +0000 |
commit | e2f3fab72e13c7d1f3dd6ee803646a44bda8a6af (patch) | |
tree | 5d7e44df487bf966e4c88bda0942d94a08a9b6d4 | |
parent | 63fe551422093c8276042409309d872d7e005dc2 (diff) | |
download | pam-e2f3fab72e13c7d1f3dd6ee803646a44bda8a6af.tar.gz pam-e2f3fab72e13c7d1f3dd6ee803646a44bda8a6af.tar.bz2 pam-e2f3fab72e13c7d1f3dd6ee803646a44bda8a6af.zip |
Relevant BUGIDs: 124388
Purpose of commit: bugfix
Commit summary:
---------------
* removed comments about pam_unix not working with pam_cracklib,
added information about use_authtok parameter
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id. 0.74: please submit patches for this section with actual code/doc patches! +* removed comments about pam_unix not working with pam_cracklib, + added information about use_authtok parameter (Bug 124388 - baggins) * fixed wrong definition of struct pam_module (was pam_wheel) (Bug 124386 - baggins) * fixed example/Makefile include path (Bug 124187 - agmorgan) |