1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-09 20:59:11 +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 used to be commit 150cf39fbd)
This commit is contained in:
Jelmer Vernooij
2007-12-25 16:36:31 -06:00
committed by Stefan Metzmacher
parent cc30cb5e24
commit 7c146c42d2
10 changed files with 128 additions and 964 deletions

View 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):