Hi,
we have the same problem: we have realized SSO between EP and AD. Before installing KB974455 the integrated Window Authentification worked fine. Now, with KB974455 we get the following exception:
org.ietf.jgss.GSSException, major code: 1, minor code: 0
major string: Channel binding mismatch
minor string: ChannelBinding checksum failed verification
at com.ibm.security.jgss.i18n.I18NException.throwGSSException(I18NException.java:34)
at com.ibm.security.jgss.mech.krb5.k.a(k.java:409)
at com.ibm.security.jgss.mech.krb5.k.b(k.java:207)
at com.ibm.security.jgss.mech.krb5.k.acceptSecContext(k.java:76)
at com.ibm.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:353)
at com.ibm.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:79)
at com.sap.security.core.server.jaas.SPNegoLoginModule.doHandshake(SPNegoLoginModule.java:749)
at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:365)
at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:185)
at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
at java.security.AccessController.doPrivileged(AccessController.java:231)
at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:181)
at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
Our System:
Client: Windows XP SP2, IE 7.0.5730.13
Server OS: Linux (amd64) 2.6.16.60-0.33-smp
ADS LDAP: Windows 2003 Server
SAP Version: NetWeaver 7.0 SP18
JDK: j2sdk1.4.2_16-x64, IBM
With Firefox the IWA works still fine.
What can we do to fix the problem with IE?