Welcome to docker.ru hosting provider linux mirror located at Moscow, Russian Federation.
Server configuration: Linux with OpenZFS, 2 x E5-2670v2, 128 GB ECC memory, 12 x 4 TB raidz2 + 1 TB SSD for L2ARC.
Network: 20 gbps uplink, IPv4 (185.253.23.31), IPv6 (2a04:8580:ffff:fffe::2).
My hostname is mirror.docker.ru
Upgrading to OpenLDAP Version 2.0
Red Hat Enterprise Linux 2.9.03: Red Hat Enterprise Linux Reference Guide
In OpenLDAP Version 2.0, the on-disk storage format used by the
slapd LDAP server has changed. If you are upgrading
LDAP on a system that ran Red Hat Linux 7.0 or earlier, you will need to extract
the existing LDAP directories to an LDIF file using the following
command:
ldbmcat -n > <ldif_file>
In the above command, change
<ldif_file> to the name of the output
file. Next type the following command to import this file into OpenLDAP
2.0:
slapadd -l <ldif_file>
Important
You must be the root user to use
/usr/sbin/slapadd. However, the directory server
runs as the ldap user. Therefore the directory
server will not be able to modify any files created by
slapadd. To correct this issue, after you have
finished using slapadd, type the following
command: