We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d29c21 commit 5860d65Copy full SHA for 5860d65
configuration/rbac-role-based-access-control/supported-identity-providers.md
@@ -70,16 +70,20 @@ Set up LDAP auth [first](../authentication/ldap-active-directory.md)
70
- provider: ldap
71
type: group
72
value: "admin_staff"
73
+ - provider: ldap
74
+ type: user
75
+ value: "pepega"
76
```
77
78
### Active Directory
79
-Not yet supported, see [Issue 3741](https://github.com/kafbat/kafka-ui/issues/3741)
-
80
```yaml
- - provider: ldap_ad # NOT YET SUPPORTED, SEE ISSUE 3741
81
- type: group
82
- value: "admin_staff"
+ - provider: ldap_ad
+ type: group
83
+ value: "admin_staff"
84
85
86
+ value: "zoidberg"
87
88
89
### Okta
0 commit comments