Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

Using Additional LDAP filter to retrieve specific users

You can create a user directory connector that will retrieve only specific users when synchronizing with user directories. To achieve this you use the property Additional LDAP filter when creating a new GenericLDAP or Active Directory user directory connector.

Example:  

Enter a query in the Additional LDAP filter text field found in the Advanced property group. For example, you might want to import:

  • all users named John: (&(objectClass=user)(name=John*))
  • a specific user: (&(objectClass=user)(sAMAccountName=userid))
  • more than one specific users: (&(objectCategory=person)(objectClass=user)(|(sAMAccountName=userid)(sAMAccountName=userid)))

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!