You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _security/authentication-backends/ldap.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -509,6 +509,7 @@ Name | Description
509
509
`resolve_nested_roles`| Boolean. Whether or not to resolve nested roles. Default is `false`.
510
510
`max_nested_depth`| Integer. When `resolve_nested_roles` is `true`, this defines the maximum number of nested roles to traverse. Setting smaller values can reduce the amount of data retrieved from LDAP and improve authentication times at the cost of failing to discover deeply nested roles. Default is `30`.
511
511
`skip_users`| Array of users that should be skipped when retrieving roles. Wildcards and regular expressions are supported.
512
+
`exclude_roles`| Array of roles that should be excluded when retrieving roles. Wildcards are supported.
512
513
`nested_role_filter`| Array of role DNs that should be filtered before resolving nested roles. Wildcards and regular expressions are supported.
513
514
`rolesearch_enabled`| Boolean. Enable or disable the role search. Default is `true`.
514
515
`custom_attr_allowlist`| String array. Specifies the LDAP attributes that should be made available for variable substitution.
0 commit comments