Hi,
I have a customer that has an FTP solution for their users.
Users log on to ftp.domain.com and specify their network credentials.
This is a Windows 2000 IIS server and the FTP site has been set so that the
home directory points to \\SERVER\SHARE
Under \\SERVER\SHARE we have all the user's home directories and in each
home directory we have a private folder.
Each home directory allows access to IUSR_IISSERVER so that they can publish
web content and other people can surf in to their website.
The private folder is not accessible to IUSR.
On the FTP site the UNCUsername attribute has been removed so that the
authenticated user's credentials are used when connecting to \\SERVER\SHARE
So when they access the FTP site ftp.domain.com and specify their network
creds they get automatically redirected to their own home directory under
\\SERVER\SHARE
I have propsed that we change this solution for one based on webdav using
SSL.
So the architecture would look a little like this:
ISA 2004 (with SSL cert) -------- IIS 6.0 (Webdav Server) ---------- File
Server with home directories
Does anyone know if we can get the redirect to work with web dav?
i.e. A user browses to https://webdav.domain.com and then enters thier
network creds. They then get redirected to their home directory under
\\SERVER\SHARE
Or must we specify https://webdav.domain.com/userid
Thanks in advance for any help
Simon