Added imap service to the conversion list (it is used by some off-the-shelf
authorRichard Basch <probe@mit.edu>
Tue, 26 Mar 1996 19:49:46 +0000 (19:49 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 26 Mar 1996 19:49:46 +0000 (19:49 +0000)
imap mail packages).

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

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

index 32bdb2bdd44221fb0cceb686905de9f9d84f2399..796754ae8eb865d95fcb5d4f8cf66b2fa1c78410 100644 (file)
@@ -1,3 +1,9 @@
+Tue Mar 26 14:45:03 1996  Richard Basch  <basch@lehman.com>
+
+       * conv_princ.c: added "imap" service to the conversion list as
+       requiring domain conversion for the instance.  (imap/<host> is used
+       by some of the new imap mail implementations)
+
 Sun Mar 24 01:34:14 1996  Sam Hartman  <hartmans@tertius.mit.edu>
 
        * send_tgs.c (krb5_send_tgs_basic): You want to setup the eblock
index 8084b0f55de496f49bb79138c345cc85d8d48c2a..eba5d244f863f1cc3a96af23c8556d2bce935f68 100644 (file)
@@ -64,6 +64,7 @@ static struct krb_convert sconv_list[] = {
     {"pop",    "pop",          DO_REALM_CONVERSION},
     {"sis",    "sis",          DO_REALM_CONVERSION},
     {"rfs",    "rfs",          DO_REALM_CONVERSION},
+    {"imap",   "imap",         DO_REALM_CONVERSION},
     {0,                0,              0},
 };