Installation and configuration¶
Installation¶
Important
First need to do setting up the environment. All commands are executed only from superuser.
Mode superuser:
sudo -i
Install package:
from Python packages repository:
pip3 install keystone-ldap-driver
Note
To install Keystone LDAP Driver on Astra Linux (Smolensk) do following:
Connect the provided repository with AccentOS packages.
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:
- In the
identity
section, change thedriver
parameter toextended_ldap
; - In the
ldap
section, change theuse_auth_pool
parameter tofalse
.
Configure all other parameters according to your domain configuration.