Security Compliance
How to exclude accounts from ARM recertification
This How-To describes how to exclude user accounts or groups from ARM recertification.
First published date
Last published date
Overview
Product section
Resolution
To exclude accounts from recertification, you must make the following changes to the configuration file shown below:
Configuration file
pnServer.config.xml
Computer
ARM-Server
Path
%ProgramData%\protected-networks.com\8MAN\cfg
Code examples based on the resource being recertified
<fileSystem> <recertification> <suppressSidsByRexExpression type="System.String">-512$;</suppressSidsByRexExpression> </recertification> </fileSystem> <activeDirectory> <recertification> <suppressSids type="System.String">S-1-5-32-544;S-1-5-32-551;</suppressSids> </recertification> </activeDirectory>
Possible values
List of SIDs separated by semicolons or a regular expression to exclude a group of SIDs. For example the regular Expression -512$; excludes domain admin accounts from the recertification.