ESAM service auditing
- Last Updated: March 26, 2025
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
<DLC>.<DLC> path space by
applying supplementary security layers such as code signing and restricted file
permissions independent of policy safeguards. Validate root install path using command line script
ESAM provides seamless security within the ABL Virtual Machine (AVM) and among OpenEdge
components that validate the OpenEdge root install path <DLC>
automatically when it is referenced internally. Validation is performed continuously
at runtime, assuming ESAM is functional. A command line script called valdlc
is also available for application environments that want to ensure the
integrity of the OpenEdge root install path <DLC>.
After the OpenEdge root install path <DLC> is set up, you can check if it
is valid by running the valdlc script in the bin
sub-directory of ESAM directory path.
On Windows, you can locate the valdlc.bat script at C:\Windows\System32\openedge.d\bin\valdlc. On Linux, it is located at /etc/openedge.d/bin/valdlc.
On Windows, run the following script at the command prompt:
|
|
valdlc script verifies the provided <DLC> path and
returns SUCCESS or FAILURE as a response. valdlc, you can use write
protections or code signing for your scripts.