add starttls field to ldap in Config interface

Signed-off-by: Bennet Bleßmann <bb-github@t-online.de>
This commit is contained in:
Bennet Bleßmann 2020-08-05 00:07:15 +02:00
parent a194156b0f
commit 2aac53670e
No known key found for this signature in database
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -127,6 +127,7 @@ export interface Config {
usernameField: string;
useridField: string;
tlsca: string;
starttls?: boolean;
tlsOptions: {
ca: string[];
};