Hello All,
Any one have manage to integrate a PowerBuilder Application with CyberArk using th CyberArk API
The information and documentation on the CyberArk DLL is really poor so if some one have manage to integrate it will be great.
The only help i found was:
The API to get password has the following syntax.
int get_password(char *ini_file, char *password_buffer, int password_buffer_length, char *error_buffer, int error_buffer_length)
The ini_file is the file name with path to the *.ini file containing the credentials needed to connect to the specific CyberArc Vault containing the password.
The password_buffer is a character array to copy the obtained password.
The password_buffer_length is the maximum length of the password buffer.
The error_buffer is the character array to store the error message in case of error.
The error_buffer_length is the maximum length of the error buffer.
Thanks to all