Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
If you do not complete LDAP configuration during the initial Avaya Aura® Web Gateway setup, then you can complete it later using the Avaya Aura® Web Gateway administration portal. Some administration options, such as configuring multiple LDAP directories, are only available on the administration portal. For more information, see Administering the Avaya Aura® Web Gateway.
Changing the LDAP configuration parameters, other than Bind DN and Bind Credential, when they are configured, might invalidate the existing user data. For example, changing how user roles are found can remove one or more roles from the existing user, which will block the user from accessing the Avaya Aura® Web Gateway system. In addition, do not change the server URL unless you need to switch the configuration to another replicated instance of the current LDAP directory. In all the other cases, you must reinstall the Avaya Aura® Web Gateway system.
Item name |
Description |
Equivalent properties file parameter |
|---|---|---|
Load LDAP properties from file |
The Load LDAP properties from file menu contains an item called Path to properties file. You can create a Java properties file that contains the LDAP properties instead of entering the LDAP configuration settings manually. The Path to properties file option is for configuring the absolute path to this file. The LDAP properties file must contain the equivalent properties file parameters specified in this table. The default value for this setting is |
pathToLdapPropertiesFile |
Import Secure LDAP trusted certificate |
The Import Secure LDAP trusted certificate menu contains the following items:
You cannot import a certificate if:
Important:
Only configure these settings if you need a Secure LDAP connection. |
LDAP_TRUSTSTORE_CERTFILE LDAP_TRUSTSTORE_PASSWORD |
Directory Type |
The LDAP directory type of the enterprise. The supported directory types are the following:
For detailed information about supported product releases, see the Avaya Compatibility Matrix. |
ldapType |
URL for LDAP server |
The URL for gaining access to the LDAP server. This is the mandatory setting.
The URL must have one of the following formats:
For example:
The protocol can be LDAP or LDAPS, depending on the LDAP server type. If you are using LDAPS, you cannot use IP addresses in the URL.
Important:
If FIPS is enabled, use the LDAPS protocol to access the LDAP server. For Microsoft Active Directory, use the catalog LDAP ports. The default global catalog LDAP port values are 3268 for LDAP and 3269 for LDAPS. The default domain LDAP ports values are 389 for LDAP and 636 for LDAPS.
Note:
If an FQDN is used to specify the LDAP server, the enterprise might map the FQDN to multiple, replicated LDAP servers using the DNS round-robin mechanism as an attempt for load-balance and for redundancy purpose. Sporadic authentication failures can occur if one of the LDAP servers is offline and the DNS round-robin mechanism resolves the FQDN to the IP of the LDAP server that is offline. If this outcome cannot be tolerated, a more reliable load-balancing mechanism, such as a dedicated load-balancer in front of the LDAP servers, will be needed. For Active Directory, use the Global Catalog service port instead of the default LDAP/LDAPS ports.
Important:
If you are using the global catalog ports, you must configure attribute replication to the global catalog. For more information, see LDAP attributes replication to the global catalog. |
ldapUrl |
Bind DN |
The Distinguished Name (DN) of the user that has read and search permissions for the LDAP server users and roles. This is the mandatory setting. The format of the Bind DN depends on the configuration of the LDAP server.
Note:
Even though the parameter name is Bind DN, the format of its value is not limited to the DN format. The format can be any format that the LDAP server can support for LDAP bind. For example: for Active Directory, you can use domain\user, user@domain, as well as the actual DN of the user object. |
bindDN |
Bind Credential |
Specifies the password of the administrative user. The maximum password length depends on the LDAP server type that you use in your deployment. |
Important:
If you configure the LDAP settings using the properties file, you must enter the Bind Credential manually by running the configureCSA.sh script. |
UID Attribute ID |
The User ID attribute name, as determined by the LDAP server configuration. This is the mandatory setting. This parameter is used for searching users in the LDAP server. For example: |
uidAttrID |
Base Context DN |
The DN of the context used for LDAP authentication. For example: |
baseCtxDN |
Administrator Role |
The list of LDAP roles that match the Avaya Aura® Web Gateway Administrator role. For example: If the role is configured as
Note:
The values of the roles are case-sensitive when they are mapped to the application roles. So they must match exactly to the roles name found for a user in order for the mapping of the LDAP roles to the Avaya Aura® Web Gateway application roles to succeed.
Important:
To avoid situations when potential loss of credentials could impact the administration tasks, Avaya recommends creating more than one user account with administrator privileges. |
adminRole |
Auditor Role |
The list of LDAP roles that match the Avaya Aura® Web Gateway Auditor role. For example: If the Auditor role is configured as
Note:
The values of the roles are case-sensitive when they are mapped to the application roles. So they must match exactly to the roles name found for a user in order for the mapping of the LDAP roles to the Avaya Aura® Web Gateway application roles to succeed. |
auditorRole |
User Role |
The list of LDAP roles that match the Avaya Aura® Web Gateway User role. For example: If the User role is configured as
Note:
The values of the roles are case-sensitive when they are mapped to the application roles. So they must match exactly to the roles name found for a user for the mapping of the LDAP roles to the Avaya Aura® Web Gateway application roles to succeed. |
usersRole |
Services Administrator Role |
The list of LDAP roles that match the Services Administrator role. For example: If the User role is configured as
Note:
The values of the roles are case-sensitive when they are mapped to the application roles. So they must match exactly to the roles name found for a user for the mapping of the LDAP roles to the Avaya Aura® Web Gateway application roles to succeed. |
serviceAdminRole |
Services Maintenance and Support Role |
The list of LDAP roles that match the Maintenance and Support role. For example: If the User role is configured as
Note:
The values of the roles are case-sensitive when they are mapped to the application roles. So they must match exactly to the roles name found for a user for the mapping of the LDAP roles to the Avaya Aura® Web Gateway application roles to succeed. |
serviceMaintenanceRole |
Security Administrator Role |
The list of LDAP roles that match the Avaya Aura® Web Gateway Security Administrator role. For example: If the role is configured as
Note:
The values of the roles are case-sensitive when they are mapped to the application roles. So they must match exactly to the role name found for a user in order for the mapping of the LDAP roles to the Avaya Aura® Web Gateway application roles to succeed. |
securityAdminRole |
Advanced LDAP parameters |
The menu that contains advanced LDAP parameters to configure depending on the structure of the LDAP server. |
|
Test User |
If you select testUser and select Apply, this option is used to validate the following LDAP settings:
The configuration is not saved if any of these validations fail. The testUser parameter is optional. If you do not specify a value, the system skips validation and directly saves the configuration in the database. |
testUser |