From ba75784c1aeeababb949faa1a97d68ec8666dc7c Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Thu, 5 Dec 2024 11:30:15 +0000 Subject: [PATCH] Update api-ref.adoc Escape {0} to remove build warning --- docs/modules/ROOT/pages/api-ref.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/api-ref.adoc b/docs/modules/ROOT/pages/api-ref.adoc index e98a1793..961b6eb7 100644 --- a/docs/modules/ROOT/pages/api-ref.adoc +++ b/docs/modules/ROOT/pages/api-ref.adoc @@ -1293,8 +1293,8 @@ m| adminGroups | Members of these groups and its nested groups have admin privil m| userGroups | Members of these groups and its nested groups have read and write privileges on the Management Center. m| []string | true | - m| readonlyUserGroups | Members of these groups and its nested groups have only read privilege on the Management Center. m| []string | true | - m| metricsOnlyGroups | Members of these groups and its nested groups have the privilege to see only the metrics on the Management Center. m| []string | true | - -m| userSearchFilter | LDAP search filter expression to search for the users. For example, uid={0} searches for a username that matches with the uid attribute. m| string | true | - -m| groupSearchFilter | LDAP search filter expression to search for the groups. For example, uniquemember={0} searches for a group that matches with the uniquemember attribute. m| string | true | - +m| userSearchFilter | LDAP search filter expression to search for the users. For example, uid=\{0} searches for a username that matches with the uid attribute. m| string | true | - +m| groupSearchFilter | LDAP search filter expression to search for the groups. For example, uniquemember=\{0} searches for a group that matches with the uniquemember attribute. m| string | true | - m| nestedGroupSearch | NestedGroupSearch enables searching for nested LDAP groups. m| bool | true | false |===