The branch, master has been updated
via a87b2f9 s4:urgent_replication.py - remove a now superflous RELAX
control
from 39eea5c s4:samldb LDB module - fix "userAccountControl" handling
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit a87b2f9ec0b57fe56d14309e4b94e30e10b27f04
Author: Matthias Dieter Wallnöfer <[email protected]>
Date: Fri Jan 14 18:45:32 2011 +0100
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 <[email protected]>
Autobuild-Date: Fri Jan 14 19:30:52 CET 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source4/dsdb/tests/python/urgent_replication.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/dsdb/tests/python/urgent_replication.py
b/source4/dsdb/tests/python/urgent_replication.py
index f35dc6d..bf92d0a 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)
--
Samba Shared Repository