Commit 4f91087d by Torkel Ödegaard

docs: minor updates, more work to do

parent 76bd173a
+++
title = "LDAP Sync with Grafana EE"
description = "LDAP Sync with Grafana EE Guide "
keywords = ["grafana", "configuration", "documentation", "ldap", "enterprise"]
type = "docs"
[menu.docs]
name = "LDAP Sync with Grafana EE"
identifier = "ldap-sync"
parent = "authentication"
weight = 2
+++
# LDAP Sync with Grafana EE
\ No newline at end of file
...@@ -52,8 +52,6 @@ This admin flag makes a user a `Super Admin`. This means they can access the `Se ...@@ -52,8 +52,6 @@ This admin flag makes a user a `Super Admin`. This means they can access the `Se
### Dashboard & Folder Permissions ### Dashboard & Folder Permissions
> Introduced in Grafana v5.0
{{< docs-imagebox img="/img/docs/v50/folder_permissions.png" max-width="500px" class="docs-image--right" >}} {{< docs-imagebox img="/img/docs/v50/folder_permissions.png" max-width="500px" class="docs-image--right" >}}
For dashboards and dashboard folders there is a **Permissions** page that make it possible to For dashboards and dashboard folders there is a **Permissions** page that make it possible to
......
...@@ -4,7 +4,7 @@ description = "Anonymous authentication " ...@@ -4,7 +4,7 @@ description = "Anonymous authentication "
keywords = ["grafana", "configuration", "documentation", "anonymous"] keywords = ["grafana", "configuration", "documentation", "anonymous"]
type = "docs" type = "docs"
[menu.docs] [menu.docs]
name = "Anonymous Auth" name = "Anonymous"
identifier = "anonymous-auth" identifier = "anonymous-auth"
parent = "authentication" parent = "authentication"
weight = 4 weight = 4
......
...@@ -6,5 +6,5 @@ type = "docs" ...@@ -6,5 +6,5 @@ type = "docs"
name = "Authentication" name = "Authentication"
identifier = "authentication" identifier = "authentication"
parent = "admin" parent = "admin"
weight = 1 weight = 3
+++ +++
\ No newline at end of file
...@@ -9,20 +9,30 @@ parent = "authentication" ...@@ -9,20 +9,30 @@ parent = "authentication"
weight = 1 weight = 1
+++ +++
## [auth] # Authentication
### disable_login_form Grafana provides many ways to authenticate users. By default it will use local users & passwords stored in the Grafana
database.
## Settings
Via the [server ini config file]({{< relref "installation/debian.md" >}}) you can setup many different authentication methods. Auth settings
are documented below.
### [auth]
#### disable_login_form
Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false. Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false.
### disable_signout_menu #### disable_signout_menu
Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false. Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false.
<hr> <hr>
## [auth.basic] ### [auth.basic]
### enabled #### enabled
When enabled is `true` (default) the http api will accept basic authentication. When enabled is `true` (default) the http api will accept basic authentication.
<hr> <hr>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment