Using socket.getfqdn
[invirt/packages/invirt-web.git] / code / main.py
index b0fa833..2e95361 100755 (executable)
@@ -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 == '':