mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-31 21:28:11 +09: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