From 0ed374fe8c3f924cbfaa5b6dd5e542f51f7cc491 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 12 Sep 2007 12:04:13 +0000
Subject: [PATCH] Default location for ds admin cli function should be STAF_REMOTE_HOST
---
opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
index 8d34203..e0c1be8 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -33,7 +33,7 @@
This function sets up a Directory Server using a script
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="STAXServiceMachine">
+ <function-arg-def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
<function-arg-description>
Location of target host
</function-arg-description>
@@ -166,7 +166,7 @@
This function configures a Directory Server using a script
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="STAXServiceMachine">
+ <function-arg-def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
<function-arg-description>
Location of target host
</function-arg-description>
@@ -344,7 +344,7 @@
This function starts a Directory Server
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="STAXServiceMachine">
+ <function-arg-def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
<function-arg-description>
Location of target host
</function-arg-description>
@@ -449,7 +449,7 @@
This function starts a Directory Server using the script
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="STAXServiceMachine">
+ <function-arg-def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
<function-arg-description>
Location of target host
</function-arg-description>
@@ -685,7 +685,7 @@
This function restarts a Directory Server
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="'%s' % STAXServiceMachine">
+ <function-arg-def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
<function-arg-description>
Location of target host
</function-arg-description>
@@ -883,7 +883,7 @@
This function performs an offline import of an ldif file using the script
</function-prolog>
<function-map-args>
- <function-arg-def name="location" type="optional" default="STAXServiceMachine">
+ <function-arg-def name="location" type="optional" default="STAF_REMOTE_HOSTNAME">
<function-arg-description>
Location of target host
</function-arg-description>
--
Gitblit v1.10.0