micronmega
MIS
i setup a web page that allows our support group to unlock accounts and reset passwords. It works great when i force basic authentication. When i remove basic authentication, and turn on integrated authentication, it fails with access denied on the setinfo command.
I've changed Com to impersonate, and i've made the compter account be trusted for delegation in AD. All my clients are win2k and this is running on iis5. The page is able to identify the person accessing it, for example by doing repsonse.write (request.servervariables("logon_user" it returns my account when i access it, and i'm domain admin.
I just want to be able to not use Basic authentication, anyone have any ideas as to what i am missing?
Thanks
I've changed Com to impersonate, and i've made the compter account be trusted for delegation in AD. All my clients are win2k and this is running on iis5. The page is able to identify the person accessing it, for example by doing repsonse.write (request.servervariables("logon_user" it returns my account when i access it, and i'm domain admin.
I just want to be able to not use Basic authentication, anyone have any ideas as to what i am missing?
Thanks