summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/INSTALL
blob: 59102f28647b389668293c9fc0268832a48223c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

			  Installing OpenPAM
			  ==================

1. REQUIREMENTS

  See the release notes for a list of platforms OpenPAM has been
  tested on.

  You will need the GNU autotools, GNU make and the GNU compiler suite
  to build OpenPAM.  On some platforms, you may have to install these
  separately.

2. CONFIGURATION

  Use the "configure" shell script to configure OpenPAM for your
  system.  Options include:

    --with-modules-dir=DIR
	Indicates the directory where PAM modules will be installed.
	This option should not be used if you intend to install PAM
	modules in the system library directory.

    --with-pam-su
	Builds the sample PAM application.

    --with-pam-unix
	Builds the sample PAM module.

  For more information about configuration options, use the --help
  option.

  A typical invocation might look like this:

  # ./configure --with-pam-su --with-pam-unix

3. COMPILATION

  To compile OpenPAM, simply run "make" (or "gmake" on platforms where
  "make" is not GNU make) in the top-level OpenPAM directory:

  # make

4. INSTALLATION

  To install OpenPAM, simply run "make install" (or "gmake install" on
  platforms where "make" is not GNU make) in the top-level OpenPAM
  directory:

  # make install

$P4: //depot/projects/openpam/INSTALL#4 $
OpenPOWER on IntegriCloud