Index: /trunk/packages/sipb-xen-console/debian/changelog
===================================================================
--- /trunk/packages/sipb-xen-console/debian/changelog	(revision 356)
+++ /trunk/packages/sipb-xen-console/debian/changelog	(revision 357)
@@ -1,2 +1,9 @@
+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
 
Index: /trunk/packages/sipb-xen-console/files/usr/bin/sipb-xen-consolefs
===================================================================
--- /trunk/packages/sipb-xen-console/files/usr/bin/sipb-xen-consolefs	(revision 356)
+++ /trunk/packages/sipb-xen-console/files/usr/bin/sipb-xen-consolefs	(revision 357)
@@ -92,5 +92,5 @@
 			realm = "ATHENA.MIT.EDU"
 		
-		return princ.replace('.', '/') + realm
+		return princ.replace('.', '/') + '@' + realm
 	
 	def getattr(self, path):
