-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.yml
44 lines (43 loc) · 1.63 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
config:
grafana:
# URL of the target grafana-server.
url: localhost:3000
# Protocol to use when connecting to grafana (http, https)
protocol: http
# User account name with admin rights on target grafana-server.
user: admin
# Password of account with admin rights on target grafana-server.
password: admin
# Grafana Organization ID that should be used to insert the teams.
# org_id: 1
ldap:
# Set to True if NTLM should be used for LDAP.
useNTLM: True
# If True, SSL will be used for connection to LDAP.
useSSL: False
# URL of the source LDAP-Server.
url: ldap.forumsys.com
# Port of the ldap instance provided in the url-variable.
port: 389
# Group search-base of the source LDAP-Server.
groupSearchBase: dc=example,dc=com
# Filter that should be used for the group search.
groupSearchFilter:
# Search recursively through groups
searchRecusrively: False
# Search-Base for user objects on the LDAP-Server.
userSearchBase: dc=example,dc=com
# Filter that should be used for user searches.
userSearchFilter:
# Attribute name under which the members of a group object can be found.
memberAttributeName: uniqueMember
# Name of the attribute which should be used as login in grafana.
userLoginAttribute: uid
# Name of the attribute which should be used as Name in grafana.
userNameAttribute: cn
# Name of the attribute which should be used as mail in grafana.
userMailAttribute: mail
# Login for the LDAP-Server.
login: test\cn=read-only-admin,dc=example,dc=com
# Password for the LDAP-Server.
password: password