summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-06 20:23:42 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-06 20:43:00 +0200
commit2fbb8c08ef6042a7f479e3d9ef36ba7cc730de79 (patch)
treed720fe1c3fb54abe9cb55bfc18431190942734c7 /source4/lib/ldb
parent7896a35da37c5d1cae44d864a5069df08d21013e (diff)
downloadsamba-2fbb8c08ef6042a7f479e3d9ef36ba7cc730de79.tar.gz
samba-2fbb8c08ef6042a7f479e3d9ef36ba7cc730de79.tar.bz2
samba-2fbb8c08ef6042a7f479e3d9ef36ba7cc730de79.zip
s4:urgent_replication.py - specify the "dnsRoot" attribute which is requested on "crossRef" entries
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-xsource4/lib/ldb/tests/python/urgent_replication.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/python/urgent_replication.py b/source4/lib/ldb/tests/python/urgent_replication.py
index 0a8fd7d539..78200efc30 100755
--- a/source4/lib/ldb/tests/python/urgent_replication.py
+++ b/source4/lib/ldb/tests/python/urgent_replication.py
@@ -131,6 +131,7 @@ systemFlags: 33554432""", ["relax:0"]);
"dn": "CN=test crossRef,CN=Partitions,CN=Configuration,"+ self.base_dn,
"objectClass": "crossRef",
"cn": "test crossRef",
+ "dnsRoot": lp.get("realm").lower(),
"instanceType": "4",
"nCName": self.base_dn,
"showInAdvancedViewOnly": "TRUE",