Docs: Add team sync specifics (#51254)

pull/51256/head
Jguer 3 years ago committed by GitHub
parent 4d02f73e5f
commit 4d2c293575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      docs/sources/setup-grafana/configure-security/configure-team-sync.md

@ -49,3 +49,12 @@ If you have already grouped some users into a team, then you can synchronize tha
- For Auth Proxy, this is the value we receive as part of the custom `Groups` header. - For Auth Proxy, this is the value we receive as part of the custom `Groups` header.
1. Click `Add group` to save. 1. Click `Add group` to save.
> Group matching is case insensitive.
## LDAP specific: wildcard matching
When using LDAP, you can use a wildcard (\*) in the common name attribute (CN)
to match any group in the corresponding Organizational Unit (OU).
Ex: `cn=*,ou=groups,dc=grafana,dc=org` can be matched by `cn=users,ou=groups,dc=grafana,dc=org`

Loading…
Cancel
Save