]> granicus.if.org Git - linux-pam/blob - README
pam_access: support parsing files in /etc/security/access.d/*.conf
[linux-pam] / README
1
2 Hello!
3
4 Thanks for downloading Linux-PAM.
5
6 NOTES:
7
8 How to use it is as follows:
9
10       ./configure --help | less
11       ./configure <your-options>
12       make
13
14 To make sure everything was compiled correct, run:
15
16       make check
17
18 If a test fails, you should not continue to install this build.
19 These tests require a suitable file /etc/pam.d/other; if necessary,
20 create such a file containing, e.g., these five lines (not indented)
21
22         #%PAM-1.0
23         auth     required       pam_deny.so
24         account  required       pam_deny.so
25         password required       pam_deny.so
26         session  required       pam_deny.so
27
28
29 Note, if you are worried - don't even think about doing the next line
30 (most Linux distributions already support PAM out of the box, so if
31 something goes wrong with installing the code from this version your
32 box may stop working..)
33
34       make install
35
36 That said, please report problems to the bug reporting database
37 on sourceforge.net.
38
39 You can run additional checks after installing by executing
40
41       make xtests
42
43 as root.
44
45 WARNING: Running "make xtests" can overwrite configuration data
46 or make the system insecure/unfunctional for a short time!
47 Backup all important data before!
48
49
50 If you do not wish to make the modules dynamically loadable, but
51 build a static libpam including all PAM modules, you have to call:
52
53       ./configure --enable-static-modules --disable-pie
54
55 To run the build checks with static modules, you need to run the
56 following command: make -C test check && make check
57
58
59 To regenerate manual pages from the XML source files you need the
60 docbook-xsl stylesheets in version 1.69.1 or newer, older versions had
61 a bug which generates a broken layout.