Go to file
Tomas Mraz fd0e879708 Updated translations from Transifex.
* po/*.po: Updated translations from Transifex.
2013-08-22 13:41:30 +02:00
conf Update .gitignore files 2011-10-27 14:55:55 +00:00
doc Update .gitignore files 2011-10-27 14:55:55 +00:00
dynamic Update .gitignore files 2011-10-27 14:55:55 +00:00
examples Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc 2011-10-28 02:28:38 +00:00
libpam Respect PAM_AUTHTOK_TYPE in pam_get_authtok_verify(). 2012-08-13 20:06:44 +02:00
libpam_misc Update .gitignore files 2011-10-27 14:55:55 +00:00
libpamc Update .gitignore files 2011-10-27 14:55:55 +00:00
m4 Update .gitignore files 2011-10-27 14:55:55 +00:00
modules pam_rootok: fix linking in --enable-audit mode 2013-07-01 22:25:27 +00:00
po Updated translations from Transifex. 2013-08-22 13:41:30 +02:00
tests Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc 2011-10-28 02:28:38 +00:00
xtests Reflect the enforce_for_root semantics change in pam_pwhistory xtest. 2012-11-13 09:19:05 +01:00
.gitignore Update .gitignore files 2011-10-27 14:55:55 +00:00
AUTHORS Relevant BUGIDs: none 2005-12-16 17:52:36 +00:00
autogen.sh Generate ChangeLog from git log 2011-10-27 14:55:55 +00:00
CHANGELOG Fix whitespace issues 2011-10-26 23:56:54 +00:00
ChangeLog-CVS Generate ChangeLog from git log 2011-10-27 14:55:55 +00:00
configure.in pam_tty_audit: fix a typo that crept in during patch review 2013-07-01 21:49:14 +00:00
COPYING Fix whitespace issues 2011-10-26 23:56:54 +00:00
Copyright Fix whitespace issues 2011-10-26 23:56:54 +00:00
gitlog-to-changelog Generate ChangeLog from git log 2011-10-27 14:55:55 +00:00
Make.xml.rules Fix whitespace issues 2011-10-26 23:56:54 +00:00
Makefile.am Fix SUBDIRS for --enable-static-modules mode 2012-01-26 22:24:21 +00:00
NEWS release version 1.1.6 2012-08-17 11:48:15 +02:00
pgp.keys.asc Relevant BUGIDs: 612956 2002-09-24 04:35:26 +00:00
README pam_unix: make configuration consistent in --enable-static-modules mode 2012-02-03 00:13:44 +00:00
README-hacking Generate ChangeLog from git log 2011-10-27 14:55:55 +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

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.