ca136c7c22
* Add LDAP config instead sed use * Add container name * Add SizeLimit option to client and to server. Probably useless at this point, but it's better to have it then otherwise
17 lines
331 B
Plaintext
17 lines
331 B
Plaintext
#
|
|
# 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
|