mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-27 00:49:53 +03:00
Fix docs, raise version number to get in synch with the ftp.
This commit is contained in:
parent
742795c4b6
commit
55b38f5e11
3 changed files with 26 additions and 27 deletions
24
NEWS
24
NEWS
|
@ -1,15 +1,33 @@
|
||||||
pam-modules -- history of user-visible changes. 2014-02-11
|
pam-modules -- history of user-visible changes. 2014-03-28
|
||||||
Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff
|
Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff
|
||||||
See the end of file for copying conditions.
|
See the end of file for copying conditions.
|
||||||
|
|
||||||
Please send radius bug reports to <bug-pam-modules@gnu.org.ua>
|
Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua>
|
||||||
|
|
||||||
|
|
||||||
Version 1.7.92, Git
|
Version 1.8.92, (Git)
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.8, 2013-07-29
|
||||||
|
|
||||||
* pam_ldaphome
|
* pam_ldaphome
|
||||||
|
|
||||||
|
This module creates the user home directory, if it does not
|
||||||
|
already exist, and updates his `.ssh/authorized_keys' file with the
|
||||||
|
keys from the LDAP database.
|
||||||
|
|
||||||
* pam_umotd
|
* pam_umotd
|
||||||
|
|
||||||
|
Pam_umotd displays a user-specific message of the day. The text can
|
||||||
|
be taken either from a disk file, or read from the standard output of
|
||||||
|
a program launched for that purpose. This module is Linux-specific.
|
||||||
|
|
||||||
|
* Bugfixes
|
||||||
|
** pam_fshadow made reentrant
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Version 1.7, 2011-04-08
|
Version 1.7, 2011-04-08
|
||||||
|
|
||||||
|
|
27
README
27
README
|
@ -53,28 +53,9 @@ The applications-specific options are:
|
||||||
|
|
||||||
./configure --without-crypt-lib LDFLAGS=...
|
./configure --without-crypt-lib LDFLAGS=...
|
||||||
|
|
||||||
--disable-fshadow
|
Building of each particular MODULE can be disabled using the
|
||||||
Disable pam_fshadow module.
|
--disable-MODULE command line option. See the documentation for
|
||||||
|
the list of available modules.
|
||||||
--disable-log
|
|
||||||
Disable pam_log module.
|
|
||||||
|
|
||||||
--disable-regex
|
|
||||||
Disable pam_regex module.
|
|
||||||
|
|
||||||
--without-mysql
|
|
||||||
Do not build pam_mysql
|
|
||||||
|
|
||||||
--without-pgsql
|
|
||||||
--without-postgres
|
|
||||||
Do not build pam_pgsql
|
|
||||||
|
|
||||||
--without-sql
|
|
||||||
Do not build SQL-dependent modules (i.e. pam_mysql and
|
|
||||||
pam_pgsql)
|
|
||||||
|
|
||||||
--with-pamdir=DIR
|
|
||||||
Install PAM modiles in DIR (default is PREFIX/lib/security)
|
|
||||||
|
|
||||||
** Run make
|
** Run make
|
||||||
|
|
||||||
|
@ -92,7 +73,7 @@ Send bug reports to <bug-pam-modules@gnu.org.ua>. Read the chapter
|
||||||
|
|
||||||
* Copyright information:
|
* Copyright information:
|
||||||
|
|
||||||
Copyright (C) 2001, 2004-2005, 2007, 2009-2012 Sergey Poznyakoff
|
Copyright (C) 2001, 2004-2005, 2007, 2009-2014 Sergey Poznyakoff
|
||||||
|
|
||||||
Permission is granted to anyone to make or distribute verbatim copies
|
Permission is granted to anyone to make or distribute verbatim copies
|
||||||
of this document as received, in any medium, provided that the
|
of this document as received, in any medium, provided that the
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
|
|
||||||
AC_INIT(pam-modules, 1.7.92, bug-pam-modules@gnu.org.ua)
|
AC_INIT(pam-modules, 1.8.92, bug-pam-modules@gnu.org.ua)
|
||||||
AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
|
AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue