[arvados] updated: 2.1.0-3065-gd760c01e2

git repository hosting git at public.arvados.org
Thu Nov 17 01:46:45 UTC 2022


Summary of changes:
 lib/pam/testclient.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d760c01e23eb731235aee6e47c5a4b0aeed1d275 (commit)
      from  f080dcbd0d27b7e830a1c0c544f049212ed79e61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d760c01e23eb731235aee6e47c5a4b0aeed1d275
Author: Tom Clegg <tom at curii.com>
Date:   Wed Nov 16 20:46:09 2022 -0500

    Fix unused debug variable.
    
    refs #19779
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/pam/testclient.go b/lib/pam/testclient.go
index 33bd47a35..02a278c0e 100644
--- a/lib/pam/testclient.go
+++ b/lib/pam/testclient.go
@@ -76,7 +76,7 @@ func main() {
 	}
 	err = tx.Authenticate(pam.DisallowNullAuthtok)
 	if err != nil {
-		err = fmt.Errorf("PAM: %s (message = %q)", err, errorMessage)
+		err = fmt.Errorf("PAM: %s (message = %q, sentPassword = %v)", err, errorMessage, sentPassword)
 		logrus.WithError(err).Print("authentication failed")
 		os.Exit(1)
 	}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list