Skip to content

Commit

Permalink
remove audit feature (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed May 17, 2024
1 parent e8c971c commit db5bdc0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 66 deletions.
55 changes: 0 additions & 55 deletions source/audits.rst

This file was deleted.

1 change: 0 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion source/index_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Configuration
* :doc:`Security-related extended synchronization rules <syncrulessecurity>`
* :doc:`Sequences handling in synchronization rules <sequences>`

* :doc:`Audits <audits>`
* :doc:`Security > Encryption options <encryption>`

* Other configuration
Expand Down
8 changes: 0 additions & 8 deletions source/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <audits>`.

This uses the logback logs, so you have to declare this in the ``/etc/lsc/logback.xml`` file.

Here is a small example :
Expand Down Expand Up @@ -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 <audits>`.

This uses the logback logs, so you have to declare this in the ``/etc/lsc/logback.xml`` file.

Here is a small example:
Expand Down
1 change: 0 additions & 1 deletion source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ Settings are divided into the following sections:

* :doc:`lsc>connections <connections>`: all the settings required to identify the way connections must be established (URL, login, ...)
* :doc:`lsc>tasks <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 <audits>`: specify the audits settings
* :doc:`lsc>security>encryption <encryption>`: specify the security options. Currently, there are only encryption options

0 comments on commit db5bdc0

Please sign in to comment.