Difference between revisions of "Generic LDAP Integration"

[unchecked revision][unchecked revision]
Line 143: Line 143:
 
{| class="wikitable"
 
{| class="wikitable"
 
! width=250px | Name
 
! width=250px | Name
 +
! Value
 
! Description
 
! Description
! Example
 
 
|-
 
|-
 
|rowspan = 4 | Filter (optional)
 
|rowspan = 4 | Filter (optional)
 +
|<tt>(objectCategory=User)</tt>
 +
|All users
 +
|-
 +
|<tt>(&(objectCategory=User)(mail=*))''</tt>
 +
|All users with Active Directory e-mail addresses
 +
|-
 +
|<tt>(&(objectCategory=User)(proxyAddresses=*))</tt>
 
|All users with Exchange e-mail addresses
 
|All users with Exchange e-mail addresses
|<tt>(&(objectCategory=User)(proxyAddresses=*))</tt>
 
 
|-
 
|-
 +
|<tt>(&(objectCategory=User)(proxyAddresses=*)(mail=*))</tt>
 
|All users with Exchange e-mail addresses who are also listed in the global address book
 
|All users with Exchange e-mail addresses who are also listed in the global address book
|<tt>(&(objectCategory=User)(proxyAddresses=*)(mail=*))</tt>
 
|-
 
|All users with Active Directory e-mail addresses
 
|<tt>(&(objectCategory=User)(mail=*))''</tt>
 
|-
 
|All users
 
|<tt>(objectCategory=User)</tt>
 
 
|-
 
|-
 
|rowspan = 2 |User Name
 
|rowspan = 2 |User Name
|Active Directory user name
 
 
|<tt>userPrincipalName</tt>
 
|<tt>userPrincipalName</tt>
 +
| Use Active Directory user name as MailStore user name
 
|-
 
|-
|NT4 style account name
 
 
|<tt>sAMAccountName</tt>
 
|<tt>sAMAccountName</tt>
 +
| Use pre-Windows 2000 user name as MailStore user name
 
|-
 
|-
 
|rowspan = 2 |Local Part Only (E-mail Addresses / UPN)
 
|rowspan = 2 |Local Part Only (E-mail Addresses / UPN)
|Use the fully qualified username@domain
+
|''Enabled''
|''Unchecked''
+
| Only use the local part from the Active Directory user name in UPN format
 
|-
 
|-
|Only use the local part of the User Name
+
|''Disabled''
|''Checked''
+
| Use the full Active Directory user name in UPN format
 
|-
 
|-
 
|Full Name (optional)
 
|Full Name (optional)
 +
|<tt>displayName</tt>
 
|The user's visible name in Active Directory
 
|The user's visible name in Active Directory
|<tt>displayName</tt>
 
 
|-
 
|-
 
|rowspan = 2 |E-mail Addresses (opt.)
 
|rowspan = 2 |E-mail Addresses (opt.)
 +
|<tt>proxyAddress</tt>
 
|Exchange environments
 
|Exchange environments
|<tt>proxyAddress</tt>
 
 
|-
 
|-
 +
|<tt>mail</tt>
 
|Non-Exchange environments
 
|Non-Exchange environments
|<tt>mail</tt>
 
 
|}
 
|}
  

Revision as of 16:17, 25 June 2014

In addition to adding users manually as described in chapter User Management, MailStore Server can synchronize its internal user database with the LDAP server of your organization.

During synchronization, user information, such as user names and email addresses, is copied from the LDAP server into MailStore Server's user database. That way, users can use their LDAP server credentials to also log on to MailStore Server and emails can be assigned to their corresponding user archives automatically, for example. No changes are made to the LDAP server itself by MailStore Server. The scope of the synchronization can be limited through filters.


Accessing Directory Service Integration

  • Log on to MailStore Client as a MailStore Server administrator.
  • Click on Administrative Tools > Users and Archives > Directory Services.
  • In the Integration section, change the directory service type to LDAP server.
Mldap sync 01.png


Connection to the LDAP Directory Service

For synchronization MailStore Server requires information on how to connect to the LDAP directory service and how to obtain the required data from it.

LDAP Connection

Name Description
Server Name DNS name or IP address of your LDAP server
Protocol Configure whether the connection to the LDAP server is to be unencrypted on port 389, LDAP-TLS on port 389, or LDAP-SSL on port 636
Ignore SSL Security Warnings (only when using LDAP-TLS or LDAP-SSL) Permit connections when a self-signed or non-public certificate is used by the LDAP server
Administrative DN Distinguished Name (DN) or user name of a user with appropriate privileges on the LDAP server
Password Password of the user specified in Administrative DN
Base DN LDAP base DN, if needed

User Filter and Attributes

Name Description
Filter (optional) Filter LDAP objects to return only user objects with email addresses
User Name The LDAP attribute containing the username that you wish MailStore to use
Local Part Only (E-mail Addresses / UPN) If unchecked, MailStore will use the full username including domain portion, e.g. [email protected]. If checked, MailStore will only use the local part of the User Name specified, e.g. the username
Full Name (optional) The full name of the user, for display purposes within MailStore
E-mail Addresses (opt.) The LDAP attribute containing the user's email address. This can contain multiple, comma separated, e-mail addresses

