Now, I'm a little confused as far as the passwords go. I've read the documentation, the samples, and everything, yet I'm still unclear as to how this all works. Forgive me if I seem a little dense!
As an example, I'm trying to make the client have to type in, say, "testing" as the password. Would I have my helpdesk.txt read like this:
Code: Select all
-connect remote.me.com:5601 -passwd ask
If so, then where in the server/viewer do I put in the password "testing" to make sure that the client is entering in the correct password?
Secondly, what if I want to distribute, say, five different client EXEs to people? How can I set up their accounts on the server/viewer?
I apologize if this seems silly, but I'm just kind of confused as to how all the authentication works. When we store the MD5 hash of a password in the helpdesk.txt file, is that MD5 hash then sent to the server/viewer in order to check it against their hash? If so, where is that information kept?
If somebody has an easy example of how to create a basic authentication system, I would really appreciate it! I'm sure I can then learn how to tweak it. It's just, the documentation I found (like this thread: [topic=10844][/topic]) leave me kind of confused as to the proper use of -passwd, -id, and so on.
Thanks in advance!