feat: add custom ldap search filters (#216)

This commit is contained in:
Kyle Mendell
2025-02-08 11:16:57 -06:00
committed by GitHub
parent 0751540d7d
commit 626f87d592
7 changed files with 38 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ export type AllAppConfig = AppConfig & {
ldapBindDn: string;
ldapBindPassword: string;
ldapBase: string;
ldapUserSearchFilter: string;
ldapUserGroupSearchFilter: string;
ldapSkipCertVerify: boolean;
ldapAttributeUserUniqueIdentifier: string;
ldapAttributeUserUsername: string;