mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
add starttls field to ldap in Config interface
Signed-off-by: Bennet Bleßmann <bb-github@t-online.de>
This commit is contained in:
parent
a194156b0f
commit
2aac53670e
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ export interface Config {
|
||||||
usernameField: string;
|
usernameField: string;
|
||||||
useridField: string;
|
useridField: string;
|
||||||
tlsca: string;
|
tlsca: string;
|
||||||
|
starttls?: boolean;
|
||||||
tlsOptions: {
|
tlsOptions: {
|
||||||
ca: string[];
|
ca: string[];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue