diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-04-17 18:29:59 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-04-17 18:29:59 +0000 |
| commit | 41ba39d289639eaec46bf5e6ea4710ea650ccd23 (patch) | |
| tree | 638803e4b7c877239596c5869a258616200e5071 /src/lib | |
| parent | d5285139753c8f9bb412f5c9e1e2316a17b394b0 (diff) | |
| download | krb5-41ba39d289639eaec46bf5e6ea4710ea650ccd23.tar.gz krb5-41ba39d289639eaec46bf5e6ea4710ea650ccd23.tar.xz krb5-41ba39d289639eaec46bf5e6ea4710ea650ccd23.zip | |
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
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/krb/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/krb5/krb/conv_princ.c | 2 |
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}, }; |
