Last fix.
[invirt/packages/invirt-web.git] / code / main.py
index b0fa833..5de5f9a 100755 (executable)
@@ -12,7 +12,7 @@ import simplejson
 import sys
 import time
 import urllib
-import os
+import socket
 from StringIO import StringIO
 
 def revertStandardError():
@@ -608,7 +608,7 @@ def info(username, state, path, fields):
 def unauthFront(_, _2, _3, fields):
     """Information for unauth'd users."""
     return templates.unauth(searchList=[{'simple' : True, 
-            'hostname' : os.uname()[1]}])
+            'hostname' : socket.getfqdn()}])
 
 def admin(username, state, path, fields):
     if path == '':