diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-12-09 22:51:12 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-12-09 22:51:12 +0000 |
commit | 2acda542874f720091f6bfcb7aad09e35a8b2375 (patch) | |
tree | 6d9a5e3342ed86a65033576131096b867c214e9b /CHANGELOG | |
parent | 97c9cd159d080814e56508fcc4ad0032f5f8023c (diff) | |
download | pam-2acda542874f720091f6bfcb7aad09e35a8b2375.tar.gz pam-2acda542874f720091f6bfcb7aad09e35a8b2375.tar.bz2 pam-2acda542874f720091f6bfcb7aad09e35a8b2375.zip |
Relevant BUGIDs: 232194
Purpose of commit: new feature
Commit summary:
---------------
If you are looking for an object that you can blindly dlopen() and
use to bind to pam w/ modules, this commit is for you. Its not fully
integrated into the build tree, but I'd like some feedback before
wiring it in as a regular feature.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -55,6 +55,11 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* added the dynamic/* directory to the distribution. If you go in + there after building the rest of the tree, you'll make a pam.so + object that can be used by something like a java runtime with + dlopen. Its not very well tested - caveat emptor. (Bug 232194 - + agmorgan) * 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). |