Version 2.2

This commit is contained in:
Sergey Poznyakoff 2018-01-02 00:04:23 +02:00
parent c20d0e4bf3
commit 23b718d2a3
2 changed files with 16 additions and 2 deletions

16
NEWS
View file

@ -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

View file

@ -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])