You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
331 B
16 lines
331 B
#
|
|
# LDAP Defaults
|
|
#
|
|
|
|
# See ldap.conf(5) for details
|
|
# This file should be world readable but not world writable.
|
|
|
|
BASE dc=grafana,dc=org
|
|
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
|
|
|
|
SIZELIMIT 1000
|
|
#TIMELIMIT 15
|
|
#DEREF never
|
|
|
|
# TLS certificates (needed for GnuTLS)
|
|
TLS_CACERT /etc/ssl/certs/ca-certificates.crt
|
|
|