Skip to content

Commit 5860d65

Browse files
authored
Docs: Update RBAC LDAP AD (#29)
1 parent 8d29c21 commit 5860d65

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

configuration/rbac-role-based-access-control/supported-identity-providers.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,20 @@ Set up LDAP auth [first](../authentication/ldap-active-directory.md)
7070
- provider: ldap
7171
type: group
7272
value: "admin_staff"
73+
- provider: ldap
74+
type: user
75+
value: "pepega"
7376
```
7477
7578
### Active Directory
7679
77-
Not yet supported, see [Issue 3741](https://github.com/kafbat/kafka-ui/issues/3741)
78-
7980
```yaml
80-
- provider: ldap_ad # NOT YET SUPPORTED, SEE ISSUE 3741
81-
type: group
82-
value: "admin_staff"
81+
- provider: ldap_ad
82+
type: group
83+
value: "admin_staff"
84+
- provider: ldap_ad
85+
type: user
86+
value: "zoidberg"
8387
```
8488
8589
### Okta

0 commit comments

Comments
 (0)