summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-12-09 22:39:03 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-12-09 22:39:03 +0000
commit97c9cd159d080814e56508fcc4ad0032f5f8023c (patch)
tree322298aa32b0c45e006cbfd26731f0c91c5f4e40 /CHANGELOG
parentda67a7d6126846939fd43b1ddb5aa8c06ee09301 (diff)
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--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5b9af1e6..f8ad1ea9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)