From ee14fcf3cbcbd99e34aa3454acb6acd1f0579a07 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 30 Nov 2021 22:36:16 +1100 Subject: [PATCH] docs: fix tables (#2647) --- docs/configuration/authentication/ldap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/authentication/ldap.md b/docs/configuration/authentication/ldap.md index 53c2e975..4a558f56 100644 --- a/docs/configuration/authentication/ldap.md +++ b/docs/configuration/authentication/ldap.md @@ -190,6 +190,7 @@ Various replacements occur in the user and groups filter. The replacements eithe search. #### Users filter replacements + |Placeholder |Phase |Replacement | |:----------------------:|:-----:|:--------------------------------------------------------------:| |{username_attribute} |startup|The configured username attribute | @@ -198,6 +199,7 @@ search. |{input} |search |The input into the username field | #### Groups filter replacements + |Placeholder |Phase |Replacement | |:----------------------:|:-----:|:-------------------------------------------------------------------------:| |{input} |search |The input into the username field |