Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tytso committed Apr 17, 1996
1 parent e749b6e commit ed6f4e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions src/lib/krb5/krb/conv_princ.c
Expand Up @@ -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},
};

Expand Down

0 comments on commit ed6f4e3

Please sign in to comment.