Displaying 1 result from an estimated 1 matches for "kdc_log".
Did you mean:
dm_log
2017 Jul 07
0
forest trust
....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