Combining AD permissions with FTP
Posted
by
user64204
on Server Fault
See other posts from Server Fault
or by user64204
Published on 2011-11-17T16:59:18Z
Indexed on
2011/11/17
17:55 UTC
Read the original article
Hit count: 255
We're using Windows Server 2008 with Active Directory controlling access to a network share. We've setup FTP so that people can access that share from outside (we used to use the PPTP VPN but for various reasons we need to switch to FTP). So far here is what we've managed to implement on the FTP:
-The network share is used as the FTP root (defined as a UNC) and that is working fine.
-AD authentication is working fine (wrong password and you stay out, good password you're in, password management in AD correctly synched with the FTP).
-AD permissions are failing: the AD permissions on the content of the FTP root are ignored: it's either a user only has read or write access, but this applies to the whole FTP root, which obviously isn't suitable since that FTP root is initially our network share and files/folders have different AD permissions depending on people's groups...
Whether we set the permissions through the share OR the FTP management interface, AD permissions are never enforced.
Q1: Is that normal?
Q2: If so what solutions exist to combine AD permissions with FTP on MS server 2008?
Q3: If not, where should I look to fix the configuration?
© Server Fault or respective owner