char*ap_rfc1413(conn_rec *conn, server_rec *srv);
- Retrieve the remote user name, given socket structures. This implements RFC1413, which involves querying the client's identd or auth daemon.
- Parameters
conn The current connection srv The current server - Return Value
- The remote user name