+Fri Sep 6 13:22:46 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * login.M: Document that login_krb4_convert is off by default.
+
+ * login.c: Turn login_krb4_convert off by default, since it causes
+ problems if you don't have krb524d running on the KDC.
+ This is necessary because a Solaris socket bug causes
+ login to hang for 45 seconds if krb524d isn't present on
+ the KDC.
+
Mon Sep 2 12:03:53 1996 Sam Hartman <hartmans@mit.edu>
* krlogind.c rlogin.c (v5_des_write): Write out length plus
Use password to get V4 tickets. Default value true.
.IP krb4_convert
Use Kerberos conversion daemon to get V4 tickets. Default value
-true. If false, gets initial ticket directly, which does not currently
-work with non MIT-V4 salt types (such as the AFS3 salt type.)
+false. If false, and krb4_get_tickets is true, then login will get
+the V5 tickets directly using the Kerberos V4 protocol directly.
+This does not currently work with non MIT-V4 salt types
+(such as the AFS3 salt type.) Note that if configuration parameter
+is true, and the krb524d is not running, login will hang for
+approximately a minute under Solaris,
+due to a Solaris socket emulation bug.
.IP krb_run_aklog
Attempt to run aklog. Default value true.
.IP aklog_path
#define KRB4_GET_TICKETS
int login_krb4_get_tickets = 1;
#define KRB4_CONVERT
-int login_krb4_convert = 1;
+int login_krb4_convert = 0;
#define KRB_RUN_AKLOG
int login_krb_run_aklog = 1;
#endif /* KRB5_KRB4_COMPAT */