mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00: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