|
|
Table of Contents
3.1. Generic Server Configuration 3.1.2. Other Generic Server Parameters 3.3. Connectivity and Threading 3.4.1.1.1. Basic Directory Setup 3.4.1.1.2. LDAP Entry Structure 3.4.1.1.3. LDAP Authentication 3.4.1.2. AXIGEN Mapping System 3.4.1.3. AXIGEN Authentication System 3.4.1.4. AXIGEN Front-End Services Setup 3.4.1.4.2. The IMAP and POP3 Proxies 3.4.1.5. AXIGEN Back-End Services Setup 3.4.2.1. Configuring Mapping Parameters 3.4.2.4. Webmail Proxy Service 3.4.3. AXIGEN LDAP Authentication 3.4.4. Integrating Active Directory into a cluster environment 3.5. Groupware and collaboration |
3.4.3. AXIGEN LDAP Authentication
Aiming to provide its users with a relatively simple way of adding new user database sources, starting with version 3.0, AXIGEN implements LDAP authentication methods. The new authentication engine adds two new authentication methods for both plain and secure connections, namely DIGEST-MD5 and GSSAPI. For more details on the new methods, see Authentication and Encryption.
In order to enable LDAP authentication, system administrators need to first add and define a list LDAP Connectors. The connectors can be managed and configured via WebAdmin, on the UserDb tab. For details on how to add new LDAP Connectors, please see the corresponding section. A new section of corresponding to the UserDb tab has been added to the configuration file. Below you will find an example of how this section should be configured: userDb = { logType = internal logLevel = 15 logHost = 127.0.0.1:2000 maxThreads = 5 ldapConnectors = ( { name = "ldap1" hosturl = "ldap://server1:389" bindDN = "CN=Martin Brown,OU=USERS,OU=CompanyName1, OU=Companies,OU=CompanyName2,DC=server,DC=local" bindPass = "qwe123" searchBase = "OU=USERS,OU=CompanyName1,OU=Companies,OU=CompanyName2, DC=server,DC=local" searchPattern = "(sAMAccountName=%u)" passwordField = "givenName" axigenHostField = "" useFirst = yes } ) } Two new parameters are also added for all services needing authentication: userDbConnectorType ( with hree available values: ldap | ldapbind | local) and userDbConnectorName. The services requiring authentication are SMTP In, POP3, IMAP, WebMail, POP3 Proxy and IMAP Proxy. For each of these services, the user database parameters can easily be configured using WebAdmin. The above described parameters are available on the General page of the tab corresponding to each service. For detailed instructions on configuring these parameters using WebAdmin, see LDAP Connectors Page. |
| Copyright © 2005-2008 Gecad Technologies | Site Map | Privacy Policy | Copyright Policy |