mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-22 13:59:24 +00:00
feat: add custom ldap search filters (#216)
This commit is contained in:
@@ -23,6 +23,8 @@ export type AllAppConfig = AppConfig & {
|
||||
ldapBindDn: string;
|
||||
ldapBindPassword: string;
|
||||
ldapBase: string;
|
||||
ldapUserSearchFilter: string;
|
||||
ldapUserGroupSearchFilter: string;
|
||||
ldapSkipCertVerify: boolean;
|
||||
ldapAttributeUserUniqueIdentifier: string;
|
||||
ldapAttributeUserUsername: string;
|
||||
|
||||
Reference in New Issue
Block a user