fix(xo-server-auth-ldap): use this._tlsOptions
in bind
Introduced by 5870f6f73
This commit is contained in:
parent
c820646fb6
commit
5d497a1908
@ -203,7 +203,7 @@ class AuthLdap {
|
||||
|
||||
try {
|
||||
if (this._startTls) {
|
||||
await client.startTLS(this._clientOpts.tlsOptions)
|
||||
await client.startTLS(this._tlsOptions)
|
||||
}
|
||||
|
||||
// Bind if necessary.
|
||||
|
Loading…
Reference in New Issue
Block a user