Go to file
Thorsten Kukuk 08e55be772 Relevant BUGIDs:
Purpose of commit: new release

Commit summary:
---------------

2010-08-31  Thorsten Kukuk  <kukuk@thkukuk.de>

        * release version 1.1.2

        * configure.in: Bump version number.
        * NEWS: Document changes since 1.1.1.
        * doc/adg/Linux-PAM_ADG.xml: Bump version number.
        * doc/mwg/Linux-PAM_MWG.xml: Likewise.
        * doc/sag/Linux-PAM_SAG.xml: Likewise.
        * libpam/Makefile.am: Bump revision of shared library.
        * po/*.po: Regenerate.
2010-08-31 11:20:59 +00:00
conf Relevant BUGIDs: 2006-07-24 16:33:38 +00:00
doc Relevant BUGIDs: 2010-08-31 11:20:59 +00:00
dynamic Relevant BUGIDs: 232194 2001-12-09 22:51:12 +00:00
examples Relevant BUGIDs: 2007-09-02 17:02:53 +00:00
libpam Relevant BUGIDs: 2010-08-31 11:20:59 +00:00
libpam_misc Relevant BUGIDs: 2008-12-12 14:24:45 +00:00
libpamc Relevant BUGIDs: 2892529 2009-12-08 14:41:40 +00:00
m4 Relevant BUGIDs: 2008-11-19 14:24:47 +00:00
modules Relevant BUGIDs: 2010-08-26 19:16:18 +00:00
po Relevant BUGIDs: 2010-08-31 11:20:59 +00:00
tests Relevant BUGIDs: 2009-03-03 18:29:04 +00:00
xtests Relevant BUGIDs: 2009-03-09 13:07:34 +00:00
.cvsignore Relevant BUGIDs: 1688777 2007-06-20 13:54:08 +00:00
ABOUT-NLS Relevant BUGIDs: 2006-07-28 13:12:36 +00:00
AUTHORS Relevant BUGIDs: none 2005-12-16 17:52:36 +00:00
autogen.sh Relevant BUGIDs: 2008-08-01 21:44:16 +00:00
ChangeLog Relevant BUGIDs: 2010-08-31 11:20:59 +00:00
CHANGELOG Relevant BUGIDs: none 2005-09-26 14:54:28 +00:00
config.rpath Relevant BUGIDs: 2006-07-28 13:12:36 +00:00
configure.in Relevant BUGIDs: 2010-08-31 11:20:59 +00:00
COPYING Relevant BUGIDs: none 2005-08-16 14:02:15 +00:00
Copyright Initial revision 2000-06-20 22:10:38 +00:00
INSTALL Relevant BUGIDs: none 2005-08-16 14:02:15 +00:00
install-sh Relevant BUGIDs: none 2005-08-16 12:27:38 +00:00
Make.xml.rules Relevant BUGIDs: 2006-02-12 22:24:34 +00:00
Makefile.am Relevant BUGIDs: 2008-08-18 13:29:21 +00:00
mkinstalldirs Relevant BUGIDs: 2006-08-02 17:20:56 +00:00
NEWS Relevant BUGIDs: 2010-08-31 11:20:59 +00:00
pgp.keys.asc Relevant BUGIDs: 612956 2002-09-24 04:35:26 +00:00
README Relevant BUGIDs: 2008-02-04 13:37:35 +00:00

Hello!

Thanks for downloading Linux-PAM.

NOTES:

How to use it is as follows:

      ./configure --help | less
      ./configure <your-options>
      make

To make sure everything was compiled correct, run:

      make check

If a test fails, you should not continue to install this build.
These tests require a suitable file /etc/pam.d/other; if necessary,
create such a file containing, e.g., these five lines (not indented)

	#%PAM-1.0
	auth	 required	pam_deny.so
	account	 required	pam_deny.so
	password required	pam_deny.so
	session	 required	pam_deny.so


Note, if you are worried - don't even think about doing the next line
(most Linux distributions already support PAM out of the box, so if
something goes wrong with installing the code from this version your
box may stop working..)

      make install

That said, please report problems to the bug reporting database
on sourceforge.net.

You can run additional checks after installing by executing

      make xtests

as root.

WARNING: Running "make xtests" can overwrite configuration data
or make the system insecure/unfunctional for a short time!
Backup all important data before!


If you do not wish to make the modules dynamically loadable, but
build a static libpam including all PAM modules, you have to call:

      ./configure --enable-static-modules --disable-pie

In this case you cannot use pam_unix in the PAM config files instead you
have to use pam_unix_acct, pam_unix_auth, pam_unix_passwd and
pam_unix_session.

To run the build checks with static modules, you need to run the
following command: make -C test check && make check


To regenerate manual pages from the XML source files you need the
docbook-xsl stylesheets in version 1.69.1 or newer, older versions had
a bug which generates a broken layout.