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

mkeyes
04.48.2007 757f23c37748fe75ac4eeecf15554b47d1ffd4d2
Changing the type from generic to sha1 when creating a new SHA-1 password storage scheme with dsconfig in the functional tests.
This reflects a recent code change in OpenDS.
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml
@@ -102,7 +102,7 @@
              'subcommand'           : 'create-password-storage-scheme' ,    
              'objectType'           : 'scheme-name' ,
              'objectName'           : 'SHA-1',
              'optionsString'        : '--type generic --set enabled:true --set scheme-class:org.opends.server.extensions.SHA1PasswordStorageScheme ',
              'optionsString'        : '--type sha1 --set enabled:true ',
              'expectedRC'           : 0 } 
            </call>