From 089d67c665a8c003b785650914f7467549728e31 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Tue, 04 Sep 2007 18:10:02 +0000
Subject: [PATCH] Changed the type from generic to blind when creating a new blind trust manager with dsconfig in the functional tests. This reflects a recent change in the OpenDS source.
---
opends/tests/functional-tests/shared/functions/security.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/security.xml b/opends/tests/functional-tests/shared/functions/security.xml
index 79359bc..07206f7 100755
--- a/opends/tests/functional-tests/shared/functions/security.xml
+++ b/opends/tests/functional-tests/shared/functions/security.xml
@@ -541,7 +541,7 @@
'subcommand' : 'create-trust-manager' ,
'objectType' : 'manager-name' ,
'objectName' : customTrustMgr ,
- 'optionsString' : '--type generic --set enabled:true --set java-implementation-class:org.opends.server.extensions.BlindTrustManagerProvider' ,
+ 'optionsString' : '--type blind --set enabled:true --set java-implementation-class:org.opends.server.extensions.BlindTrustManagerProvider' ,
'expectedRC' : 0
}
</call>
--
Gitblit v1.10.0