Filtering Inactive User Profiles From an SSP
Posted by Scott on December 16, 2008
0 comments
To filter inactive Active Directory users from a Share Services Provider, an updated “User Filter” is required. The following filter:
(&(objectCategory=Person)(objectClass=User)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
will automatically skip over inactive domain accounts when profile imports are occurring.