mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
r26593: - More work on the python versions of samba3dump and the samba3sam tests.
- Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time.
This commit is contained in:
committed by
Stefan Metzmacher
parent
85679f3fc9
commit
150cf39fbd
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user