]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth.c
openssh-3.6.1p2-gssapi-20030430.diff from Simon
[gssapi-openssh.git] / openssh / auth.c
index 1268accb1ba1bb08c578b64218be00c476de21b0..ccedf9dcb0f6163a803373a4b8e369760745e94d 100644 (file)
@@ -263,7 +263,7 @@ auth_log(Authctxt *authctxt, int authenticated, char *method, char *info)
            authmsg,
            method,
            authctxt->valid ? "" : "illegal user ",
-           authctxt->user,
+           (authctxt->user[0]) ? authctxt->user : "<implicit>",
            get_remote_ipaddr(),
            get_remote_port(),
            info);
This page took 0.037933 seconds and 4 git commands to generate.