From 2fbb8c08ef6042a7f479e3d9ef36ba7cc730de79 Mon Sep 17 00:00:00 2001
From: Matthias Dieter Wallnöfer <mdw@samba.org>
Date: Sun, 6 Jun 2010 20:23:42 +0200
Subject: s4:urgent_replication.py - specify the "dnsRoot" attribute which is
 requested on "crossRef" entries

---
 source4/lib/ldb/tests/python/urgent_replication.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'source4/lib/ldb/tests')

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",
-- 
cgit