Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Map krb5 generic error to domain offline
Browse files Browse the repository at this point in the history
  • Loading branch information
rali committed Sep 13, 2016
1 parent b64f471 commit 2564bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwadvapi/include/public/krb5error-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static const struct krb5err_lwerr krb5err_lwerr_map[] = {
LWERR(KRB5KRB_AP_PATH_NOT_ACCEPTED, LW_ERROR_KRB5KRB_AP_PATH_NOT_ACCEPTED),
LWERR(KRB5KRB_ERR_RESPONSE_TOO_BIG, LW_ERROR_KRB5KRB_ERR_RESPONSE_TOO_BIG),

LWERR(KRB5KRB_ERR_GENERIC, LW_ERROR_KRB5KRB_ERR_GENERIC),
LWERR(KRB5KRB_ERR_GENERIC, LW_ERROR_DOMAIN_IS_OFFLINE),
LWERR(KRB5KRB_ERR_FIELD_TOOLONG, LW_ERROR_KRB5KRB_ERR_FIELD_TOOLONG),
LWERR(KRB5KDC_ERR_CLIENT_NOT_TRUSTED, LW_ERROR_KRB5KDC_ERR_CLIENT_NOT_TRUSTED),
LWERR(KRB5KDC_ERR_KDC_NOT_TRUSTED, LW_ERROR_KRB5KDC_ERR_KDC_NOT_TRUSTED),
Expand Down

0 comments on commit 2564bf4

Please sign in to comment.