Searching for users across multiple Active Directory domains

后端 未结 1 907
无人及你
无人及你 2021-01-04 09:04

I\'m using the System.DirectoryServices.AccountManagement to provide user lookup functionality.

The business has several region specific AD domains: AMR, EUR, JPN et

相关标签:
1条回答
  • 2021-01-04 09:40

    Queries which have initial wildcards (*Bloggs*) will be slow unless you have a tuple index on the attribute being queries. None of the attributes in AD have this set by default. Better to not do initial wildcards.

    0 讨论(0)
提交回复
热议问题