Specify whether to add anchors automatically to the regex in DZ command. This group policy is mainly used to avoid undesired matching if the regex is not anchored correctly, e.g. regex = "ls" would matches with "lsof".
If true, start anchors(^) and end anchors($) are always added to avoid undesired matching of commands.
If false, the regex would keep intact, and user shall be careful of all the possible matches for the regex set.
Default value is true.
This policy modifies the dz.auto.anchors setting in the Centrify DirectControl configuration file.
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Centrify\CentrifyDC\Settings\Dzdo |
Value Name | dz.auto.anchors |
Value Type | REG_SZ |
Enabled Value | true |
Disabled Value | false |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Centrify\CentrifyDC\Settings\Dzdo |
Value Name | dz.auto.anchors |
Value Type | REG_DWORD |
Default Value | 50.0 |