Loading onboard/onboard.go +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ func logAuthFailure(clientIP, clientPort, fingerprint string) { return } defer sl.Close() _ = sl.Warning(fmt.Sprintf("Failed shibboleth from %s port %s (key %s)", clientIP, clientPort, fingerprint)) _ = sl.Warning(fmt.Sprintf("Failed shibboleth from %s port %s (key %s) pid %d", clientIP, clientPort, fingerprint, os.Getpid())) } // Run executes the onboarding flow. fingerprint is the SHA256 Loading Loading
onboard/onboard.go +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ func logAuthFailure(clientIP, clientPort, fingerprint string) { return } defer sl.Close() _ = sl.Warning(fmt.Sprintf("Failed shibboleth from %s port %s (key %s)", clientIP, clientPort, fingerprint)) _ = sl.Warning(fmt.Sprintf("Failed shibboleth from %s port %s (key %s) pid %d", clientIP, clientPort, fingerprint, os.Getpid())) } // Run executes the onboarding flow. fingerprint is the SHA256 Loading