Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: openldap logging

...

Codeblock
systemctl {start|stop|restart|status} slapd

...

slapd logs using rsyslog. The logging is configured in the file rsyslog.conf. The most recent logged messages can be read using this command:

Codeblock
journalctl -r -t openldap

The configuration of the log level for slapd uses the parameter loglevel in the file /usr/local/etc/openldap/slapd.conf:

Codeblock
...
loglevel stats
...

These log levels are supported:

Numeric values and keywords for log levels are equivalent.

More information about logging and debugging OpenLDAP can be found in the documentation:

...

...

didmos Core API Server

The didmos Core API server is installed as a python virtual environment and deployed as a mod_wsgi app in Apache webserver. The following locations on the VM are used:

...

Configuration is possible via docker environment variables (for supported parameters) but generally via files in the volume. An example for the configuration using docker environment variables is described in section Provisioner - Docker.

Pwd Synchronizer

Todo?