]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth2.c
Merged hpn13v5 to trunk.
[gssapi-openssh.git] / openssh / auth2.c
index a7553ce2c3a2553a2e431f0c7510c4fc1923fef0..9227c631b4c32503330b5390b7f4f70c89628d39 100644 (file)
@@ -252,7 +252,8 @@ input_userauth_request(int type, u_int32_t seq, void *ctxt)
              user[0] ? user : "<implicit>", service, method);
        if (!log_flag) {
                logit("SSH: Server;Ltype: Authname;Remote: %s-%d;Name: %s", 
-                     get_remote_ipaddr(), get_remote_port(), user);
+                     get_remote_ipaddr(), get_remote_port(),
+              user[0] ? user : "<implicit>");
                log_flag = 1;
        }
        debug("attempt %d failures %d", authctxt->attempt, authctxt->failures);
This page took 0.034706 seconds and 4 git commands to generate.