Preparation
Configuring a target system administrator
In most cases, Bravura Security Fabric uses a designated account (for example, psadmin) on the target system to perform operations.
Ensure that the designated account can log into the application from the Bravura Security Fabric server, and that the account has the necessary privileges to set passwords and manage accounts.
Ensure that you set and note the account’s password. You will be required to enter the login ID and password when you add the target system to Bravura Security Fabric .
Writing a script
Account management operations are implemented using a PSLang script to provide details for interaction between Bravura Security Fabric and the target application. The connector reads a script file with one or more functions defined in it. The connector refers to functions that you implement in the script by name and executes the appropriate function for each agent operation. You can write custom scripts which must be added in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory. Official, shipped scripts are included in the agent directory, and use a scripted platform definition file (.con) to call one of the binary agents. The official scripts are designed to work "out of the box", but can be modified to suit your requirements.
See more information on how to create a PSLANG script or modify a sample script.
Some sample scripts are provided in the samples directory. If you cannot find the sample file, try re-running setup
to modify your installation. Sample files are automatically installed with complete (typical) installations. You can select them in custom installations.
Any sample script should be modified to fit your environment and prevent security exploits. The following Telnet target scripts are available in the samples directory::
agttelnet.psl
for Telnet targets that users access with a terminal emulatoragttelnet-racf.psl
for z/OS targets that users access with a terminal emulator