Setting up an FTP using Isolate users using Active Directory
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS FTP Server > Setting up an FTP using Isolate users using Active Directory




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Setting up an FTP using Isolate users using Active Directory  
Sabo, Eric


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

I read the documentation about this, but it does not tell you what I need to
put into the FTProot or FTPDir.   Basically I want to be able to redirect
the user to their home directory.    Are there any whitepapers on this?

--
Eric Sabo
NT Administrator







[ Post a follow-up to this message ]



    Re: Setting up an FTP using Isolate users using Active Directory  
Bernard


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

Try this article -
http://www.microsoft.com/technet/tr...l_as_isoftp.asp

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...



"Sabo, Eric" <sabo_e@cup.edu> ????
news:ejTdYgi1DHA.3224@tk2msftngp13.phx.gbl...
quote:
> I read the documentation about this, but it does not tell you what I need
to
quote:
> put into the FTProot or FTPDir. Basically I want to be able to redirect > the user to their home directory. Are there any whitepapers on this? > > -- > Eric Sabo > NT Administrator > >




[ Post a follow-up to this message ]



    Re: Setting up an FTP using Isolate users using Active Directory  
Sabo, Eric


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

Bernard,
That article really isn't clear.   Really all the documentation on
this subject is really vague in describe how one would do this.

What we want to do is set the FTP site up on a front-end server (web
server), this server would then go to a back-end server (file and print).

Example.
USER1   needs to get to his \\servername\sharename\user1

When I know that we have to populate the following fields in the
active directory for this user, they are msIIS-FTPRoot and msIIS-FTPDir,
what would we put in these fields to get this to work.


"Bernard" <qbernard@hotmail.com.discuss> wrote in message
news:%23fO0kol1DHA.2324@TK2MSFTNGP09.phx.gbl...
quote:
> Try this article - >
http://www.microsoft.com/technet/tr...l_as_isoftp.asp
quote:
> > -- > Regards, > Bernard Cheah > http://support.microsoft.com/ > Please respond to newsgroups only ... > > > > "Sabo, Eric" <sabo_e@cup.edu> ???? > news:ejTdYgi1DHA.3224@tk2msftngp13.phx.gbl... need[QUOTE] > to redirect[QUOTE] > >




[ Post a follow-up to this message ]



    Re: Setting up an FTP using Isolate users using Active Directory  
Jeff Cochran


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

On Fri, 9 Jan 2004 09:04:04 -0500, "Sabo, Eric" <sabo_e@cup.edu>
wrote:
quote:
>Bernard, > That article really isn't clear. Really all the documentation on >this subject is really vague in describe how one would do this. > > What we want to do is set the FTP site up on a front-end server (we b >server), this server would then go to a back-end server (file and print). > > Example. > USER1 needs to get to his \\servername\sharename\user1 > > When I know that we have to populate the following fields in th e >active directory for this user, they are msIIS-FTPRoot and msIIS-FTPDir, >what would we put in these fields to get this to work.
The FTPRoot and FTPdir get concatenated to the user folder, as in FTPRoot\FTPDir. Set the FTPRoot to the folder root of where you want the user, and FTPDir to the last directory. I don't believe you can use sharenames though, so if in your case: \\servername\sharename Is really c:\data\users The to go to \\servername\sharename\user1 you would use: FTPRoot: c:\data\users FTPDir: user1 Don't use the trailing backslash on the FTPRoot path. Make sure the user has appropriate rights to the folder as well, and that the folder exists. Jeff
quote:
>"Bernard" <qbernard@hotmail.com.discuss> wrote in message >news:%23fO0kol1DHA.2324@TK2MSFTNGP09.phx.gbl... >http://www.microsoft.com/technet/tr...l_as_isoftp.asp >need >redirect >




[ Post a follow-up to this message ]



    Re: Setting up an FTP using Isolate users using Active Directory  
Sabo, Eric


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

