diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-12-09 22:39:03 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-12-09 22:39:03 +0000 |
commit | 97c9cd159d080814e56508fcc4ad0032f5f8023c (patch) | |
tree | 322298aa32b0c45e006cbfd26731f0c91c5f4e40 /CHANGELOG | |
parent | da67a7d6126846939fd43b1ddb5aa8c06ee09301 (diff) | |
download | pam-97c9cd159d080814e56508fcc4ad0032f5f8023c.tar.gz pam-97c9cd159d080814e56508fcc4ad0032f5f8023c.tar.bz2 pam-97c9cd159d080814e56508fcc4ad0032f5f8023c.zip |
Relevant BUGIDs: 486361
Purpose of commit: bugfix
Commit summary:
---------------
pam_unix is too generic a module to override the PAM_USER_PROMPT item.
(More modifications to xsh to help me test this change.)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* somehow pam_unix has started forcing the user prompt to be "login: ". + This is entirely inapropriate as it overrides PAM_USER_PROMPT. (Bug + 486361 - agmorgan). * added a static module helper library object includes a few changes to examples/xsh.c for testing purposes, and also modified the pam_rhosts_auth module to use this new library. (Bug 490938 - agmorgan) |