01-26-07 06:32 AM
OK. Thanks! Your suggestion seems to solve the specific problem I
mentioned.
I was looking at "integrated authentication" because I was eventually going
to put some ASP pages on the web site that would execute some processes
using user's own AD privilleges (rather than as some generic "IUSR_..."
account). I'm still curious as to why what I did earlier did not work.
Best Regards,
CM
"ohaya" <ohaya@cox.net> wrote in message
news:e5hS6v3PHHA.4124@TK2MSFTNGP06.phx.gbl...[vbcol=seagreen]
> Hi,
>
> I think the problem may be that you have "Integrated Windows
> Authentication" enabled plus the require client certs, plus anonymous is
> disabled.
>
> Instead, try:
>
> Integrated Windows Authentication - unchecked
> Anonymous - checked
>
> I'm not sure about the DS mapping, haven't looked at that lately, but what
> that would do, when it works, is log you "into" IIS as the mapped domain
> user. If I recall, for this to work, your users also all have to have the
> userPrincipalName attribute populated in AD, and the Subject in the client
> cert has to be formatted in a certain way (again, it's been awhile, so
> take that last part with a "grain of salt").
>
> Jim
>
>
>
> C Low wrote:
[ Post a follow-up to this message ]
|