You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("Error reloading principal after CAS failure: %w", err)
721
721
}
722
+
ifp==nil {
723
+
returnbase.ErrNotFound
724
+
}
722
725
}
723
726
base.InfofCtx(auth.LogCtx, base.KeyAuth, "Unable to update principal after %d attempts. Principal:%s Error:%v", PrincipalUpdateMaxCasRetries, base.UD(p.Name()), err)
base.WarnfCtx(ctx, "Error reloading active db.user[%s], security information will not be recalculated until next authentication --> %+v", base.UD(db.user.Name()), err)
3182
+
} elseifuser==nil {
3183
+
base.WarnfCtx(ctx, "Active db.user[%s] no longer exists; security information will not be recalculated until next authentication", base.UD(db.user.Name()))
0 commit comments