shared library for managing external user accounts

This commit is contained in:
Dan Cech
2018-02-08 17:13:58 -05:00
parent 1594ceeb6f
commit 1c5afa731f
23 changed files with 525 additions and 263 deletions

View File

@@ -116,7 +116,7 @@ type mockLdapAuthenticator struct {
syncSignedInUserCalled bool
}
func (a *mockLdapAuthenticator) Login(query *login.LoginUserQuery) error {
func (a *mockLdapAuthenticator) Login(query *m.LoginUserQuery) error {
return nil
}