1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-10 21:33:20 +00:00

update jslib. tweaks to start tls

This commit is contained in:
Kyle Spearrin
2020-03-04 11:31:35 -05:00
parent 20bb5a4926
commit bf27872973
5 changed files with 39 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
export class LdapConfiguration {
ssl = false;
starttls = true;
startTls = false;
tlsCaPath: string;
sslAllowUnauthorized = false;
sslCertPath: string;