Skip to content

Commit

Permalink
Merge pull request #112 from aws/saikiranakula-amzn-patch-14
Browse files Browse the repository at this point in the history
Update gmsa_service.cpp
  • Loading branch information
saikiranakula-amzn authored Jan 23, 2024
2 parents 616ee47 + 66a59e5 commit 5d1e144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/gmsa_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
//https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/bb726984
// (v=technet.10)
static const std::vector<char> invalid_characters = {
'&', '|', ';', ':', '$', '*', '?', '<', '>', '!',' ', '\\', '.',']', '[', '+', '\'', '`', '~'};
'&', '|', ';', ':', '$', '*', '?', '<', '>', '!',' ', '\\', '.',']', '[', '+', '\'', '`',
'~', '}', '{', '"', ')', '('};

static const std::vector<char> invalid_characters_ad_name = {
'&', ':', ']', '[', '+', '|', ';', '$', '*', '?', '<', '>', '!',' ', '/', '\\', '\'', '`', '~'};
Expand Down

0 comments on commit 5d1e144

Please sign in to comment.