delegated_proxy_principal,
deleg_blob);
if (!NT_STATUS_IS_OK(nt_status)) {
- DEBUG(0, ("Building PAC failed: %s\n",
- nt_errstr(nt_status)));
+ DBG_ERR("samba_kdc_update_delegation_info_blob() failed: %s\n",
+ nt_errstr(nt_status));
talloc_free(mem_ctx);
return EINVAL;
}
&user_info_dc);
if (!NT_STATUS_IS_OK(nt_status)) {
talloc_free(mem_ctx);
+ DBG_ERR("samba_kdc_get_pac_blobs() failed: %s\n",
+ nt_errstr(nt_status));
return KRB5KDC_ERR_TGT_REVOKED;
}
*pac, pac_blob,
NULL, NULL);
if (!NT_STATUS_IS_OK(nt_status)) {
- DEBUG(0, ("Building PAC failed: %s\n",
- nt_errstr(nt_status)));
+ DBG_ERR("samba_kdc_update_pac_blob() failed: %s\n",
+ nt_errstr(nt_status));
talloc_free(mem_ctx);
return EINVAL;
}