1
1
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:
Lauris BH
2018-05-05 17:30:47 +03:00
committed by GitHub
parent 7467ff3d94
commit 501fb228e6
7 changed files with 59 additions and 2 deletions

View File

@ -25,6 +25,8 @@ type AuthenticationForm struct {
AttributeSurname string
AttributeMail string
AttributesInBind bool
UsePagedSearch bool
SearchPageSize int
Filter string
AdminFilter string
IsActive bool