From 96acda7aa68deadcdd6d84b0dc14ddc536b2ac9f Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 13 Feb 2019 09:19:08 +0100 Subject: [PATCH] fix formatting --- docs/backends.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/backends.rst b/docs/backends.rst index 8b23a8b..9eb30d3 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -79,8 +79,9 @@ The ldap backend exposes the following parameters: | | | | | **key: True** in the **attribute.yml** file| +--------------------------+----------+------------------------------------+--------------------------+--------------------------------------------+ | group_filter_tmpl | backends | The search filter template to | ldap search filter | The following variables are usable: | -| | | recover the groups of a given user | template | * **username**: the user key attribute | -| | | | | * **userdn**: the user ldap dn | +| | | recover the groups of a given user | template | | +| | | recover the groups of a given user | template | * **username**: the user's key attribute | +| | | | | * **userdn**: the user's ldap dn | +--------------------------+----------+------------------------------------+--------------------------+--------------------------------------------+ | group_attr. | backends | Member attribute template value | template | * is the member attribute | | | | | | in groups dn entries |