]> granicus.if.org Git - linux-pam/blob - README
Relevant BUGIDs:
[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 failes, you should not continue to install this build.
19
20 Note, if you are worried - don't even think about doing the next line
21 (most Linux distributions already support PAM out of the box, so if
22 something goes wrong with installing the code from this version your
23 box may stop working..)
24
25       make install
26
27 That said, please report problems to the bug reporting database
28 on sourceforge.net.
29
30 You can run additional checks after installing by executing
31
32       make xtests
33
34 as root.
35
36 WARNING: Running "make xtests" can overwrite configuration data
37 or make the system insecure/unfunctional for a short time!
38 Backup all important data before!
39
40 If you do not wish to make the modules dynamically loadable, but
41 build a static libpam including all PAM modules, you have to call:
42
43       ./configure --enable-static-modules
44
45 In this case you cannot use pam_unix in the PAM config files instead you
46 have to use pam_unix_acct, pam_unix_auth, pam_unix_passwd and
47 pam_unix_session.
48
49 To regenerate manual pages from the XML source files you need the
50 docbook-xsl stylesheets in version 1.69.1 or newer, older versions had
51 a bug which generates a broken layout.