Workgroup users

P

Peter Marshall

Have a standard web server /database server in a standard DMZ/Lan
configuration, both in a workgroup - is there a way of referring to a user
on one server from the other to give file read/write permissions eg on
server1 give permissions to server2\user, or on server2 give permissions to
server1\user? and what is the format for that?

Or should I put both servers in a domain?

tia

Peter Marshall
 
T

Tomasz Onyszko

Peter said:
Have a standard web server /database server in a standard DMZ/Lan
configuration, both in a workgroup - is there a way of referring to a user
on one server from the other to give file read/write permissions eg on
server1 give permissions to server2\user, or on server2 give permissions to
server1\user? and what is the format for that?

Or should I put both servers in a domain?
There is a simple trick based on Windows authentication mechanism
:).Create on both servers user accounts with exactly the same user name
and password and configure for them diesired rights.

When the user with username for exampel user1 from will try to access
resources on the server2 he will introduece server2 with his (current
log on) credentials. If on the server2 will be matching user1 account
with the same password user1 will be sucessfully authenticated

But sugested solution is to put the domain into work - this is the best
way to manage security in such environment.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top