1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-06 08:59:08 +03:00

s4-python: Move dsdb constants to a separate python module.

This commit is contained in:
Jelmer Vernooij
2010-04-04 00:14:23 +02:00
parent e5b33be2f2
commit 31a517e172
11 changed files with 105 additions and 127 deletions

View File

@ -27,7 +27,8 @@ import string
import re
import shutil
from samba import Ldb, DS_DOMAIN_FUNCTION_2000
from samba import Ldb
from samba.dsdb import DS_DOMAIN_FUNCTION_2000
from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE
import ldb
from samba.provision import ProvisionNames, provision_paths_from_lp, FILL_FULL, provision