mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 15:02:28 +08:00
Basic Auth now supports LDAP username and password (#6940)
This commit is contained in:

committed by
Torkel Ödegaard

parent
0841e841f5
commit
5777f65d05
@ -18,7 +18,7 @@ Currently you can authenticate via an `API Token` or via a `Session cookie` (acq
|
||||
## Basic Auth
|
||||
|
||||
If basic auth is enabled (it is enabled by default) you can authenticate your HTTP request via
|
||||
standard basic auth.
|
||||
standard basic auth. Basic auth will also authenticate LDAP users.
|
||||
|
||||
curl example:
|
||||
```
|
||||
|
Reference in New Issue
Block a user