diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-08-05 22:22:57 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-08-07 14:22:42 +0200 |
commit | 89c71a8f06414a62c04d3460e9b4c9348bfb7fd1 (patch) | |
tree | 1aeda389bcdb9d8e7b18a4a248326d78fad7c69b /source4/dsdb | |
parent | 67b1e1b8f3314f49d028a11df5ccda1e81986cda (diff) | |
download | samba-89c71a8f06414a62c04d3460e9b4c9348bfb7fd1.tar.gz samba-89c71a8f06414a62c04d3460e9b4c9348bfb7fd1.tar.bz2 samba-89c71a8f06414a62c04d3460e9b4c9348bfb7fd1.zip |
s4:urgent_replication.py - relax also here the add of a secrets object
Diffstat (limited to 'source4/dsdb')
-rwxr-xr-x | source4/dsdb/tests/python/urgent_replication.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py index 42f3cd0bd7..3c35af63bb 100755 --- a/source4/dsdb/tests/python/urgent_replication.py +++ b/source4/dsdb/tests/python/urgent_replication.py @@ -254,8 +254,7 @@ defaultHidingValue: TRUE"""); "objectClass":"secret", "cn":"test secret", "name":"test secret", - "currentValue":"xxxxxxx"}); - + "currentValue":"xxxxxxx"}, ["relax:0"]); # urgent replication should be enabled when creating res = self.ldb.load_partition_usn(self.base_dn) |