'Security: StartTLS Check behaviors : ldapcompare, client trustall\
server cert'
{
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsUseStartTLS' : ' ' ,
'dsTrustAll' : ' ' ,
'dsDn' : ['postalCode:6728' ,'%s' %dncompare],
'expectedRC' : 5
}
{
'returnString' : returnString ,
'expectedString' : 'Compare operation returned false'
}
{
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsUseStartTLS' : ' ' ,
'dsTrustAll' : ' ' ,
'dsDn' : ['postalCode:67258' ,'%s' %dncompare],
}
{
'returnString' : returnString ,
'expectedString' : 'Compare operation returned true'
}
'Security:startTLS Check behaviors: ldapcompare, client trust \
store file'
{
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsUseStartTLS' : ' ' ,
'dsTrustStorePath' : '%s/client_cert/clientruststore' \
% InstanceInstallDir,
'dsTrustStorePassword': 'clientruststorepass',
'dsDn' : ['description: This is for Amber Arbuckle.',\
'%s' %dncompare2] ,
'expectedRC' : 5
}
{
'returnString' : returnString ,
'expectedString' : 'Compare operation returned false'
}
{
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsUseStartTLS' : ' ' ,
'dsTrustStorePath': '%s/client_cert/clientruststore' \
% InstanceInstallDir,
'dsTrustStorePassword': 'clientruststorepass',
'dsDn' : ['description: This is the description for \
Amber Arbuckle.' ,'%s' %dncompare2]
}
{
'returnString' : returnString ,
'expectedString' : 'Compare operation returned true'
}