Skip to content

Commit

Permalink
Add '\' as filter escape character
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Kodden committed Nov 9, 2023
1 parent 406a604 commit 49093bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def make_secret(password):


SPECIAL_DN_CHARACTERS = "\\,+<>;\"= "
SPECIAL_FILTER_CHARACTERS = "*()"
SPECIAL_FILTER_CHARACTERS = "\\*()"


def escape_special_characters(s, special_characters):
Expand Down

0 comments on commit 49093bd

Please sign in to comment.