We are trying to implement a special solution for Growl for Windows. We tell the Growl client to subscribe to notifications from our server. The server then receives a message from the client via GNTP (Growl Exchange Protocol). We require a username registered on the client machine in order to search the database. GNTP does not provide this information.
So, we have a connected client socket (and, therefore, an IP address) and a message from this client containing its machine name.
Is there any possible way to determine the username registered on the specified computer? We have access to Windows domain services.
source
share