Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
add config setting for LdapPictureAttributeSet (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbishel committed Sep 15, 2020
1 parent 1838b6c commit 285e410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export type ClientConfig = {
LdapLoginFieldName: string;
LdapNicknameAttributeSet: string;
LdapPositionAttributeSet: string;
LdapPictureAttributeSet: string;
LockTeammateNameDisplay: string;
MaxFileSize: string;
MaxNotificationsPerChannel: string;
Expand Down

0 comments on commit 285e410

Please sign in to comment.