In reply to: Sebastian Gębuś
Hi,
To filter out disabled accounts this LDAP filter should do the trick:
(!(userAccountControl:1.2.840.113556.1.4.803:=2))
you can provide additional filters in bps users synchronization configuration in advanced tab.
Also, some reference related to above filter:
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/4e638665-f466-4597-93c4-12f2ebfabab5?redirectedfrom=MSDN
https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/useraccountcontrol-manipulate-account-properties
As for the second question, i think that users will be synchronized as separate accounts, since the bps id includes the domain name
Thanks, shall follow up on the LDAP filter
For the second, I had assumed the same but not the case:
Distinguished names for duplicated BPS ID: hq.test@abc.com
- CN=HQ Test User,OU=Head Office,DC=abc,DC=com
- CN=HQ Test User,OU=Test,DC=abc,DC=int
Distinguished names for duplicated BPS ID: admin.test@abc.com
- CN=Admin test User,OU=0365 sync,DC=abc,DC=int
- CN=Admin test User,OU=OUTEST,DC=abc,DC=com
For each BPS ID, only the user with first listed distinguished name will be synchronized.