kdc: Finish incomplete log message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
9ba687cf22
commit
ffac143401
@@ -1633,7 +1633,7 @@ match_ms_upn_san(krb5_context context,
|
|||||||
}
|
}
|
||||||
if (size != list.val[0].length) {
|
if (size != list.val[0].length) {
|
||||||
free_MS_UPN_SAN(&upn);
|
free_MS_UPN_SAN(&upn);
|
||||||
kdc_log(context, config, 0, "Trailing data in ");
|
kdc_log(context, config, 0, "Trailing data in MS UPN SAN");
|
||||||
ret = KRB5_KDC_ERR_CLIENT_NAME_MISMATCH;
|
ret = KRB5_KDC_ERR_CLIENT_NAME_MISMATCH;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user