aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-01-02 00:04:23 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-01-02 00:04:23 +0200
commit23b718d2a385bb07bcbd4584a694e9e75050098b (patch)
tree0cb4d9ec5ee45bef4946cea9cd6844c742ca6ece
parentc20d0e4bf3280f25afb7e2ab42458e2abe7b45f6 (diff)
downloadpam-modules-23b718d2a385bb07bcbd4584a694e9e75050098b.tar.gz
pam-modules-23b718d2a385bb07bcbd4584a694e9e75050098b.tar.bz2
Version 2.2release-2.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b572ad4..0a530e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,23 @@
-pam-modules -- history of user-visible changes. 2015-08-04
+pam-modules -- history of user-visible changes. 2018-01-02
Copyright (C) 2001, 2004-2005, 2007-2012, 2015, 2018 Sergey Poznyakoff
See the end of file for copying conditions.
Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua>
+
+Version 2.2, 2018-01-02
+
+* Improve pam_fshadow
+
+This release allows the user to use arbitrary group numbers for
+username and domain parts.
+
+New options username-index and domain-index are used to indicate
+indices of the parenthesized groups used to extract the user and
+the domain name. The default corresponds to 'user-index=1 domain-index=1'.
+Additionally, the behavior in case if the user name doesn't match the
+regexp is changed. Previous versions would fall back to plain
+authentication. The new behavior is to reject access.
Version 2.1, 2015-08-04
diff --git a/configure.ac b/configure.ac
index 280cb1e..0a4eb33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
AC_PREREQ(2.63)
-AC_INIT(pam-modules, 2.1, bug-pam-modules@gnu.org.ua)
+AC_INIT(pam-modules, 2.2, bug-pam-modules@gnu.org.ua)
AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])

Return to:

Send suggestions and report system problems to the System administrator.