summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/INSTALL
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-07-15 07:18:26 +0000
committerdes <des@FreeBSD.org>2003-07-15 07:18:26 +0000
commit4f94712dd14f8e2fd55b14e14daa159df368e451 (patch)
tree90480c2f7b7437d4ebac16f2a7849084abe7ba6e /contrib/openpam/INSTALL
parent49e0f275db6cafef33693cb9ac1fdd52cdd63a67 (diff)
downloadFreeBSD-src-4f94712dd14f8e2fd55b14e14daa159df368e451.zip
FreeBSD-src-4f94712dd14f8e2fd55b14e14daa159df368e451.tar.gz
Vendor import of OpenPAM Dogwood.
Diffstat (limited to 'contrib/openpam/INSTALL')
-rw-r--r--contrib/openpam/INSTALL47
1 files changed, 37 insertions, 10 deletions
diff --git a/contrib/openpam/INSTALL b/contrib/openpam/INSTALL
index f489767..59102f2 100644
--- a/contrib/openpam/INSTALL
+++ b/contrib/openpam/INSTALL
@@ -4,22 +4,49 @@
1. REQUIREMENTS
- This release of OpenPAM is targeted at FreeBSD-CURRENT, and has not
- been tested on other platforms. It should, however, build with
- little or no trouble other BSDs such as BSDI, Darwin, NetBSD or
- OpenBSD, and should not prove much of a challenge to port to other
- platforms, except for the static linking support.
+ 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
- No configuration is necessary or possible at this time.
+ 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
- Change into the top-level OpenPAM directory and run 'make'.
+ 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
-
- Change into the top-level OpenPAM directory and run 'make install'.
-$P4: //depot/projects/openpam/INSTALL#2 $
+ 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