Bug 737

Summary: solaris-audit only relevant for recent versions of Solaris
Product: Sudo Reporter: erflungued <erflungued>
Component: DocumentationAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: low    
Priority: low    
Version: 1.8.15   
Hardware: All   
OS: Solaris 2.x   

Description erflungued 2016-02-18 16:43:41 MST
Solaris 10 does not have the headers required to compile solaris-audit. 
bcm-audit is required to compile solaris-audit
Suggest amending the documentation to suit.


c893850@ammit:disk2/src/sudo/sudo-1.8.15# rcsdiff -ubw install.txt
===================================================================
RCS file: install.txt,v
retrieving revision 1.1
diff -ubw -r1.1 install.txt
--- /tmp/T0a0aWqP       Fri Feb 19 09:43:03 2016
+++ install.txt Fri Feb 19 09:41:01 2016
@@ -437,7 +437,8 @@
         principal name.

   --with-solaris-audit
-       Enable audit support for Solaris systems.
+       Enable audit support for recent versions of Solaris systems.
+       Requires --with-bsm-audit.

   --with-opie[=DIR]
        Enable NRL OPIE OTP (One Time Password) support.  If specified,
Comment 1 Todd C. Miller 2016-02-19 13:38:29 MST
I've added a note to this effect in https://www.sudo.ws/repos/sudo/rev/6722331c2830
Comment 2 Todd C. Miller 2016-03-17 10:21:11 MDT
Fixed in 1.8.16, available now.