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.
| | |
| | | '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> |