[jboss-jira] [JBoss JIRA] Created: (JBAS-7885) Verify the Security Audit Feature

Anil Saldhana (JIRA) jira-events at lists.jboss.org
Thu Apr 1 14:55:37 EDT 2010


Verify the Security Audit Feature
---------------------------------

                 Key: JBAS-7885
                 URL: https://jira.jboss.org/jira/browse/JBAS-7885
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Security
    Affects Versions: JBossAS-6.0.0.M2
            Reporter: Anil Saldhana
            Assignee: Anil Saldhana
             Fix For: JBossAS-6.0.0.M3


The jboss-logging.xml needs to be updated with the appender as:

==============
<!-- Category specifically for Security Audit Provider
   -->
   <logger category="org.jboss.security.audit.providers.LogAuditProvider" additivity="false">
     <level name="TRACE"/>
      <handlers>
               <handler-ref name="AUDIT"/>
       </handlers>
   </logger>
==========

Then validate the security audit feature: http://server.dzone.com/articles/security-auditing-jboss

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list