Hello,
Finally a correct configuration has been found and it's working in v9.9.8
In the server:
Allow AD logon : enabled
AD server : ldap dns record
In the client console,
server: servername.domain
type: SPN identity
Principal name : servername.domain (and NOT HOST/servername.domain)
No idea why it's different for me but it's working.
Rgds
Jonathan
Thats very interesting! Could you please go to CMD and type: setspn -l SERVERNAME
And show the results?
This configuration worked for me, too. On my client PC, I set:
Server: SERVER1
type: SPN identity
Principal name: server1.domain.tld.
Setting the principal name to HOST/server1.domain.tld did not work.
Here's the output of setspn -l SERVER1
Registered ServicePrincipalNames for CN=SERVER1,OU=Servers,DC=Domain,DC=tld:
WSMAN/SERVER1
WSMAN/SERVER1.Domain.tld
TERMSRV/SERVER1
TERMSRV/SERVER1.Domain.tld
RestrictedKrbHost/SERVER1
RestrictedKrbHost/SERVER1.Domain.tld
MSSQLSvc/server1.domain.tld:1132
HOST/SERVER1
HOST/server1.Domain.tld