Installation and configuration

Installation

Important

First need to do setting up the environment. All commands are executed only from superuser.

Mode superuser:

sudo -i
  1. Install package:

    • from Python packages repository:

      pip3 install keystone-ldap-driver
      

Note

To install Keystone LDAP Driver on Astra Linux (Smolensk) do following:

  1. Connect the provided repository with AccentOS packages.

  2. Install the package with the command:

    sudo apt install -y aos-keystone-ldap-driver
    

Configuration

To connect the driver, go to the directory /etc/keystone/domains/ and set up the config file keystone.<domain>.conf, where <domain> is domain name.

Description of configuration file setting:

  1. In the identity section, change the driver parameter to extended_ldap;
  2. In the ldap section, change the use_auth_pool parameter to false.

Configure all other parameters according to your domain configuration.