summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/ChangeLog6
-rw-r--r--src/lib/krb5/krb/conv_princ.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog
index ea48f2c2a..75b25df1b 100644
--- a/src/lib/krb5/krb/ChangeLog
+++ b/src/lib/krb5/krb/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 17 14:22:10 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * conv_princ.c: Added ftp and ecat to the list of services which
+ should be converted. This really ought to be something
+ that's configurable in the profile...
+
Thu Apr 11 21:30:23 1996 Theodore Y. Ts'o <tytso@dcl>
* init_ctx.c (krb5_init_context): On a Macintosh, turn on
diff --git a/src/lib/krb5/krb/conv_princ.c b/src/lib/krb5/krb/conv_princ.c
index eba5d244f..7e4d43ea9 100644
--- a/src/lib/krb5/krb/conv_princ.c
+++ b/src/lib/krb5/krb/conv_princ.c
@@ -65,6 +65,8 @@ static struct krb_convert sconv_list[] = {
{"sis", "sis", DO_REALM_CONVERSION},
{"rfs", "rfs", DO_REALM_CONVERSION},
{"imap", "imap", DO_REALM_CONVERSION},
+ {"ftp", "ftp", DO_REALM_CONVERSION},
+ {"ecat", "ecat", DO_REALM_CONVERSION},
{0, 0, 0},
};