more logging
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2556 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -158,7 +158,7 @@ as_rep(krb5_context context,
|
|||||||
&len);
|
&len);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
ret = KRB5KRB_AP_ERR_BAD_INTEGRITY;
|
ret = KRB5KRB_AP_ERR_BAD_INTEGRITY;
|
||||||
kdc_log(0, "Failed to decode PA-DATA -- %s", client_name);
|
kdc_log(5, "Failed to decode PA-DATA -- %s", client_name);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -171,6 +171,8 @@ as_rep(krb5_context context,
|
|||||||
free_EncryptedData(&enc_data);
|
free_EncryptedData(&enc_data);
|
||||||
if(ret){
|
if(ret){
|
||||||
e_text = "Failed to decrypt PA-DATA";
|
e_text = "Failed to decrypt PA-DATA";
|
||||||
|
kdc_log (5, "Failed to decrypt PA-DATA -- %s",
|
||||||
|
client_name);
|
||||||
ret = KRB5KRB_AP_ERR_BAD_INTEGRITY;
|
ret = KRB5KRB_AP_ERR_BAD_INTEGRITY;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -182,6 +184,8 @@ as_rep(krb5_context context,
|
|||||||
if(ret){
|
if(ret){
|
||||||
e_text = "Failed to decode PA-ENC-TS-ENC";
|
e_text = "Failed to decode PA-ENC-TS-ENC";
|
||||||
ret = KRB5KRB_AP_ERR_BAD_INTEGRITY;
|
ret = KRB5KRB_AP_ERR_BAD_INTEGRITY;
|
||||||
|
kdc_log (5, "Failed to decode PA-ENC-TS_ENC -- %s",
|
||||||
|
client_name);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
patime = p.patimestamp;
|
patime = p.patimestamp;
|
||||||
|
Reference in New Issue
Block a user