problem with krb5.conf. This prevents confusing users who look
for kdc.conf trouble rather than krb5.conf trouble, which is what
they should be looking at on a kadm5 client.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14676
dc483132-0cff-0310-8789-
dd5450dbe970
+2002-07-31 Tom Yu <tlyu@mit.edu>
+
+ * kadm_err.et: Add KADM5_MISSING_KRB5_CONF_PARAMS, indicating a
+ problem with krb5.conf. This prevents confusing users who look
+ for kdc.conf trouble rather than krb5.conf trouble, which is what
+ they should be looking at on a kadm5 client.
+
2002-06-04 Ken Raeburn <raeburn@mit.edu>
* get_admhst.c: Deleted.
error_code KADM5_AUTH_SETKEY, "Operation requires ``set-key'' privilege"
error_code KADM5_SETKEY_DUP_ENCTYPES, "Multiple values for single or folded enctype"
error_code KADM5_SETV4KEY_INVAL_ENCTYPE, "Invalid enctype for setv4key"
-end
error_code KADM5_SETKEY3_ETYPE_MISMATCH, "Mismatched enctypes for setkey3"
+error_code KADM5_MISSING_KRB5_CONF_PARAMS, "Missing parameters in krb5.conf required for kadmin client"
+end