python/samba/netcmd: changes for samab.tests.samba_tool.computer
[samba.git] / python / samba / samdb.py
index 53f9c4038faf804f6308d58c4306acf230ba0eac..fa3e4b1b33405a41849fcf766bdcae389b8885de 100644 (file)
@@ -743,7 +743,7 @@ accountExpires: %u
     def host_dns_name(self):
         """return the DNS name of this host"""
         res = self.search(base='', scope=ldb.SCOPE_BASE, attrs=['dNSHostName'])
-        return res[0]['dNSHostName'][0]
+        return str(res[0]['dNSHostName'][0])
 
     def domain_dns_name(self):
         """return the DNS name of the domain root"""