mirror of https://github.com/grafana/grafana
Devenv:LDAP: couple simplifications for LDAP (#17807)
* 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 otherwisepull/17852/head
parent
5836427794
commit
ca136c7c22
@ -0,0 +1,16 @@ |
||||
# |
||||
# 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 |
Loading…
Reference in new issue