diff options
Diffstat (limited to 'contrib/openpam/RELNOTES')
-rw-r--r-- | contrib/openpam/RELNOTES | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/contrib/openpam/RELNOTES b/contrib/openpam/RELNOTES index 9309bc65fbbf..a1eebccc1ff4 100644 --- a/contrib/openpam/RELNOTES +++ b/contrib/openpam/RELNOTES @@ -1,6 +1,6 @@ - Release notes for OpenPAM Calamite - ================================== + Release notes for OpenPAM Caliopsis + =================================== This is a beta release. @@ -13,4 +13,16 @@ interested in testing OpenPAM on FreeBSD. It has not been tested on any other OS, though it should build and run with minimal tweaks on NetBSD and OpenBSD. +Known issues: + + - The pam_get_user() and pam_get_authtok() functions do not check + for commonly used options such as {use,try}_first_pass or + auth_as_self. In fact, pam_get_authtok() behaves as if + try_first_pass was always specified. + + - The provided conversation function, openpam_ttyconv(), should + block signals, and support some sort of timeout. + + - The documentation is far from complete. + $Id$ |