Go to file
Tomas Mraz 6f10cfe133 Relevant BUGIDs: rhbz #211438
Purpose of commit: bugfix

Commit summary:
---------------
2006-12-04  Tomas Mraz <t8m@centrun.cz>

        * po/jp.po: Fixed mistake in Password: message (from
        Peng Huang <phuang@redhat.com>).
2006-12-04 12:34:51 +00:00
conf Relevant BUGIDs: 2006-07-24 16:33:38 +00:00
doc Relevant BUGIDs: 2006-11-28 12:50:26 +00:00
dynamic Relevant BUGIDs: 232194 2001-12-09 22:51:12 +00:00
examples Relevant BUGIDs: 2006-08-31 11:06:15 +00:00
libpam Relevant BUGIDs: 2006-11-28 10:28:03 +00:00
libpam_misc Relevant BUGIDs: 2006-01-14 12:34:15 +00:00
libpamc Relevant BUGIDs: none 2005-11-24 17:15:31 +00:00
m4 Relevant BUGIDs: 2006-08-31 11:06:15 +00:00
modules Relevant BUGIDs: 2006-11-28 15:21:55 +00:00
po Relevant BUGIDs: rhbz #211438 2006-12-04 12:34:51 +00:00
tests Relevant BUGIDs: 2006-11-28 16:06:31 +00:00
xtests Relevant BUGIDs: 2006-08-30 08:45:30 +00:00
.cvsignore Relevant BUGIDs: 2006-08-02 17:20:56 +00:00
ABOUT-NLS Relevant BUGIDs: 2006-07-28 13:12:36 +00:00
acinclude.m4 Relevant BUGIDs: none 2005-09-20 16:26:26 +00:00
AUTHORS Relevant BUGIDs: none 2005-12-16 17:52:36 +00:00
autogen.sh Relevant BUGIDs: 2006-07-25 08:01:30 +00:00
ChangeLog Relevant BUGIDs: rhbz #211438 2006-12-04 12:34:51 +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: 2006-11-28 16:15:02 +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: 2006-08-05 08:03:11 +00:00
mkinstalldirs Relevant BUGIDs: 2006-08-02 17:20:56 +00:00
NEWS Relevant BUGIDs: 2006-11-08 11:21:41 +00:00
pgp.keys.asc Relevant BUGIDs: 612956 2002-09-24 04:35:26 +00:00
README Relevant BUGIDs: 2006-08-05 08:03:11 +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 failes, you should not continue to install this build.

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.

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

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