Changing wildcard filters to regular expressions

All filters in the Directory Synchronization Client must be of the same type, either regular expression or wildcard. To change from wildcard filters to regular expressions, convert your filters as follows:

  • In the filter pattern, replace all instances of * with (.*).
  • In the replacement string, replace all instances of * with $1.