Debugging authident, adding new config file
[tpg/opendispense2.git] / src / server / server.c
index 05ee547..2bcd8d3 100644 (file)
@@ -597,6 +597,7 @@ void Server_Cmd_AUTHIDENT(tClient *Client, char *Args)
        // Get username via IDENT
        username = ident_id(Client->Socket, ident_timeout);
        if( !username ) {
+               perror("AUTHIDENT - IDENT timed out");
                sendf(Client->Socket, "403 Authentication failure: IDENT auth timed out\n");
                return ;
        }

UCC git Repository :: git.ucc.asn.au