From db5bdc001b4a1e398241e3d60ebeff884051d9a9 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Fri, 17 May 2024 18:29:21 +0200 Subject: [PATCH] remove audit feature (#7) --- source/audits.rst | 55 ---------------------------------- source/index.rst | 1 - source/index_configuration.rst | 1 - source/logging.rst | 8 ----- source/overview.rst | 1 - 5 files changed, 66 deletions(-) delete mode 100644 source/audits.rst diff --git a/source/audits.rst b/source/audits.rst deleted file mode 100644 index 82c6e08..0000000 --- a/source/audits.rst +++ /dev/null @@ -1,55 +0,0 @@ -****** -Audits -****** - -Audits allow you to export applied modifications in different formats. - -.. warning:: - - Audits are a work in progress, and may not work in this version. For production use, configure :doc:`logback.xml file `. - -The audits configuration are done in the ```` section: - -.. code-block:: XML - - - - - ... - - - ... - - - - -.. note:: - - You can still configure audit outputs in the :doc:`logback.xml file `. - -CSV -=== - -Parameters are: - -.. code-block:: - - lsc>audits>audit>csv>filename = /tmp/audit.csv - lsc>audits>audit>csv>append = true (false by default) - lsc>audits>audit>csv>operations = create, delete - lsc>audits>audit>csv>attrs = cn;dn - lsc>audits>audit>csv>separator = ; (optional) - lsc>audits>audit>csv>outputHeader = true (true by default) - -LDIF -==== - -Parameters are: - -.. code-block:: - - lsc>audits>audit>ldif>filename = /tmp/audit.ldif - lsc>audits>audit>ldif>append = true (false by default) - lsc>audits>audit>ldif>operations = create, delete - lsc>audits>audit>ldif>logOnlyLdif = true (true by default) - diff --git a/source/index.rst b/source/index.rst index 0382775..2e7860f 100644 --- a/source/index.rst +++ b/source/index.rst @@ -54,7 +54,6 @@ If you find any errors or you think something's missing here, please `let us kno syncrulesforactivedirectory syncrulessecurity sequences - audits encryption database persistence diff --git a/source/index_configuration.rst b/source/index_configuration.rst index b514e71..91fdb49 100644 --- a/source/index_configuration.rst +++ b/source/index_configuration.rst @@ -27,7 +27,6 @@ Configuration * :doc:`Security-related extended synchronization rules ` * :doc:`Sequences handling in synchronization rules ` - * :doc:`Audits ` * :doc:`Security > Encryption options ` * Other configuration diff --git a/source/logging.rst b/source/logging.rst index 89eccb7..214b5ad 100644 --- a/source/logging.rst +++ b/source/logging.rst @@ -28,10 +28,6 @@ Output the synchronization to CSV files In LSC you have a specific layout to log every action in a CSV file. -.. tip:: - - This can be replaced by :doc:`CSV audit `. - This uses the logback logs, so you have to declare this in the ``/etc/lsc/logback.xml`` file. Here is a small example : @@ -75,10 +71,6 @@ Output the synchronization to LDIF files In LSC you have a specific layout to log every action in a LDIF file. -.. tip:: - - This can be replaced by :doc:`LDIF audit `. - This uses the logback logs, so you have to declare this in the ``/etc/lsc/logback.xml`` file. Here is a small example: diff --git a/source/overview.rst b/source/overview.rst index c38d829..7705125 100644 --- a/source/overview.rst +++ b/source/overview.rst @@ -51,6 +51,5 @@ Settings are divided into the following sections: * :doc:`lsc>connections `: all the settings required to identify the way connections must be established (URL, login, ...) * :doc:`lsc>tasks `: various properties describing the way a source service may be synchronized with a destination service. In order to achieve this, source and destination services are wrapped to the available connections, and synchronization options are specified (transform and set values) -* :doc:`lsc>audits `: specify the audits settings * :doc:`lsc>security>encryption `: specify the security options. Currently, there are only encryption options