aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-03-28 00:21:04 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-03-28 00:21:04 +0200
commit55b38f5e11e9f11fe6ea9692722d4b86b9ae0be9 (patch)
treec175218bf5b51c1602e784c355e585d90e5ecd61
parent742795c4b6daa82d92b2a3e5960ac7db7f8a7b54 (diff)
downloadpam-modules-55b38f5e11e9f11fe6ea9692722d4b86b9ae0be9.tar.gz
pam-modules-55b38f5e11e9f11fe6ea9692722d4b86b9ae0be9.tar.bz2
Fix docs, raise version number to get in synch with the ftp.
-rw-r--r--NEWS24
-rw-r--r--README27
-rw-r--r--configure.ac2
3 files changed, 26 insertions, 27 deletions
diff --git a/NEWS b/NEWS
index d4995cc..e88a8e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,33 @@
1pam-modules -- history of user-visible changes. 2014-02-11 1pam-modules -- history of user-visible changes. 2014-03-28
2Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff 2Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send radius bug reports to <bug-pam-modules@gnu.org.ua> 5Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua>
6 6
7 7
8Version 1.7.92, Git 8Version 1.8.92, (Git)
9
10Bugfixes
11
12
13Version 1.8, 2013-07-29
9 14
10* pam_ldaphome 15* pam_ldaphome
16
17This module creates the user home directory, if it does not
18already exist, and updates his `.ssh/authorized_keys' file with the
19keys from the LDAP database.
20
11* pam_umotd 21* pam_umotd
12 22
23Pam_umotd displays a user-specific message of the day. The text can
24be taken either from a disk file, or read from the standard output of
25a program launched for that purpose. This module is Linux-specific.
26
27* Bugfixes
28** pam_fshadow made reentrant
29
30
13 31
14Version 1.7, 2011-04-08 32Version 1.7, 2011-04-08
15 33
diff --git a/README b/README
index 16c82ff..7d1ad1e 100644
--- a/README
+++ b/README
@@ -52,29 +52,10 @@ The applications-specific options are:
52 e.g.: 52 e.g.:
53 53
54 ./configure --without-crypt-lib LDFLAGS=... 54 ./configure --without-crypt-lib LDFLAGS=...
55
56 --disable-fshadow
57 Disable pam_fshadow module.
58
59 --disable-log
60 Disable pam_log module.
61
62 --disable-regex
63 Disable pam_regex module.
64
65 --without-mysql
66 Do not build pam_mysql
67 55
68 --without-pgsql 56Building of each particular MODULE can be disabled using the
69 --without-postgres 57--disable-MODULE command line option. See the documentation for
70 Do not build pam_pgsql 58the list of available modules.
71
72 --without-sql
73 Do not build SQL-dependent modules (i.e. pam_mysql and
74 pam_pgsql)
75
76 --with-pamdir=DIR
77 Install PAM modiles in DIR (default is PREFIX/lib/security)
78 59
79** Run make 60** Run make
80 61
@@ -92,7 +73,7 @@ Send bug reports to <bug-pam-modules@gnu.org.ua>. Read the chapter
92 73
93* Copyright information: 74* Copyright information:
94 75
95Copyright (C) 2001, 2004-2005, 2007, 2009-2012 Sergey Poznyakoff 76Copyright (C) 2001, 2004-2005, 2007, 2009-2014 Sergey Poznyakoff
96 77
97 Permission is granted to anyone to make or distribute verbatim copies 78 Permission is granted to anyone to make or distribute verbatim copies
98 of this document as received, in any medium, provided that the 79 of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 87e35c1..77b9dcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
16 16
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18 18
19AC_INIT(pam-modules, 1.7.92, bug-pam-modules@gnu.org.ua) 19AC_INIT(pam-modules, 1.8.92, bug-pam-modules@gnu.org.ua)
20AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c) 20AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
22AC_CONFIG_MACRO_DIR([m4]) 22AC_CONFIG_MACRO_DIR([m4])

Return to:

Send suggestions and report system problems to the System administrator.