From a87b2f9ec0b57fe56d14309e4b94e30e10b27f04 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 14 Jan 2011 18:45:32 +0100 Subject: s4:urgent_replication.py - remove a now superflous RELAX control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The LSA object creation protection changed to the trusted/untrusted connection model. Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Fri Jan 14 19:30:52 CET 2011 on sn-devel-104 --- source4/dsdb/tests/python/urgent_replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py index f35dc6dfdb..bf92d0a968 100755 --- a/source4/dsdb/tests/python/urgent_replication.py +++ b/source4/dsdb/tests/python/urgent_replication.py @@ -248,7 +248,7 @@ defaultHidingValue: TRUE""") "objectClass":"secret", "cn":"test secret", "name":"test secret", - "currentValue":"xxxxxxx"}, ["relax:0"]) + "currentValue":"xxxxxxx"}) # urgent replication should be enabled when creating res = self.ldb.load_partition_usn(self.base_dn) -- cgit