[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Password change?



Václav Hůla <ax@natur.cuni.cz> writes:

> And is changing kpasswdd.c around line 404 from:
>
>         reply_priv (auth_context, s, sa, sa_size, KRB5_KPASSWD_HARDERROR,
>                     "Internal error");
>
>
> to:
>
>         reply_priv (auth_context, s, sa, sa_size, KRB5_KPASSWD_HARDERROR,
>                     krb5_get_err_text(context, ret));
>
> sufficient, or it can bring more problems?

I don't know, but in this case I think it should be
KRB5_KPASSWD_SOFTERROR also.