Changeset 357


Ignore:
Timestamp:
Mar 30, 2008, 6:41:43 AM (16 years ago)
Author:
broder
Message:

One more bug - principles in the .k5login files weren't being assembled
with an '@' between the principal and the realm

Location:
trunk/packages/sipb-xen-console
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console/debian/changelog

    r353 r357  
     1sipb-xen-console (3.2) unstable; urgency=low
     2
     3  * Fixing a bug in sipb-xen-consolefs ('@' is not re-added to realms
     4    in the .k5login
     5
     6 -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 30 Mar 2008 06:39:30 -0400
     7
    18sipb-xen-console (3.1) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-console/files/usr/bin/sipb-xen-consolefs

    r344 r357  
    9292                        realm = "ATHENA.MIT.EDU"
    9393               
    94                 return princ.replace('.', '/') + realm
     94                return princ.replace('.', '/') + '@' + realm
    9595       
    9696        def getattr(self, path):
Note: See TracChangeset for help on using the changeset viewer.