Jeff,
These directories actually will not be located on the front-end server,
that is why I want to use \\servername\sharename

In the documentation it states you can use UNC naming convention.


"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
news:3fffd0f6.616688691@msnews.microsoft.com...
quote:
> On Fri, 9 Jan 2004 09:04:04 -0500, "Sabo, Eric" <sabo_e@cup.edu> > wrote: > on[QUOTE] (web[QUOTE] the[QUOTE] > > The FTPRoot and FTPdir get concatenated to the user folder, as in > FTPRoot\FTPDir. Set the FTPRoot to the folder root of where you want > the user, and FTPDir to the last directory. I don't believe you can > use sharenames though, so if in your case: > > \\servername\sharename > > Is really c:\data\users > > The to go to \\servername\sharename\user1 you would use: > > FTPRoot: c:\data\users > FTPDir: user1 > > Don't use the trailing backslash on the FTPRoot path. Make sure the > user has appropriate rights to the folder as well, and that the folder > exists. > > Jeff > > > >http://www.microsoft.com/technet/tr...echnet/prodtech
nol/windowsserver2003/proddocs/standard/cl_as_isoftp.asp
quote:
this?[QUOTE] >




[ Post a follow-up to this message ]



    Re: Setting up an FTP using Isolate users using Active Directory  
Bernard


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

I tried only local path before, but not on UNC. If you test to
point the path locally, does it work ?

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...



"Sabo, Eric" <sabo_e@cup.edu> ????
news:ecFEjzs1DHA.2680@tk2msftngp13.phx.gbl...
quote:
> Jeff, > These directories actually will not be located on the front-end
server,
quote:
> that is why I want to use \\servername\sharename > > In the documentation it states you can use UNC naming convention. > > > "Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message > news:3fffd0f6.616688691@msnews.microsoft.com... > on > (web print).[QUOTE] in[QUOTE] > the msIIS-FTPDir,[QUOTE] > >http://www.microsoft.com/technet/tr...echnet/prodtech > nol/windowsserver2003/proddocs/standard/cl_as_isoftp.asp I[QUOTE] > this? > >




[ Post a follow-up to this message ]



    Re: Setting up an FTP using Isolate users using Active Directory  
Sabo, Eric


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

We think we resolved this issue.

But the documentation is lacking on this subject.


"Bernard" <qbernard@hotmail.com.discuss> wrote in message
news:%23shrR9N2DHA.1760@TK2MSFTNGP10.phx.gbl...
quote:
> I tried only local path before, but not on UNC. If you test to > point the path locally, does it work ? > > -- > Regards, > Bernard Cheah > http://support.microsoft.com/ > Please respond to newsgroups only ... > > > > "Sabo, Eric" <sabo_e@cup.edu> ???? > news:ecFEjzs1DHA.2680@tk2msftngp13.phx.gbl... > server, documentation[QUOTE] server[QUOTE] > print). > in > msIIS-FTPDir, > >http://www.microsoft.com/technet/tr...echnet/prodtech what[QUOTE] > I > >




[ Post a follow-up to this message ]



    Re: Setting up an FTP using Isolate users using Active Directory  
Bernard


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 06:53 AM

And how do you solve it ?

was it with different syntax or permission issue or ???


--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...



"Sabo, Eric" <sabo_e@cup.edu> ????
news:ux51HZd2DHA.2948@TK2MSFTNGP09.phx.gbl...
quote:
> We think we resolved this issue. > > But the documentation is lacking on this subject. > > > "Bernard" <qbernard@hotmail.com.discuss> wrote in message > news:%23shrR9N2DHA.1760@TK2MSFTNGP10.phx.gbl... > documentation > server \\servername\sharename\user1[QUOTE][colo r=darkred] fields[QUOTE] want[QUOTE] folder[QUOTE] > >http://www.microsoft.com/technet/tr...echnet/prodtech > what to[QUOTE] on[QUOTE] > >




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:01 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register