|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
IIS Challenge for Password. WinXP authenticates differently than Win2k.To Whom It May Concern:
Problem: Windows XP tries to authenticate with IIS as IIS_Machinename\Username Where I'd like to get it to do it like Win2k used to do and authenticate with IIS as Domain\Username I recently migrated IIS from a domain controller where the way the WinXP machines authenticate would have worked. But all my users are untrained and I'd hate to send out a company wide e-mail telling people to start using Domainname\Username. If any of you know of some IIS setting I could change, or Group Policy setting or script I could run to change a setting please let me know. Regards, Benjamin Chan Let me reiterate what your question is:
You want all users to automatically authenticate as their own domain\username to an IIS server. What you want is the way that it works by default. Nothing has really changed. You need to make sure: 1. All clients and servers are in a domain (or different domains, as long as you've established the cross-domain trusts) 2. Enabled only Integrated authentication on IIS (make sure anonymous access is disabled). When you have this configured, users just log onto their machines using their domain\username, and it automatically gets passed to IIS as domain\username. Works like this with NT4, W2K, XP, and WS03. If I've misunderstood your question, then please clarify what you mean by: > Windows XP tries to authenticate with IIS as Do you mean XP runs as IUSR_Machinename on IIS, or IIS_Machinename\Username> IIS_Machinename\Username ? Because the former means that the local user on XP is unrecognized on IIS (by-design -- machines not inside a domain have no knowledge of user accounts on other machines), so it authenticated as the anonymous user on IIS. The latter does not make any sense to me and would be something specific to your domain that you need to fix. -- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Benjamin Chan" <bchan[nospam]@[nospam]controlproductsinc.com> wrote in To Whom It May Concern:message news:%23vLOgtSQFHA.4020@tk2msftngp13.phx.gbl... Problem: Windows XP tries to authenticate with IIS as IIS_Machinename\Username Where I'd like to get it to do it like Win2k used to do and authenticate with IIS as Domain\Username I recently migrated IIS from a domain controller where the way the WinXP machines authenticate would have worked. But all my users are untrained and I'd hate to send out a company wide e-mail telling people to start using Domainname\Username. If any of you know of some IIS setting I could change, or Group Policy setting or script I could run to change a setting please let me know. Regards, Benjamin Chan What if I want the users to authenticate as username and the domain is
defaulted? I have already defaulted the directory in the directory security, but it requires domain\username. Help?? Show quoteHide quote "David Wang [Msft]" wrote: > Let me reiterate what your question is: > You want all users to automatically authenticate as their own > domain\username to an IIS server. > > What you want is the way that it works by default. Nothing has really > changed. You need to make sure: > 1. All clients and servers are in a domain (or different domains, as long as > you've established the cross-domain trusts) > 2. Enabled only Integrated authentication on IIS (make sure anonymous access > is disabled). > > When you have this configured, users just log onto their machines using > their domain\username, and it automatically gets passed to IIS as > domain\username. Works like this with NT4, W2K, XP, and WS03. > > > If I've misunderstood your question, then please clarify what you mean by: > > Windows XP tries to authenticate with IIS as > > IIS_Machinename\Username > > Do you mean XP runs as IUSR_Machinename on IIS, or IIS_Machinename\Username > ? Because the former means that the local user on XP is unrecognized on IIS > (by-design -- machines not inside a domain have no knowledge of user > accounts on other machines), so it authenticated as the anonymous user on > IIS. The latter does not make any sense to me and would be something > specific to your domain that you need to fix. > > -- > //David > IIS > http://blogs.msdn.com/David.Wang > This posting is provided "AS IS" with no warranties, and confers no rights. > // > "Benjamin Chan" <bchan[nospam]@[nospam]controlproductsinc.com> wrote in > message news:%23vLOgtSQFHA.4020@tk2msftngp13.phx.gbl... > To Whom It May Concern: > > Problem: > Windows XP tries to authenticate with IIS as IIS_Machinename\Username > > Where I'd like to get it to do it like Win2k used to do and authenticate > with IIS as Domain\Username > > I recently migrated IIS from a domain controller where the way the WinXP > machines authenticate would have worked. But all my users are untrained and > I'd hate to send out a company wide e-mail telling people to start using > Domainname\Username. > > If any of you know of some IIS setting I could change, or Group Policy > setting or script I could run to change a setting please let me know. > > Regards, > Benjamin Chan > > > > What IIS version.
What Authentication Protocol. By design, Integrated Authentication is going to require a domain. But if you configured it properly, Integrated Authentication should not result in a popup. -- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "kbob287" <kbob***@discussions.microsoft.com> wrote in message What if I want the users to authenticate as username and the domain isnews:89A54696-C24E-47A8-80AA-4080512B15D0@microsoft.com... defaulted? I have already defaulted the directory in the directory security, but it requires domain\username. Help?? Show quoteHide quote "David Wang [Msft]" wrote: > Let me reiterate what your question is: > You want all users to automatically authenticate as their own > domain\username to an IIS server. > > What you want is the way that it works by default. Nothing has really > changed. You need to make sure: > 1. All clients and servers are in a domain (or different domains, as long as > you've established the cross-domain trusts) > 2. Enabled only Integrated authentication on IIS (make sure anonymous access > is disabled). > > When you have this configured, users just log onto their machines using > their domain\username, and it automatically gets passed to IIS as > domain\username. Works like this with NT4, W2K, XP, and WS03. > > > If I've misunderstood your question, then please clarify what you mean by: > > Windows XP tries to authenticate with IIS as > > IIS_Machinename\Username > > Do you mean XP runs as IUSR_Machinename on IIS, or IIS_Machinename\Username > ? Because the former means that the local user on XP is unrecognized on IIS > (by-design -- machines not inside a domain have no knowledge of user > accounts on other machines), so it authenticated as the anonymous user on > IIS. The latter does not make any sense to me and would be something > specific to your domain that you need to fix. > > -- > //David > IIS > http://blogs.msdn.com/David.Wang > This posting is provided "AS IS" with no warranties, and confers no rights. > // > "Benjamin Chan" <bchan[nospam]@[nospam]controlproductsinc.com> wrote in > message news:%23vLOgtSQFHA.4020@tk2msftngp13.phx.gbl... > To Whom It May Concern: > > Problem: > Windows XP tries to authenticate with IIS as IIS_Machinename\Username > > Where I'd like to get it to do it like Win2k used to do and authenticate > with IIS as Domain\Username > > I recently migrated IIS from a domain controller where the way the WinXP > machines authenticate would have worked. But all my users are untrained and > I'd hate to send out a company wide e-mail telling people to start using > Domainname\Username. > > If any of you know of some IIS setting I could change, or Group Policy > setting or script I could run to change a setting please let me know. > > Regards, > Benjamin Chan > > > > In my set up IIS 6 is running on a server machine in the domain but no a
domain controller. When the user enters an unqualified user name and password, authentication fails and the client user name is replaced by IIS_server_name.domain_name.com\user_name how do I get the server to default to domain_name.com instead of IIS_server_name.domain_name.com? Show quoteHide quote "David Wang [Msft]" wrote: > What IIS version. > What Authentication Protocol. > > By design, Integrated Authentication is going to require a domain. But if > you configured it properly, Integrated Authentication should not result in a > popup. > > -- > //David > IIS > http://blogs.msdn.com/David.Wang > This posting is provided "AS IS" with no warranties, and confers no rights. > // > "kbob287" <kbob***@discussions.microsoft.com> wrote in message > news:89A54696-C24E-47A8-80AA-4080512B15D0@microsoft.com... > What if I want the users to authenticate as username and the domain is > defaulted? I have already defaulted the directory in the directory > security, > but it requires domain\username. Help?? > > "David Wang [Msft]" wrote: > > > Let me reiterate what your question is: > > You want all users to automatically authenticate as their own > > domain\username to an IIS server. > > > > What you want is the way that it works by default. Nothing has really > > changed. You need to make sure: > > 1. All clients and servers are in a domain (or different domains, as long > as > > you've established the cross-domain trusts) > > 2. Enabled only Integrated authentication on IIS (make sure anonymous > access > > is disabled). > > > > When you have this configured, users just log onto their machines using > > their domain\username, and it automatically gets passed to IIS as > > domain\username. Works like this with NT4, W2K, XP, and WS03. > > > > > > If I've misunderstood your question, then please clarify what you mean by: > > > Windows XP tries to authenticate with IIS as > > > IIS_Machinename\Username > > > > Do you mean XP runs as IUSR_Machinename on IIS, or > IIS_Machinename\Username > > ? Because the former means that the local user on XP is unrecognized on > IIS > > (by-design -- machines not inside a domain have no knowledge of user > > accounts on other machines), so it authenticated as the anonymous user on > > IIS. The latter does not make any sense to me and would be something > > specific to your domain that you need to fix. > > > > -- > > //David > > IIS > > http://blogs.msdn.com/David.Wang > > This posting is provided "AS IS" with no warranties, and confers no > rights. > > // > > "Benjamin Chan" <bchan[nospam]@[nospam]controlproductsinc.com> wrote in > > message news:%23vLOgtSQFHA.4020@tk2msftngp13.phx.gbl... > > To Whom It May Concern: > > > > Problem: > > Windows XP tries to authenticate with IIS as IIS_Machinename\Username > > > > Where I'd like to get it to do it like Win2k used to do and authenticate > > with IIS as Domain\Username > > > > I recently migrated IIS from a domain controller where the way the WinXP > > machines authenticate would have worked. But all my users are untrained > and > > I'd hate to send out a company wide e-mail telling people to start using > > Domainname\Username. > > > > If any of you know of some IIS setting I could change, or Group Policy > > setting or script I could run to change a setting please let me know. > > > > Regards, > > Benjamin Chan > > > > > > > > > > > "Jonathan Palmer" <JonathanPal***@discussions.microsoft.com> wrote in Answered in your other post ... can we keep it to one thread?message news:807C90F4-B86C-4AA9-8C6F-CF9ABF521B8B@microsoft.com... > In my set up IIS 6 is running on a server machine in the domain but no a > domain controller. When the user enters an unqualified user name and > password, authentication fails and the client user name is replaced by > IIS_server_name.domain_name.com\user_name > > how do I get the server to default to domain_name.com instead of > IIS_server_name.domain_name.com? -- Tom Kaminski IIS MVP http://www.microsoft.com/windowsserver2003/community/centers/iis/ http://mvp.support.microsoft.com/ http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
Show quote
Hide quote
"Tom Kaminski [MVP]" wrote: I have the same problem and I did not find the other post you mentioned above.> "Jonathan Palmer" <JonathanPal***@discussions.microsoft.com> wrote in > message news:807C90F4-B86C-4AA9-8C6F-CF9ABF521B8B@microsoft.com... > > In my set up IIS 6 is running on a server machine in the domain but no a > > domain controller. When the user enters an unqualified user name and > > password, authentication fails and the client user name is replaced by > > IIS_server_name.domain_name.com\user_name > > > > how do I get the server to default to domain_name.com instead of > > IIS_server_name.domain_name.com? > > Answered in your other post ... can we keep it to one thread? > > -- > Tom Kaminski IIS MVP > http://www.microsoft.com/windowsserver2003/community/centers/iis/ > http://mvp.support.microsoft.com/ > http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS > > > Hi, So it would be nice when other people can also participate from this solution. Regards. Search for Integrated Authenticatoin - Default to the main domain
Tom's reference was http://support.microsoft.com/?id=258063 "Jonathan Palmer" wrote: Sorry - this is not very helpful.> Search for Integrated Authenticatoin - Default to the main domain > > Tom's reference was http://support.microsoft.com/?id=258063 > > The question is why the client tried to authenticate with "iis_servername.domain.com\username" instead of "domain.com\username" ? If IIS uses integrated authentication, the domain gives the credentials for accessing the IIS. On the other hand, why is this behavior unique to xp pro and not to win2k pro ? In win2k pro I enter username\password and erverthing works fine.
IIS 6 conflict using port 443 for NON-SSL traffic
How to tell if IIS lockdown Tool is installed? Intranet problem - 404 and 405 errors IIS6, WIN2k3SP1 and integrated authentication Failure posting files to iis6.0 using ssl client authentication URLScan as an attack vector? Anonymous access request certificate immediately Looking for suggestions on how to clean up ACL - W2k+IIS How to run IIS with User rights |
|||||||||||||||||||||||