mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

mkeyes
04.10.2007 089d67c665a8c003b785650914f7467549728e31
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.
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/shared/functions/security.xml 2 ●●● patch | view | raw | blame | history
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>