summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/INSTALL
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-12-21 11:49:29 +0000
committerdes <des@FreeBSD.org>2007-12-21 11:49:29 +0000
commite05e8ab881c687386fca2c534083bee2a0a51c6a (patch)
treee0ebac8083c1e5e6132058a1e1f258d528230d2d /contrib/openpam/INSTALL
parentea144ae9da6f54d800cd57d9f9292c0db5e08d80 (diff)
downloadFreeBSD-src-e05e8ab881c687386fca2c534083bee2a0a51c6a.zip
FreeBSD-src-e05e8ab881c687386fca2c534083bee2a0a51c6a.tar.gz
Vendor import of OpenPAM Hydrangea.
Diffstat (limited to 'contrib/openpam/INSTALL')
-rw-r--r--contrib/openpam/INSTALL14
1 files changed, 10 insertions, 4 deletions
diff --git a/contrib/openpam/INSTALL b/contrib/openpam/INSTALL
index 59102f2..6875a5e 100644
--- a/contrib/openpam/INSTALL
+++ b/contrib/openpam/INSTALL
@@ -16,23 +16,29 @@
Use the "configure" shell script to configure OpenPAM for your
system. Options include:
+ --enable-debug
+ Turn debugging on by default.
+
--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.
+ --without-doc
+ Skips the documentation.
--with-pam-unix
Builds the sample PAM module.
+ --with-su
+ Builds the sample su(1) implementation.
+
For more information about configuration options, use the --help
option.
A typical invocation might look like this:
- # ./configure --with-pam-su --with-pam-unix
+ # ./configure --with-pam-unix --with-su
3. COMPILATION
@@ -49,4 +55,4 @@
# make install
-$P4: //depot/projects/openpam/INSTALL#4 $
+$Id: INSTALL 388 2006-04-12 10:31:52Z des $
OpenPOWER on IntegriCloud