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

krb5_set_password result_codes?



Hi,

When calling krb5_set_password_using_ccache against Microsoft AD with
a password that does not meet the password complexity requirements,
krb5_rd_priv returns success but result_code_string->data has 00 01. The
results is a result_code out parameter with a value of 1 and the password
is not set.

What is the error code 1?