fix(xo-server-auth-ldap): use this._tlsOptions in bind

Introduced by 5870f6f73
This commit is contained in:
Julien Fontanet 2020-05-17 16:48:57 +02:00
parent c820646fb6
commit 5d497a1908

View File

@ -203,7 +203,7 @@ class AuthLdap {
try {
if (this._startTls) {
await client.startTLS(this._clientOpts.tlsOptions)
await client.startTLS(this._tlsOptions)
}
// Bind if necessary.