From 851d4c9bea54059b375cc6b90b08887bc2ed3e25 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 19 Sep 2012 12:50:53 -0500 Subject: Add administration console --- servers/fpga_programming_server_lin/src/fpga_conn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servers/fpga_programming_server_lin/src/fpga_conn.cpp') diff --git a/servers/fpga_programming_server_lin/src/fpga_conn.cpp b/servers/fpga_programming_server_lin/src/fpga_conn.cpp index 406c76c..cd8ed0b 100644 --- a/servers/fpga_programming_server_lin/src/fpga_conn.cpp +++ b/servers/fpga_programming_server_lin/src/fpga_conn.cpp @@ -139,7 +139,7 @@ void FPGASocket::finishKerberosHandshake() { masterRealm = "(NULL)"; } if ((m_authenticatedUserName != masterUser) || (m_authenticatedRealmName != masterRealm)) { - printf("[DEBUG] Connection from %s closed due to authentication failure (attempted connection as user %s@%s)\n\r", m_remoteHost.ascii(), masterUser.ascii(), masterRealm.ascii()); + printf("[DEBUG] Connection from %s closed due to authentication failure (attempted connection as user %s@%s)\n\r", m_remoteHost.ascii(), m_authenticatedUserName.ascii(), m_authenticatedRealmName.ascii()); close(); return; } -- cgit v1.2.3