Skip to content

Commit

Permalink
netcmd: domain: move domain_backup.py to domain/backup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Rob van der Linde <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
robvdl authored and abartlet committed Mar 31, 2023
1 parent 4d6a2b0 commit 6cecd7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/samba/netcmd/domain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,13 @@
)

from samba.netcmd.pso import cmd_domain_passwordsettings_pso
from samba.netcmd.domain_backup import cmd_domain_backup

from samba.common import get_string
from samba.trust_utils import CreateTrustedDomainRelax
from samba import dsdb

from .backup import cmd_domain_backup

string_version_to_constant = {
"2000": DS_DOMAIN_FUNCTION_2000,
"2003": DS_DOMAIN_FUNCTION_2003,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from samba.netcmd import Option, CommandError
from samba.dcerpc import misc, security, drsblobs
from samba import Ldb
from . fsmo import cmd_fsmo_seize
from samba.netcmd.fsmo import cmd_fsmo_seize
from samba.provision import make_smbconf, DEFAULTSITE
from samba.upgradehelpers import update_krbtgt_account_password
from samba.remove_dc import remove_dc
Expand Down

0 comments on commit 6cecd7d

Please sign in to comment.