William A. Rowe, Jr. wrote:
Tatham Oddie (Fuel Advance) wrote:

To make this work in IIS I click two checkboxes ... why is it so hard in
Apache?

Because Apache != IIS?  FYI this doesn't work on Unix either.  Well it's
possible to adapt.

...possible to adapt an MPM such as perchild, or one of the various third
party MPM's, to do user-by-vhost or user-by-auth'ed user.

On Unix any user can be impersonated, on Win32 kernel processes can't
impersonate without an impersonation (login) token.  So mod_auth_sspi,
by logging the user through the NT auth database, has a token it can use
to impersonate on the thread for the duration of the request.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to