Hi Speedy - thanks for taking the time to write the guide in the first place Image may be NSFW.
Clik here to view.
the ldap all works fine and i've checked all the basic things.
i've even run some wireshark packet sniffing to try to watch what is going on - i can see the kerberos negotiation but i can't tell at that level what the issue is. All i get in the logs are the errors i posted originally - i'm hoping someone can shed some light on what they mean? surely the spark debug log means that the negotiation has taken place, but something on the openfire server is not correct. is there no further logging that can be turned up on the openfire server?
my conf files are below but i dont think there is a problem with them...
i'd appreciate any comments!
gss.conf:
com.sun.security.jgss.accept {
com.sun.security.auth.module.Krb5LoginModule
required
storeKey=true
keyTab="C:/Openfire/resources/xmpp.keytab"
doNotPrompt=true
useKeyTab=true
realm="MYDOMAIN.COM"
isInitiator=false
principal="xmpp/jabber.mydomain.com@MYDOMAIN.COM"
debug=true;
};
krb5.ini file contents:
[libdefaults]
default_realm = MYDOMAIN.COM
[realms]
SAXONWEALD.COM = {
kdc = srvdc02.mydomain.com
admin_server = srvdc02.mydomain.com
default_domain = mydomain.com
}
[domain_realms]
mydomain.com = MYDOMAIN.COM
.mydomain.com = MYDOMAIN.COM