Merge branch '18301-wb1-cancel-button-fix'. Closes #18301.
[arvados.git] / lib / controller / localdb / login_ldap.go
index 49f557ae5b9ce50a8f7c3ceb59cc0fb31b50e187..3f13c7b27aafed09f1c6b201270e034ca9c011d9 100644 (file)
@@ -26,7 +26,7 @@ type ldapLoginController struct {
 }
 
 func (ctrl *ldapLoginController) Logout(ctx context.Context, opts arvados.LogoutOptions) (arvados.LogoutResponse, error) {
-       return noopLogout(ctrl.Cluster, opts)
+       return logout(ctx, ctrl.Cluster, opts)
 }
 
 func (ctrl *ldapLoginController) Login(ctx context.Context, opts arvados.LoginOptions) (arvados.LoginResponse, error) {