diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-06 20:23:42 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-06 20:43:00 +0200 |
commit | 2fbb8c08ef6042a7f479e3d9ef36ba7cc730de79 (patch) | |
tree | d720fe1c3fb54abe9cb55bfc18431190942734c7 /source4/lib/ldb/tests/python/urgent_replication.py | |
parent | 7896a35da37c5d1cae44d864a5069df08d21013e (diff) | |
download | samba-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/tests/python/urgent_replication.py')
-rwxr-xr-x | source4/lib/ldb/tests/python/urgent_replication.py | 1 |
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", |