mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-12488: Accepts parameters to search and filter LDAP groups. (#10418)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user