Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Sat, 21 Jun 2008 21:26:58 -0700 (PDT),    group: microsoft.public.inetserver.iis.ftp        back       


Account to logon to ftp site   
I have setup an FTP website on my server and can logon and upload/
download files which is great,
I have setup a user, ftp, on my system to be used to logon to the ftp
website (non anonymous logon).

However, in order to access the ftp website, the account name needs to
be ftp@<domain name>.local as the username and NOT just ftp (which I
would like it be be). However, I am able to logon as administrator,
without specifying the prefix @<domain name>.local,

I have tried deleting the User Logon Name and leaving User Logon Name
(pre Windows 2000) as per the Account tab on the user profile in AD
but this had no affect.


Any ideas on how to configure a ftp user so that all the need to type
in as a user is ftp????
date: Sat, 21 Jun 2008 21:26:58 -0700 (PDT)   author:   PromisedOyster

Re: Account to logon to ftp site   
is this ftp server inside any AD domain?
if not, doubt you need the @domain.com part.

you can also try this.
FTP Service's DefaultLogonDomain Not Available in MMC
http://support.microsoft.com/?id=184319



-- 
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/


"PromisedOyster"  wrote in message 
news:d7346908-9b36-4082-9b18-b05f22989f60@p39g2000prm.googlegroups.com...
>I have setup an FTP website on my server and can logon and upload/
> download files which is great,
> I have setup a user, ftp, on my system to be used to logon to the ftp
> website (non anonymous logon).
>
> However, in order to access the ftp website, the account name needs to
> be ftp@<domain name>.local as the username and NOT just ftp (which I
> would like it be be). However, I am able to logon as administrator,
> without specifying the prefix @<domain name>.local,
>
> I have tried deleting the User Logon Name and leaving User Logon Name
> (pre Windows 2000) as per the Account tab on the user profile in AD
> but this had no affect.
>
>
> Any ideas on how to configure a ftp user so that all the need to type
> in as a user is ftp????
>
date: Mon, 23 Jun 2008 10:14:54 +0800   author:   Bernard Cheah [MVP] uss

Re: Account to logon to ftp site   
On Jun 23, 12:14 pm, "Bernard Cheah [MVP]"
<qbern...@hotmail.com.discuss> wrote:
> is this ftp server inside any AD domain?
> if not, doubt you need the @domain.com part.
>
> you can also try this.
> FTP Service's DefaultLogonDomain Not Available in MMChttp://support.microsoft.com/?id=184319
>
> --
> Regards,
> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>
> "PromisedOyster"  wrote in message
>
> news:d7346908-9b36-4082-9b18-b05f22989f60@p39g2000prm.googlegroups.com...
>
>
>
> >I have setup an FTP website on my server and can logon and upload/
> > download files which is great,
> > I have setup a user, ftp, on my system to be used to logon to the ftp
> > website (non anonymous logon).
>
> > However, in order to access the ftp website, the account name needs to
> > be ftp@<domain name>.local as the username and NOT just ftp (which I
> > would like it be be). However, I am able to logon as administrator,
> > without specifying the prefix @<domain name>.local,
>
> > I have tried deleting the User Logon Name and leaving User Logon Name
> > (pre Windows 2000) as per the Account tab on the user profile in AD
> > but this had no affect.
>
> > Any ideas on how to configure a ftp user so that all the need to type
> > in as a user is ftp????- Hide quoted text -
>
> - Show quoted text -

Yes, the FTP server is within an AD domain.
I am not sure I am game enough to run these tools though. I can live
with the fact that I have to put domain name in, I was just wondering
if there was an easier fix???
date: Mon, 23 Jun 2008 07:04:33 -0700 (PDT)   author:   PromisedOyster

Re: Account to logon to ftp site   
You can just follow the KB article and specify the domain name via 
adsutil.vbs
-- 
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/


"PromisedOyster"  wrote in message 
news:b4ecc927-df9f-4b74-b976-f3145b537af1@r37g2000prm.googlegroups.com...
On Jun 23, 12:14 pm, "Bernard Cheah [MVP]"
<qbern...@hotmail.com.discuss> wrote:
> is this ftp server inside any AD domain?
> if not, doubt you need the @domain.com part.
>
> you can also try this.
> FTP Service's DefaultLogonDomain Not Available in 
> MMChttp://support.microsoft.com/?id=184319
>
> --
> Regards,
> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>
> "PromisedOyster"  wrote in message
>
> news:d7346908-9b36-4082-9b18-b05f22989f60@p39g2000prm.googlegroups.com...
>
>
>
> >I have setup an FTP website on my server and can logon and upload/
> > download files which is great,
> > I have setup a user, ftp, on my system to be used to logon to the ftp
> > website (non anonymous logon).
>
> > However, in order to access the ftp website, the account name needs to
> > be ftp@<domain name>.local as the username and NOT just ftp (which I
> > would like it be be). However, I am able to logon as administrator,
> > without specifying the prefix @<domain name>.local,
>
> > I have tried deleting the User Logon Name and leaving User Logon Name
> > (pre Windows 2000) as per the Account tab on the user profile in AD
> > but this had no affect.
>
> > Any ideas on how to configure a ftp user so that all the need to type
> > in as a user is ftp????- Hide quoted text -
>
> - Show quoted text -

Yes, the FTP server is within an AD domain.
I am not sure I am game enough to run these tools though. I can live
with the fact that I have to put domain name in, I was just wondering
if there was an easier fix???
date: Wed, 25 Jun 2008 21:25:46 +0800   author:   Bernard Cheah [MVP] uss

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us