How to Configure External LDAP Settings

vmw-lgo-zimbra-k50.png


 

How to Configure External LDAP Settings

You configure the following External LDAP Settings

The following is an example of the filter string. Syntax "%s" represents the string the user types.

(&(|( cn=*%s*)( sn=*%s*)( gn=*%s*)( mail=*%s*)( zimbraMailDeliveryAddress=*%s*)
( zimbraMailAlias=*%s*)( zimbraMailAddress=*%s*))
(|( objectclass=zimbraAccount)( objectclass=zimbraDistributionList)))
  

This filter example, combines the basic search filters using the Boolean operation OR to first search the various attributes ( cn, gn, etc.), and then verifies that the entry matched is either a Zimbra account or distribution list.

Filter

Matches

cn=*%s*

Entries with a common name approximately equal to user's input

sn=*%s*

Entries with a surname approximately equal to user's input

gn=*%s*

Entries with a given name approximately equal to user's input

mail=*%s*

Entries with an email address.

zimbraMailDeliveryAddress=*%s*

Entries with a Zimbra email address

zimbraMailAlias=*%s*

Entry is a Zimbra alias

zimbraMailAddress=*%s*

Entries with a Zimbra distribution list address

objectclass=zimbraAccount

The matches found exist as a Zimbra account.

objectclass=zimbraDistributionList

The matches found exist as a Zimbra distribution list.