diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-01-14 18:45:32 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-01-14 19:30:52 +0100 |
commit | a87b2f9ec0b57fe56d14309e4b94e30e10b27f04 (patch) | |
tree | 51e1a7ce39e4ccfbfed3d1cbabb85a968b0f6368 /source4 | |
parent | 39eea5ca43ec6704e9d64a9d707adedb094d0aeb (diff) | |
download | samba-a87b2f9ec0b57fe56d14309e4b94e30e10b27f04.tar.gz samba-a87b2f9ec0b57fe56d14309e4b94e30e10b27f04.tar.bz2 samba-a87b2f9ec0b57fe56d14309e4b94e30e10b27f04.zip |
s4:urgent_replication.py - remove a now superflous RELAX control
The LSA object creation protection changed to the trusted/untrusted
connection model.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Fri Jan 14 19:30:52 CET 2011 on sn-devel-104
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/dsdb/tests/python/urgent_replication.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |