en:dev:modules:auditing
- Deutsch
- English
This is an old revision of the document!
Auditing module
Dependencies: core
Description
Keeps a track of all database access actions (especially of the users').
This modules exposes an API for other modules to explicitely keep an audit trail of database access and other actions. It hooks transparently into all of the client's database access requests and logs the following data: user, timestamp, target (which object/column, etc), action (CRUD).
This access audit trail should be cryptographically signed if possible.
Have a look at Gnumed's audit system for a working possible solution.
Purpose of the module
Responsibilities
Structure
Links
en/dev/modules/auditing.1508095783.txt.gz · Last modified: 2017/10/15 21:29 by nerdoc