summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2020-02-24 18:19:57 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-03-06 08:50:12 +0100
commit7a84910896d5579bd9c016696224d7d69a307bd9 (patch)
tree1abf896a33f1f581daafeb3f4ee8a52ba63155a6 /NEWS
parentbba3a4f67e58c2c6bb42861784ffc60a7cf080e8 (diff)
New API call pam_start_confdir()
To load PAM stack configurations from specified directory
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c00a75a1..23e606b4 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,9 @@ Release 1.4.0
* pam_unix: Support for (gost-)yescrypt hashing methods
* pam_unix: Use bcrypt b-variant when it bcrypt is chosen
* pam_usertype: New module to tell if uid is in login.defs ranges
-
+* Added new API call pam_start_confdir() for special applications that
+ cannot use the system-default PAM configuration paths and need to
+ explicitly specify another path
Release 1.3.1
* pam_motd: add support for a motd.d directory