summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0b9e5c2)
with an '@' between the principal and the realm
svn path=/trunk/packages/sipb-xen-console/; revision=357
+sipb-xen-console (3.2) unstable; urgency=low
+
+ * Fixing a bug in sipb-xen-consolefs ('@' is not re-added to realms
+ in the .k5login
+
+ -- SIPB Xen Project <sipb-xen@mit.edu> Sun, 30 Mar 2008 06:39:30 -0400
+
sipb-xen-console (3.1) unstable; urgency=low
* Clean up the motd a bit
sipb-xen-console (3.1) unstable; urgency=low
* Clean up the motd a bit
princ = user
realm = "ATHENA.MIT.EDU"
princ = user
realm = "ATHENA.MIT.EDU"
- return princ.replace('.', '/') + realm
+ return princ.replace('.', '/') + '@' + realm
def getattr(self, path):
"""
def getattr(self, path):
"""