mirror of
https://github.com/project-zot/zot.git
synced 2026-06-19 05:57:57 +08:00
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:
@@ -175,6 +175,7 @@ type LDAPConfig struct {
|
||||
UserGroupAttribute string
|
||||
BaseDN string
|
||||
UserAttribute string
|
||||
UserFilter string
|
||||
CACert string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user