r26593: - More work on the python versions of samba3dump and the samba3sam tests.
[samba.git] / source4 / scripting / python / samba / samba3.py
index d125e3164b2de05fdfcd0387010e24bc74a4b879..b4261f7c74f5c9bdebbfc39bde7872a0ba598f30 100644 (file)
@@ -167,7 +167,7 @@ class SecretsDatabase:
     def get_auth_user(self):
         return self.tdb.get("SECRETS/AUTH_USER")
 
-    def get_dom_guid(self, host):
+    def get_domain_guid(self, host):
         return self.tdb.get("SECRETS/DOMGUID/%s" % host)
 
     def ldap_dns(self):