From: Theodore Tso Date: Wed, 17 Apr 1996 18:29:59 +0000 (+0000) Subject: Added ftp and ecat to the list of services which should be converted. X-Git-Tag: krb5-1.0-beta6~196 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41ba39d289639eaec46bf5e6ea4710ea650ccd23;p=krb5.git 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 --- 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 + + * 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 * 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}, };