MM-12488: Accepts parameters to search and filter LDAP groups. (#10418)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e94faea383
Коммит
5dbf8aec7d
@@ -19,6 +19,6 @@ type LdapInterface interface {
|
||||
GetAllLdapUsers() ([]*model.User, *model.AppError)
|
||||
MigrateIDAttribute(toAttribute string) error
|
||||
GetGroup(groupUID string) (*model.Group, *model.AppError)
|
||||
GetAllGroupsPage(page int, perPage int) ([]*model.Group, int, *model.AppError)
|
||||
GetAllGroupsPage(page int, perPage int, opts model.GroupSearchOpts) ([]*model.Group, int, *model.AppError)
|
||||
FirstLoginSync(userID, userAuthService, userAuthData string) *model.AppError
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user