Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ul> <li>
  • It
  • is
  • an
  • indexed
  • attribute,
  • so
  • the
  • query
  • performance
  • is
  • optimized.
<li>
  • Without
  • it,
  • Computer
  • objects
  • could
  • be
  • synchronized.
</ul>

For example, in AD, a computer objectClass extends from a user objectClass, but a computer's objectCategory=computer, not person.

For Active Directory (AD)

At a minimum, specify the following:
 
(&(objectClass=user)(objectCategory=person))
 
This filter would match both user and inetOrgPerson objectClasses. objectCategory=person is added for two reasons:

Html bobswift

...