Skip to main content

How to debug Soffid LDAP?

Installation

Prerequisites

To install Soffid LDAP, you must installĀ Docker. Despite Docker desktop can be used for testing purposes, Docker container runtime usage is recommended.

Stept to debug

1.- First of all, you have to add the DEBUG environment variable to your container

-e DEBUG: 65535

2.- You need to restart the Soffid LDAP container

sudo docker restart <YOUR_CONTAINER>

3.- In this point, you can check your LDAP

4.- Retrieve the log

5.- Delete the DEBUG environment variable

6.- Restart the Soffid LDAP container