Go to file
Piotr Drąg c48cb42fb2 Translated using Weblate (Polish)
Currently translated at 100.0% (121 of 121 strings)

Translation: linux-pam/master
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (121 of 121 strings)

Translation: linux-pam/master
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/pl/
2020-03-03 10:44:35 +01:00
ci Add initial Travis CI support 2019-12-16 09:49:03 +00:00
conf Do not use CFLAGS for warning flags set from configure 2019-12-18 13:59:44 +01:00
doc Further grammar fixes 2020-01-15 18:14:44 +01:00
dynamic Update .gitignore files 2011-10-27 14:55:55 +00:00
examples Do not use CFLAGS for warning flags set from configure 2019-12-18 13:59:44 +01:00
libpam pam_modutil_sanitize_helper_fds: fix SIGPIPE effect of PAM_MODUTIL_PIPE_FD 2020-02-26 19:20:58 +00:00
libpam_misc misc_conv: Use PAM_MAX_RESP_SIZE to limit the length of the input 2020-02-24 19:01:11 +01:00
libpamc libpamc: Use ISO C99 uintX_t types instead of u_intX_t 2020-02-26 08:16:18 +01:00
m4 Update .gitignore files 2011-10-27 14:55:55 +00:00
modules pam_tty_audit: if kernel audit is disabled return PAM_IGNORE 2020-02-27 11:48:47 +01:00
po Translated using Weblate (Polish) 2020-03-03 10:44:35 +01:00
tests _pam_mkargv: add const qualifier to the first argument 2020-01-20 12:28:59 +00:00
xtests Do not use CFLAGS for warning flags set from configure 2019-12-18 13:59:44 +01:00
.gitignore Update .gitignore 2015-01-06 20:50:06 +00:00
.travis.yml Add initial Travis CI support 2019-12-16 09:49:03 +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.ac pam_namespace: secure tmp-inst directories 2020-02-18 13:18:16 +01: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 Add support for a vendor directory and libeconf (#136) 2019-09-16 17:17:49 +02:00
Makefile.am configure.ac: add --enable-doc option 2020-01-27 09:47:25 +01:00
NEWS Release version 1.3.1 2018-05-18 13:07:13 +02:00
pgp.keys.asc Relevant BUGIDs: 612956 2002-09-24 04:35:26 +00:00
README Mention that ./autogen.sh is needeed to be run if you check out the sources from git 2019-07-16 13:12:08 +02:00
README-hacking Generate ChangeLog from git log 2011-10-27 14:55:55 +00:00
zanata.xml Project registered at Zanata (fedora.zanata.org) for translations. 2016-04-14 17:48:03 +02:00

Hello!

Thanks for downloading Linux-PAM.

NOTES:

How to use it is as follows:

If you check out the sources from git, install Autotools and generate
configuration scripts:

      ./autogen.sh

Then compile:

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