Writing a script
{INTERNAL} Not the same for Powershell, SOAP, Python, XML
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 Win32 Console scripts are available in the samples directory:
agtdos-simple.psl
agtdos-complete.psl
These scripts can be used with targets if required to maintain any list of users or groups.