+Thu Mar 23 23:28:26 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * kdb5_edit.c (show_principal, parse_princ_args): Add
+ "support_desmd5" flag.
+
Tue Mar 14 16:29:05 1995 <tytso@rsx-11.mit.edu>
* ss_wrapper.c (main): Set the return code from ss_execute_line(),
NULL, /* 0x00000800 */
"DISALLOW_SVR", /* 0x00001000 */
"PWCHANGE_SERVICE", /* 0x00002000 */
+ "SUPPORT_DESMD5", /* 0x00004000 */
/* yes abuse detail that rest are initialized to NULL */
};
{"requires_hwauth", 15, KRB5_KDB_REQUIRES_HW_AUTH, 0},
{"needchange", 10, KRB5_KDB_REQUIRES_PWCHANGE, 0},
{"allow_svr", 9, KRB5_KDB_DISALLOW_SVR, 1},
- {"password_changing_service",25,KRB5_KDB_PWCHANGE_SERVICE, 0}
+ {"password_changing_service",25,KRB5_KDB_PWCHANGE_SERVICE, 0},
+ {"support_desmd5", 14, KRB5_KDB_SUPPORT_DESMD5, 0}
};
*pass = NULL;