Authenticate against all trusted domains... in IIS 6?
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 Server Security > Authenticate against all trusted domains... in IIS 6?




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

    Authenticate against all trusted domains... in IIS 6?  
tec-jon


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


 
10-16-04 02:25 AM

I have a parent/child domain that I would like to have a basic authenticatio
n
website on. They are both 2003 native domains. We would like our users to no
t
have to use UPN or domain\user login formats. We have done a bit of research
and came across the following article:
http://support.microsoft.com/defaul...kb;en-us;168908
This would work great!... except that it makes no mention of IIS 6, and
attempting the same procedure as IIS 5 doesn't seem to work in 6. Has
Microsoft taken this extremely useful functionality away? Or have they just
not written anything down on how to do it with 6 yet?





[ Post a follow-up to this message ]



    Re: Authenticate against all trusted domains... in IIS 6?  
Ken Schaefer


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


 
10-16-04 02:25 AM

You can call Microsoft for the hotfix mentioned in:
http://support.microsoft.com/kb/827991

This functionality was removed because it caused problems in some cases
where there were user accounts in multiple domains that had the same
username (ie domain1\user and domain2\user). Because IIS doesn't know which
domain the account is from, it needs to rely on the messages coming back
from the various DCs, and sometimes you'd get an access denied because the
credentials weren't valid in one domain, but might have been valid in
another, however the DC from the first domain replied first (I think that's
what the problem was...)

Cheers
Ken

"tec-jon" <tec-jon@discussions.microsoft.com> wrote in message
news:3846FB6E-5026-437C-B8F5-61130472785C@microsoft.com...
>I have a parent/child domain that I would like to have a basic
>authentication
> website on. They are both 2003 native domains. We would like our users to
> not
> have to use UPN or domain\user login formats. We have done a bit of
> research
> and came across the following article:
> http://support.microsoft.com/defaul...kb;en-us;168908
> This would work great!... except that it makes no mention of IIS 6, and
> attempting the same procedure as IIS 5 doesn't seem to work in 6. Has
> Microsoft taken this extremely useful functionality away? Or have they
> just
> not written anything down on how to do it with 6 yet?







[ Post a follow-up to this message ]



    Re: Authenticate against all trusted domains... in IIS 6?  
tec-jon


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


 
10-16-04 02:25 AM

Seems like they could attempt to authenticate against all domains regardless
of identical usernames. They would have to recieve a failure from all domain
s
before the request would be failed. That way, if you had to users with the
name "tom", one in each domain, it would try tom in the first domain and
fail, but still try the second.

Anyway, thanks for the link. I got the hotfix and it seems to work great.

"Ken Schaefer" wrote:

> You can call Microsoft for the hotfix mentioned in:
> http://support.microsoft.com/kb/827991
>
> This functionality was removed because it caused problems in some cases
> where there were user accounts in multiple domains that had the same
> username (ie domain1\user and domain2\user). Because IIS doesn't know whic
h
> domain the account is from, it needs to rely on the messages coming back
> from the various DCs, and sometimes you'd get an access denied because the
> credentials weren't valid in one domain, but might have been valid in
> another, however the DC from the first domain replied first (I think that'
s
> what the problem was...)
>
> Cheers
> Ken
>
> "tec-jon" <tec-jon@discussions.microsoft.com> wrote in message
> news:3846FB6E-5026-437C-B8F5-61130472785C@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: Authenticate against all trusted domains... in IIS 6?  
Ken Schaefer


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


 
10-16-04 02:25 AM

That's not a particularly good way of doing it - what if you have lots of
domains? Or it takes a long time for 1 domain to reply?

The better solution is for users to authentication using user@domain or
domain\user (because that's what their credentials really are).

Cheers
Ken

"tec-jon" <tecjon@discussions.microsoft.com> wrote in message
news:0A0C2838-B840-4A90-AC6D-1775141DFAE2@microsoft.com...[vbcol=seagreen]
> Seems like they could attempt to authenticate against all domains
> regardless
> of identical usernames. They would have to recieve a failure from all
> domains
> before the request would be failed. That way, if you had to users with the
> name "tom", one in each domain, it would try tom in the first domain and
> fail, but still try the second.
>
> Anyway, thanks for the link. I got the hotfix and it seems to work great.
>
> "Ken Schaefer" wrote:
> 







[ Post a follow-up to this message ]



    Re: Authenticate against all trusted domains... in IIS 6?  
tec-jon


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


 
10-16-04 02:25 AM

I agree, but unfortunately my users (and I'm guessing lots of other people's
users) have a tough time figuring out UPN or domain\user.

Oh well.

Thanks again.

"Ken Schaefer" wrote:

> That's not a particularly good way of doing it - what if you have lots of
> domains? Or it takes a long time for 1 domain to reply?
>
> The better solution is for users to authentication using user@domain or
> domain\user (because that's what their credentials really are).
>
> Cheers
> Ken
>
> "tec-jon" <tecjon@discussions.microsoft.com> wrote in message
> news:0A0C2838-B840-4A90-AC6D-1775141DFAE2@microsoft.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: Authenticate against all trusted domains... in IIS 6?  
Ken Schaefer


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


 
10-16-04 02:25 AM

Some options?

You could create your own shortened upn suffix (eg yourCompanyName). Then
tell everyone that they need to use username@yourCompanyName to logon?

Or, you can make their upn the same as their email. That tends to help as
well...

Cheers
Ken

"tec-jon" <tecjon@discussions.microsoft.com> wrote in message
news:1DEA63A6-F0CD-4A1E-9A83-53891EB6BD86@microsoft.com...[vbcol=seagreen]
>I agree, but unfortunately my users (and I'm guessing lots of other
>people's
> users) have a tough time figuring out UPN or domain\user.
>
> Oh well.
>
> Thanks again.
>
> "Ken Schaefer" wrote:
> 







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:33 PM.      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