diff options
author | Stefan Metzmacher <metze@samba.org> | 2016-06-02 00:30:01 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2016-07-08 10:01:20 +0200 |
commit | 3f66ccdfd2b52913c8bd919ea25675f5c907771c (patch) | |
tree | 4b47c28ca7e9482d95c5018bcbe7ceb24b88f18b /python/samba/tests/samba3sam.py | |
parent | d243996341b46f535ad87aa437dea5a846e36ac7 (diff) | |
download | samba-3f66ccdfd2b52913c8bd919ea25675f5c907771c.tar.gz |
tests:samba3sam: make use of the dsdb_flags_ignore module
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9654
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba/tests/samba3sam.py')
-rw-r--r-- | python/samba/tests/samba3sam.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/samba3sam.py b/python/samba/tests/samba3sam.py index d4347cd52c8..3a189e09928 100644 --- a/python/samba/tests/samba3sam.py +++ b/python/samba/tests/samba3sam.py @@ -53,7 +53,7 @@ class MapBaseTestCase(TestCaseInTempDir): "@TO": "sambaDomainName=TESTS," + s3.basedn}) ldb.add({"dn": "@MODULES", - "@LIST": "rootdse,paged_results,server_sort,asq,samldb,password_hash,operational,objectguid,rdn_name,samba3sam,samba3sid,show_deleted,partition"}) + "@LIST": "rootdse,paged_results,server_sort,asq,samldb,password_hash,operational,objectguid,rdn_name,samba3sam,samba3sid,show_deleted,dsdb_flags_ignore,partition"}) ldb.add({"dn": "@PARTITION", "partition": ["%s" % (s4.basedn_casefold), |