Skip to main content

The most recent patch for this version is 6.3.1.  Learn more  

Installation

The LDAP Attribute Connector is downloaded via AWS CLI. If you have not already done so, install AWS CLI according to the instructions hereOpens in a new tab.

You will also need an Access key ID and a Secret access key to use as credentials for AWS CLI. These you will receive separately from Axiomatics.

Download the file

The LDAP Attribute Connector is downloaded as a JAR file.

  1. To have access to Axiomatics downloads, you need to configure the AWS CLI account with the aws configure command, as explained hereOpens in a new tab. This step requires the Access key ID and Secret access key, provided to you by Axiomatics.
  2. Choose which version of the LDAP Attribute Connector you want to download. Copy that command and run it in the terminal:

LDAP Attribute Connector 6.3.1

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/attribute-connectors/ldap/ldap-attribute-connector/6.3.1/ldap-attribute-connector-6.3.1.jar ldap-attribute-connector-6.3.1.jar

LDAP Attribute Connector 6.2.0

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/attribute-connectors/ldap/ldap-attribute-connector/6.2.0/ldap-attribute-connector-6.2.0.jar ldap-attribute-connector-6.2.0.jar

LDAP Attribute Connector 6.1.1

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/attribute-connectors/ldap/ldap-attribute-connector/6.1.1/ldap-attribute-connector-6.1.1.jar ldap-attribute-connector-6.1.1.jar

This downloads the LDAP Attribute Connector to your computer.

Installing the LDAP Attribute Connector

The LDAP Attribute Connector can be used by several components developed by Axiomatics. How the LDAP Attribute Connector is installed depends on the component that will be using it.

Go to the documentation for the relevant component for information about how to install or update attribute connectors.

  • For Axiomatics Services Manager v. 7.x: Update attribute connectorsOpens in a new tab.
  • For Axiomatics Services Manager v. 6.2.x: Refer to the ASM Installation and Configuration Guide (PDF) for the relevant application server (included in the ASM 6.2.x distribution ZIP file).
  • For Access Decision Service: Attribute connectorsOpens in a new tab.

Download the vulnerabilities report

You can download a comprehensive vulnerabilities analysis report for LDAP Attribute Connector.

After configuring the AWS CLI account, run the following AWS CLI command in the terminal to download the vulnerabilities report from S3:

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/attribute-connectors/ldap/ldap-attribute-connector/6.3.1/ldap-attribute-connector-6.3.1-cve.html ldap-attribute-connector-6.3.1-cve.html