User exclusion issues in SAM Core
In Snow Atlas SAM Core, you may experience unexpected exclusions from the user list when using certain patterns with square brackets ([ ]) in user exclusion settings. This article explains valid patterns and provides guidance on how to apply them correctly.
Follow these rules when defining exclusion patterns:
Pattern reference table
|
Pattern |
Description |
|
% |
Matches any number of characters, including none |
|
_ |
Matches a single character |
|
[abc] |
Matches one character given in the bracket |
|
[!abc] |
Matches any character not in the brackets |
|
[a-z] |
Matches one character from the range given in the bracket |
|
[!a-z] |
Matches one character not in the range given in the bracket |
|
{abc,123} |
Matches one of the literals |
|
** |
Matches zero or more directories |
Example
If you use a user exclusion such as “%[TestUser1]%”, each individual character will be excluded. This means any user exclusion containing the letters, “T”, “E”, “S”, “U”, “R”, or “1” will be excluded from appearing in the SAM Core user list.
The correct pattern to exclude the specific user “TestUser1” is “%TestUser1%”. This ensures only that exact username is excluded.
NOTE: After applying a user exclusion, any existing users that match the criteria will remain visible unless deleted manually or removed through quarantine management based on your configured settings.
Using the correct exclusion pattern prevents unintended exclusions and ensures only targeted usernames are filtered out.