Skip to main content

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 emulator

  • agttelnet-racf.psl for z/OS targets that users access with a terminal emulator