Added ftp and ecat to the list of services which should be converted.
authorTheodore Tso <tytso@mit.edu>
Wed, 17 Apr 1996 18:29:59 +0000 (18:29 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 17 Apr 1996 18:29:59 +0000 (18:29 +0000)
This really ought to be something that's configurable in the
profile...

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7822 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/conv_princ.c

index ea48f2c2a912beb8f4fa76bee395a1b7b277da2b..75b25df1b8d2036a333b28e48e7e45df0d4b12b6 100644 (file)
@@ -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
index eba5d244f863f1cc3a96af23c8556d2bce935f68..7e4d43ea97bdbaf73d6ae95ab7870cab702945e6 100644 (file)
@@ -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},
 };