After loving sudo utility on my Mac, I've discovered that Windows supports Runas, which is same thing as sudo - For those not familiar with UNIX, when you need to do something that you do not have the privilege, you can authenticate as an administrator for a brief period necessary to complete the task.
Anyway, the theory is that one could store backend in a folder and set Windows permission to deny everyone out, while granting full permission to a dummy account; let's call it "Access" (how apropos
). Once distributed, users need to click on a shortcut to a front-end which would then execute a shell command to runas "Access" and link the tables to the backend. The process would be transparent to the user yet if they tried to browse to the backend, they would be denied the access because the privilege is granted only to the specific instance of Access (provided that my understanding of the documentation is correct).
I wanted to test the theory, however, I'm afraid I'm a total rook when it comes to Windows security. My attempts to execute a runas command to open a command shell in another user account was foiled by curious error saying "Unable to acquire user's password" (though I have the password correct).
Maybe someone can help me out and test the theory and see if it would work out?
Anyway, the theory is that one could store backend in a folder and set Windows permission to deny everyone out, while granting full permission to a dummy account; let's call it "Access" (how apropos
I wanted to test the theory, however, I'm afraid I'm a total rook when it comes to Windows security. My attempts to execute a runas command to open a command shell in another user account was foiled by curious error saying "Unable to acquire user's password" (though I have the password correct).
Maybe someone can help me out and test the theory and see if it would work out?