summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-04-17 18:29:59 +0000
committerTheodore Tso <tytso@mit.edu>1996-04-17 18:29:59 +0000
commit41ba39d289639eaec46bf5e6ea4710ea650ccd23 (patch)
tree638803e4b7c877239596c5869a258616200e5071
parentd5285139753c8f9bb412f5c9e1e2316a17b394b0 (diff)
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... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7822 dc483132-0cff-0310-8789-dd5450dbe970
-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 ea48f2c2a9..75b25df1b8 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 eba5d244f8..7e4d43ea97 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},
};