将 LDAP 服务器的 LDIF 备份恢复到新安装的 OpenLDAP

将 LDAP 服务器的 LDIF 备份恢复到新安装的 OpenLDAP

我尝试将 LDAP 服务器的 ldif 备份恢复到安装了 OpenLDAP 的新 Centos 7 计算机上。我一直在使用这些说明https://www.server-world.info/en/note?os=CentOS_7&p=openldap&f=1

到目前为止,但不包括 chdomain 文件。

我用来上传文件的命令是 slapadd -c -l ldapBackup.ldif

但我得到的回应是

The first database does not allow slapadd; using the first available one(2)

hdb_db_open: database "dc=my-domain,dc=com": database already in use.
backend_startup_one (type=hdb, suffix="dc=my-domain,dc=com"): bi_db_open failed!(-1)

slap_startup_failed

相关内容