Provide a flag to avoid using TLS for LDAP connections if the user
really wants to (not enabled by default)
To enable it we just need to pass -insecureldap as a flag to the server binary or add "insecureldap": true to server.json:
{"ldap": {
"host": "ldap.host",
"insecureldap": true,
...
Provide a flag to avoid using TLS for LDAP connections if the user really wants to (not enabled by default)
To enable it we just need to pass -insecureldap as a flag to the server binary or add "insecureldap": true to server.json: {"ldap": { "host": "ldap.host", "insecureldap": true, ...