Skip to content

Commit bf61a89

Browse files
authored
Fix some typos in the configuration settings and update one description (#2620) (#2622)
Based on neo-technology/neo4j#33061 and #2612. Replaces #2612.
1 parent 7ba2223 commit bf61a89

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4058,7 +4058,7 @@ m|++++++
40584058
|Description
40594059
a|A list of attribute names on a user object that contains groups to be used for mapping to roles when LDAP authorization is enabled. This setting is ignored when `dbms.ldap_authorization_nested_groups_enabled` is `true`.
40604060
|Valid values
4061-
a|A comma-separated list where each element is a string, which Can not be empty.
4061+
a|A comma-separated list where each element is a string, which cannot be empty.
40624062
|Default value
40634063
m|+++memberOf+++
40644064
|===
@@ -4181,7 +4181,7 @@ m|+++false+++
41814181
|Description
41824182
a|The name of the base object or named context to search for user objects when LDAP authorization is enabled. A common case is that this matches the last part of `<<config_dbms.security.ldap.authentication.user_dn_template,dbms.security.ldap.authentication.user_dn_template>>`.
41834183
|Valid values
4184-
a|A string that Can not be empty.
4184+
a|A string that cannot be empty.
41854185
|Default value
41864186
m|+++ou=users,dc=example,dc=com+++
41874187
|===
@@ -4330,7 +4330,7 @@ m|+++false+++
43304330
|Description
43314331
a|Expected values of the Audience (aud) claim in the id token.
43324332
|Valid values
4333-
a|A comma-separated list where each element is a string, which Can not be empty.
4333+
a|A comma-separated list where each element is a string, which cannot be empty.
43344334
|===
43354335

43364336

@@ -4411,8 +4411,7 @@ a|A string that must be semicolon-separated list of key-value pairs or empty
44114411
|===
44124412
|Description
44134413
a|The claim to use as the list of groups in Neo4j. These could be Neo4J roles directly, or can be mapped using dbms.security.oidc.<provider>.authorization.group_to_role_mapping.
4414-
The JWT claim may also contain a single group returned as A string. as well as a list of groups as was previously required.
4415-
4414+
The claim specified should be a string type representing a single group, or an array of strings representing multiple groups.
44164415
|Valid values
44174416
a|A string.
44184417
|===
@@ -4426,7 +4425,7 @@ a|A string.
44264425
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
44274426
|===
44284427
|Description
4429-
a|The claim to use as the username in Neo4j. This would typically be sub, but in some situations it may be be desirable to use something else such as email.
4428+
a|The claim to use as the username in Neo4j. This would typically be sub, but in some situations it may be desirable to use something else such as email.
44304429
|Valid values
44314430
a|A string.
44324431
|Default value

0 commit comments

Comments
 (0)