Publishing and setting permissions to a Linux share to AD
Posted
by blsub6
on Server Fault
See other posts from Server Fault
or by blsub6
Published on 2010-05-28T00:39:18Z
Indexed on
2010/05/28
0:42 UTC
Read the original article
Hit count: 299
I have a Linux share that I want to publish to users on my Active Directory domain.
I'd like to be able to control the permissions to access that share using security groups.
So say I have a share named "Share" on my Linux machine named "Linux" with IP address 192.168.1.2. I publish \\192.168.1.2\Share
in AD and make it so that only people who are part of the "IT" security group can access it. What's to stop anyone who's not in the "IT" security group from just going to explorer and typing in \\192.168.1.2\Share
or \\Linux\Share
into their Explorer to access this share?
Do I need to set up permissions on the Linux file server?
© Server Fault or respective owner