vote up 0 vote down star

In AD we have these two OUs:

  • OU=Accounts - Standard User
  • OU=Accounts - Restricted User

The Search base in the connection for our user profile import contains this:

  • OU=Accounts - Standard User,DC=in,DC=company,DC=com

The import works great for this single OU.

I tried making a second connection but SharePoint will not allow multiple connections to the same domain.

How do I configure the import/connection to pull from both OUs?

flag

80% accept rate

1 Answer

vote up 1 vote down check

You could move the search base up to the level above both OU's, then change your filter so that it only pulls User AD objects with certain fields set. For instance, this filter will get all user objects with both the first name and last name fields set to something:

(&(objectCategory=Person)(objectClass=user)(givenName=*)(sn=*))
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.