This function performs an ldapsearch using the SDK java API
Directory server hostname or IP address
Directory server port number
Bind DN
Bind password
The scope of the search operation
The baseDN for the search operation
The filter for the search operation
Only return these attributes
'Result = %s' % entry.getAllAttributes().toString()
SDKResult
This function runs ldap authrate tool from OpenDJ SDK
Location of target host
Pathname to installation of sdk binaries
Pathname to installation root
Directory server hostname or IP address
Directory server port number
Bind DN
Bind password
Optional extra parameters for specific test cases
Expected return code value. Default value is 0
Wildcard 'noCheck' to not check the RC
Display (or not) output.
Known issue. Corresponds to an issue number.
{ 'command' : STAFCmd,
'arguments' : STAFCmdParams,
'location' : mylocation,
'name' : 'authrate',
'expectedRC' : expectedRC,
'knownIssue' : knownIssue
}
STAXResult
This function runs ldap searchrate tool from OpenDJ SDK
Location of target host
Pathname to installation of sdk binaries
Pathname to installation root
Directory server hostname or IP address
Directory server port number
Bind DN
Bind password
Optional extra parameters for specific test cases
Expected return code value. Default value is 0
Wildcard 'noCheck' to not check the RC
Display (or not) output.
Known issue. Corresponds to an issue number.
The baseDN for the search operation
{ 'command' : STAFCmd,
'arguments' : STAFCmdParams,
'location' : mylocation,
'name' : 'searchrate',
'expectedRC' : expectedRC,
'knownIssue' : knownIssue
}
STAXResult
This function runs ldap modrate tool from OpenDJ SDK
Location of target host
Pathname to installation of sdk binaries
Pathname to installation root
Directory server hostname or IP address
Directory server port number
Bind DN
Bind password
Optional extra parameters for specific test cases
Expected return code value. Default value is 0
Wildcard 'noCheck' to not check the RC
Display (or not) output.
Known issue. Corresponds to an issue number.
The baseDN for the operation
The attribute to be modified
The attribute value to be modified
{ 'command' : STAFCmd,
'arguments' : STAFCmdParams,
'location' : mylocation,
'name' : 'modrate',
'expectedRC' : expectedRC,
'knownIssue' : knownIssue
}
STAXResult