Skip to content

v2.8.6

Latest
Compare
Choose a tag to compare
@PrzemyslawKlys PrzemyslawKlys released this 02 Sep 09:54
· 2 commits to master since this release
5fd49a3

What's new

  • Filter now takes string or hashtable so it can be configured per domain
  • SearchBase was added. It can take string or hashtable so it can be configured per domain. If you use a string remember that it will only target a single domain and rest of the domains have to be excluded - closes #13
SearchBase                          = @{
    'ad.evotec.xyz' = 'DC=ad,DC=evotec,DC=xyz'
    'ad.evotec.pl'  = 'DC=ad,DC=evotec,DC=pl'
}