Displaying 1 result from an estimated 1 matches for "check_constrained_deleg".
2017 Jul 07
0
forest trust
...k1$\@SFB.TEST.SIP.OFFICE.GL at SFB.TEST.SIP.OFFICE.GL) as W7-WRK1$@
SFB.TEST.SIP.OFFICE.GL to w7-wrk1$\@
SFB.TEST.SIP.OFFICE.GL at SFB.TEST.SIP.OFFICE.GL not allowed
Kerberos: Failed building TGS-REP to ipv4:192.168.100.22:50515
problem with check constrained delegation
in /kdc/krb5tgs.c
function check_constrained_delegation
if(!krb5_realm_compare(context, client->entry.principal,
server->entry.principal)) {
ret = KRB5KDC_ERR_BADOPTION;
kdc_log(context, config, 0,
"Bad request for constrained delegation");
return ret;
}
this function just strcmp of realms char*
no idea why it failed