mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-10 05:13:17 +00:00
starttls: Support LDAP STARTTLS (#33)
* starttls: Support LDAP STARTTLS * starttls: Re-roll to preserve old config
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export class LdapConfiguration {
|
||||
ssl = false;
|
||||
starttls = true;
|
||||
tlsCaPath: string;
|
||||
sslAllowUnauthorized = false;
|
||||
sslCertPath: string;
|
||||
sslKeyPath: string;
|
||||
|
||||
Reference in New Issue
Block a user