From 6d4bef9e23032acfab714ce79fe1535fde3d3c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Wed, 11 Dec 2024 17:35:07 +0100 Subject: [PATCH] doc: fix a missing code-block space --- doc/tutorial/databases.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tutorial/databases.rst b/doc/tutorial/databases.rst index b99e1bdb..753e4523 100644 --- a/doc/tutorial/databases.rst +++ b/doc/tutorial/databases.rst @@ -52,6 +52,7 @@ It is used when the ``CANAILLE_LDAP`` configuration parameter is defined. For in If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user : .. code-block:: toml + USER_CLASS = ["inetOrgPerson", "oathHOTPToken"] You can find more details on the LDAP configuration in the :class:`dedicated section `.