mirror of
https://gitee.com/gitea/gitea
synced 2025-11-14 05:20:26 +08:00
Add option to use paged LDAP search when synchronizing users (#3895)
This commit is contained in:
@@ -25,6 +25,8 @@ type AuthenticationForm struct {
|
||||
AttributeSurname string
|
||||
AttributeMail string
|
||||
AttributesInBind bool
|
||||
UsePagedSearch bool
|
||||
SearchPageSize int
|
||||
Filter string
|
||||
AdminFilter string
|
||||
IsActive bool
|
||||
|
||||
Reference in New Issue
Block a user