Group Filter and Attributes

Name Description
Filter LDAP filter to return only group objects
Name The LDAP attribute that contains the common name of a group
Description (optional) The LDAP attribute that contains a human readable description for each group
Members The LDAP attribute that contains the common name of group members
Search Filter for Members LDAP filter to resolve group members when members are not specified as a DN string as part of the group results. MailStore will fill in the {member} variable with values from the Members attribute
Group The actual group(s) containing users that MailStore Server will synchronize

Options

Name Description
Automatically delete users in MailStore Server If enabled, MailStore will delete users from the local MailStore database when the user is deleted, removed from the filtered group, or falls out of scope based on the above LDAP filter settings


Assigning Default Privileges

By default, users that have been synchronized to MailStore Server from a directory service have the privilege to log on to MailStore Server as well as read access to their own user archive.
You can configure those default privileges before synchronization, for example, to assign the privilege Archive E-mail to all new users. To do this, click on Default Privileges...
More information on managing user privileges and their effects is available in the chapter Users, Folders and Settings which also has details on editing existing privileges.


Configuration Samples

Active Directory

It is possible to connect LDAP Generic to Active Directory, allowing for more flexibility and control than MailStore's built-in Active Directory support. For example, LDAP Generic will allow you to accept invalid or self-signed certificates, use custom filters or change which attributes are used by MailStore.

It is assumed that the Active Directory LDAP service is reachable by the MailStore instance on TCP port 389 or 636, including opening ports in the firewall, where applicable.

As most Active Directory configurations are quite similar, it will be possible to copy/paste most of the examples below, making only minor modifications based on your environment.

LDAP Connection

Name Value Description
Server Name dc001.example.com DNS name or IP address of an Active Directory domain controller.
Protocol LDAP Do not use transport encryption
LDAP-TLS Use TLS as transport encryption
LDAP-SSL Use SSL as transport encryption
Ignore SSL Security Warnings Enabled Establish a TLS/SSL encrypted connection, even if the certificate validation failed.
Disabled Do not establish a TLS/SSL encrypted connection, if the certificate validation failed.
Administrative DN [email protected] Active Directory account for MailStore's use
Password MySecretPassword Password of the user specified in Administrative DN above
Base DN Empty LDAP base DN will be detected automatically in Active Directory environments

User Filter and Attributes

Name Value Description
Filter (optional) (objectCategory=User) All users
(&(objectCategory=User)(mail=*)) All users with Active Directory e-mail addresses
(&(objectCategory=User)(proxyAddresses=*)) All users with Exchange e-mail addresses
(&(objectCategory=User)(proxyAddresses=*)(mail=*)) All users with Exchange e-mail addresses who are also listed in the global address book
User Name userPrincipalName Use Active Directory user name as MailStore user name
sAMAccountName Use pre-Windows 2000 user name as MailStore user name
Local Part Only (E-mail Addresses / UPN) Enabled Only use the local part from the Active Directory user name in UPN format
Disabled Use the full Active Directory user name in UPN format
Full Name (optional) displayName The user's visible name in Active Directory
E-mail Addresses (opt.) proxyAddress Exchange environments
mail Non-Exchange environments

Group Filter and Attributes

Name Example
Filter (objectCategory=Group)
Name cn
Description (optional) description
Members member
Search Filter for Members blank
Group Active Directory Security Group(s)

OpenLDAP

OpenLDAP is a commonly used LDAP server, configuration will require some knowledge of your LDAP environment.

It is assumed that the LDAP service is reachable by the MailStore instance on TCP port 389 or 636, including opening ports in the firewall, where applicable.

As OpenLDAP is very flexible, configuration options vary from server to server and you may need to make significant modifications to the examples below to fit the schema used in your environment.

LDAP Connection

Name Example
Server Name directory.example.com
Protocol LDAP-SSL
Ignore SSL Security Warnings Checked
Administrative DN cn=admin,dc=example,dc=com
Password MySecretPassword
Base DN dc=example,dc=com

User Filter and Attributes

Name Example
Filter (optional) (objectClass=posixAccount)
User Name uid
Local Part Only (E-mail Addresses / UPN) Unchecked
Full Name (optional) displayName
E-mail Addresses (opt.) mail

Group Filter and Attributes

Name Example
Filter (objectClass=posixGroup)
Name cn
Description (optional) description
Members memberUid
Search Filter for Members (|(&(objectClass=posixAccount)(uid={member}))(&(objectClass=posixGroup)(cn={member})))
Group MailStore Users

Running Directory Services Synchronization

Click on Test Settings to check synchronization configuration and the results returned by the directory service without any changes to the MailStore Server user database being actually committed.

To finally run the synchronization, click on Synchronize now. The results are shown with any changes committed to the MailStore Server user database.

Mads sync 02.png

Login with LDAP server Credentials

After synchronization MailStore users can log on to MailStore Server with their LDAP server username and LDAP server password.