|
Home > Archive > IIS FTP Server > February 2004 > DefaultLogonDomain on IIS 6.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
DefaultLogonDomain on IIS 6.0
|
|
| Tito Huq 2004-01-30, 5:35 am |
| I am trying to find a way to set the "DefaultLogonDomain"
for an FTP site on IIS 6.0. I am finding MS KB articles to
do it on IIS 4.0 and IIS 5.0, but I can't find anything on
IIS 6.0.
I am able to set the Default domain on a Website without a
problem and it works from FP.
Has anyone been able to set Default domain for a FTP site?
Any help will be greatly appreciated.
Thanks.
Tito
| |
| Yogita Manghnani [MSFT] 2004-01-30, 7:38 am |
| Hello Tito,
You can specify a metabase key for FTP site for the Default Logon domain.
Search in IIS6 help for the word "defaultlogondomain". To set this for a
specific FTP site:
1) Open command prompt and navigate to C:\inetpub\adminscripts and run the
command below
2) cscript adsutil.vbs set msftpsvc/<siteid>/defaultlogondomain "<domain
name>"
3) restart IIS
In the command in step2, the <siteid> is the site id of the FTP site. To
find this value, right click on the FTP site in the IIS MMC-> click on
Properties-> click on the Properties button in the Enable Logging section
under the FTP site tab-> at the very bottom you see the Log File Name:
msftpsvc<siteid>/exyymmdd.log
Alternately, if you have only one FTP site, you can set this property at
the root by running the command: cscript adsutil.vbs set
msftpsvc/defaultlogondomain "<domain name>" instead of cscript adsutil.vbs
set msftpsvc/<siteid>/defaultlogondomain "<domain name>"
Let me know how it goes.
Thanks,
Yogita Manghnani
Microsoft Developer Support
Internet Information Server
****************************************
*****************************[QUOTE][col
or=darkred]
account name for newsgroup participation only.<<
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2003 Microsoft Corporation. All rights reserved.
****************************************
*****************************
| |
| Paul Lynch 2004-01-30, 11:35 am |
| On Fri, 30 Jan 2004 10:35:22 -0800, "Tito Huq"
<anonymous@discussions.microsoft.com> wrote:
quote:
>I am trying to find a way to set the "DefaultLogonDomain"
>for an FTP site on IIS 6.0. I am finding MS KB articles to
>do it on IIS 4.0 and IIS 5.0, but I can't find anything on
>IIS 6.0.
>
>I am able to set the Default domain on a Website without a
>problem and it works from FP.
>
>Has anyone been able to set Default domain for a FTP site?
>
>Any help will be greatly appreciated.
>
>Thanks.
>Tito
Tito,
Try here :
http://www.microsoft.com/technet/tr...rg_tas_cvhf.asp
URL may wrap.
Regards,
Paul Lynch
MCSE
| |
| Tito Huq 2004-02-02, 12:34 am |
| Yogita,
Thanks for your help. This worked.
Tito Huqquote:
>-----Original Message-----
>Hello Tito,
>You can specify a metabase key for FTP site for the=20
Default Logon domain.=20quote:
>Search in IIS6 help for the word "defaultlogondomain". To=20
set this for a=20quote:
>specific FTP site:
>1) Open command prompt and navigate to=20
C:\inetpub\adminscripts and run the=20quote:
>command below
>2) cscript adsutil.vbs set=20
msftpsvc/<siteid>/defaultlogondomain "<domain=20quote:
>name>"
>3) restart IIS
>
>In the command in step2, the <siteid> is the site id of=20
the FTP site. To=20quote:
>find this value, right click on the FTP site in the IIS=20
MMC-> click on=20quote:
>Properties-> click on the Properties button in the Enable=20
Logging section=20quote:
>under the FTP site tab-> at the very bottom you see the=20
Log File Name:=20quote:
>msftpsvc<siteid>/exyymmdd.log
>
>Alternately, if you have only one FTP site, you can set=20
this property at=20quote:
>the root by running the command: cscript adsutil.vbs set=20
>msftpsvc/defaultlogondomain "<domain name>" instead of=20
cscript adsutil.vbs=20quote:
>set msftpsvc/<siteid>/defaultlogondomain "<domain name>"
>
>Let me know how it goes.
>
>Thanks,
>Yogita Manghnani
>Microsoft Developer Support
>Internet Information Server
>
> ****************************************
******************
***********quote:
is an online=20[QUOTE][color=darkred]
>account name for newsgroup participation only.<<
>
>This posting is provided "AS IS" with no warranties, and=20
confers no rights.=20quote:
>You assume all risk for your use.=20
>
>=A9 2003 Microsoft Corporation. All rights reserved.
> ****************************************
******************
***********quote:
>
>.
>
|
|
|
|
|