mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-20 06:15:37 +00: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;
|
||||
useridField: string;
|
||||
tlsca: string;
|
||||
starttls?: boolean;
|
||||
tlsOptions: {
|
||||
ca: string[];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue