diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-07-20 15:31:42 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-21 11:44:34 +1000 |
commit | 76b165778d6632a011fa96688c29167ee5e20921 (patch) | |
tree | 80672b7123a58ddde2e5ae1cb0787f8597e6583a /source4 | |
parent | 3f6df9f9e33266ba2f383dde17ed6f9de7dd54c9 (diff) | |
download | samba-76b165778d6632a011fa96688c29167ee5e20921.tar.gz samba-76b165778d6632a011fa96688c29167ee5e20921.tar.bz2 samba-76b165778d6632a011fa96688c29167ee5e20921.zip |
s4-dsdb: change the samba3sam test to add the show_deleted module
this is needed now that the samldb module adds the show deleted
control
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/samba/tests/samba3sam.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/samba3sam.py b/source4/scripting/python/samba/tests/samba3sam.py index 7353391519..5c89a91b74 100644 --- a/source4/scripting/python/samba/tests/samba3sam.py +++ b/source4/scripting/python/samba/tests/samba3sam.py @@ -55,7 +55,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,partition"}) + "@LIST": "rootdse,paged_results,server_sort,asq,samldb,password_hash,operational,objectguid,rdn_name,samba3sam,samba3sid,show_deleted,partition"}) ldb.add({"dn": "@PARTITION", "partition": ["%s" % (s4.basedn_casefold), |