Re: KRB_AP_ERR_MODIFIED
From: JustinNg (justinng_at_msn.com)
Date: 11/16/04
- Next message: Gary: "Re: 2 Questions - IIS6 Novice"
- Previous message: Ken Schaefer: "Re: 2 Questions - IIS6 Novice"
- In reply to: Jörgen: "KRB_AP_ERR_MODIFIED"
- Next in thread: Jörgen: "Re: KRB_AP_ERR_MODIFIED"
- Reply: Jörgen: "Re: KRB_AP_ERR_MODIFIED"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 16 Nov 2004 21:55:26 +0800
"Jörgen" <Jörgen@discussions.microsoft.com> wrote in message
news:8BC71ECF-E72D-4F77-AF7F-1421877D03A2@microsoft.com...
> The error below occurs periodically when running a webapplication (.net).
> The
> server is a Windows 2003 and the clients run Windows XP. It is a intranet
> with Windows integrated authentication.
>
> "The kerberos client received a KRB_AP_ERR_MODIFIED error from the server
> host/pasp1h1.forsmark.se. This indicates..." Source: Kerberos, id=4.
>
> While you are using the webapplication a loginform popup periodically.
> Sometimes it works to login, but not always. If you leave the webform open
> in
> IE for about 30 minutes and then return and click some link the loginform
> always popup. It works for a while if you close and reopen IE.
>
> The iis applicationpool runs under a domain user because the
> webapplication
> needs to write files on a fileserver.
>
> We have a testserver where the webapplication works with no problems. I
> set
> up a new webserver but got the same problem. If I use the IP-adress
> instead
> of the servername in IE it seems too work. If the applicationpool runs
> under
> the Network service it also works.
>
> Thanks in advance for any help!
> //Jörgen
>
Kerberos is quite sensitive to connections that use user accounts to run
services. refer to
http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/sec_auth_intwinauth_forcentlm.mspx
You can disable Kerberos and use NTLM instead by using vbscript or editing
the metabase.
cscript adsutil.vbs set w3svc/1/NTAuthenticationProviders "Negotiate,NTLM"
- Next message: Gary: "Re: 2 Questions - IIS6 Novice"
- Previous message: Ken Schaefer: "Re: 2 Questions - IIS6 Novice"
- In reply to: Jörgen: "KRB_AP_ERR_MODIFIED"
- Next in thread: Jörgen: "Re: KRB_AP_ERR_MODIFIED"
- Reply: Jörgen: "Re: KRB_AP_ERR_MODIFIED"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|