feat(ldap): allow to customize user filter (#2927)

feat(ldap): allow to customize user filter (#2927)

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
Vladimir Ermakov
2025-01-31 16:32:07 +01:00
committed by GitHub
parent 05823cd74f
commit 4fcd1079f7
5 changed files with 57 additions and 18 deletions
+1
View File
@@ -175,6 +175,7 @@ type LDAPConfig struct {
UserGroupAttribute string
BaseDN string
UserAttribute string
UserFilter string
CACert string
}