diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-11-14 13:26:02 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-11-17 10:06:37 +1100 |
commit | 00b63434063a128662d4ce83ce382fc2e6102d22 (patch) | |
tree | 1ae348cd3f86d43ef62ee330fd6e8c39b63fd135 /source4 | |
parent | 8e1934a3845944ba7d79848368976e82d182e8d1 (diff) | |
download | samba-00b63434063a128662d4ce83ce382fc2e6102d22.tar.gz samba-00b63434063a128662d4ce83ce382fc2e6102d22.tar.bz2 samba-00b63434063a128662d4ce83ce382fc2e6102d22.zip |
The samba3sam test does not really need the extended_dn module
(This module has been split up into extended_dn_in, extended_dn_out
and extended_dn_store).
Andrew Bartlett
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/tests/samba3sam.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py index 7162edcb3d..fa1af2ad61 100644 --- a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py +++ b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py @@ -50,7 +50,7 @@ class MapBaseTestCase(TestCaseInTempDir): "@TO": "sambaDomainName=TESTS," + s3.basedn}) ldb.add({"dn": "@MODULES", - "@LIST": "rootdse,paged_results,server_sort,extended_dn,asq,samldb,password_hash,operational,objectguid,rdn_name,samba3sam,partition"}) + "@LIST": "rootdse,paged_results,server_sort,asq,samldb,password_hash,operational,objectguid,rdn_name,samba3sam,partition"}) ldb.add({"dn": "@PARTITION", "partition": ["%s:%s" % (s4.basedn, s4.url), |