summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-17 22:55:52 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-17 22:55:52 +1000
commit83bbb03e52743b8b0d6500fdf46bd9436b0a2543 (patch)
tree73f00d5bf569f8c9289af09e00b8810b2d05369b /INSTALL
parent1f062ca339a46d6c1556689b7eb65baacbb4daad (diff)
- (dtucker) [INSTALL] Add info about audit support.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 11 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 3f0adfa1..1c784a52 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,6 +75,12 @@ the automatically generated files by running "autoreconf".
http://www.gnu.org/software/autoconf/
+Basic Security Module (BSM):
+
+Native BSM support is know to exist in Solaris from at least 2.5.1,
+FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM
+implementation (http://www.openbsm.org).
+
2. Building / Installation
--------------------------
@@ -125,6 +131,10 @@ name).
There are a few other options to the configure script:
+--with-audit=[module] enable additional auditing via the specified module.
+Currently, drivers for "debug" (additional info via syslog) and "bsm"
+(Sun's Basic Security Module) are supported.
+
--with-pam enables PAM support. If PAM support is compiled in, it must
also be enabled in sshd_config (refer to the UsePAM directive).
@@ -240,4 +250,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.75 2006/07/10 02:55:24 dtucker Exp $
+$Id: INSTALL,v 1.76 2006/09/17 12:55:52 dtucker Exp $