%BOOK_ENTITIES; ]>
Query Filter The query filter is used to find a mapped user in the external LDAP server. The query filter should uniquely map the CloudPlatform user to LDAP user for a meaningful authentication. For more information about query filter syntax, consult the documentation for your LDAP server. The CloudPlatform query filter wildcards are: Query Filter Wildcard Description %u User name %e Email address %n First and last name The following examples assume you are using Active Directory, and refer to user attributes from the Active Directory schema. If the CloudPlatform user name is the same as the LDAP user ID: (uid=%u) If the CloudPlatform user name is the LDAP display name: (displayName=%u) To find a user by email address: (mail=%e)