0

Openldap (2.4.40) 的新功能。运行时出现此错误:

ldapmodify -a -x -H "ldaps://localhost:636" -D "cn=Manager,dc=test,dc=mydomain,dc=com" -W -f  olcsyncrepl.ldif

错误:

ldapmodify:无效格式(第 4 行)条目:“olcDatabase={2},cn=config”

这是 ldif 文件:

dn: olcDatabase={2}bdb,cn=config
olcSyncrepl: {0}rid=123
    provider=ldaps://sso.provider.com
    binddn="cn=Manager,dc=test,dc=mydomain,dc=com"
    bindmethod=simple
    credentials=mypassword
    searchbase="dc=test,dc=mydomain,dc=com"
    attrs="cn,sn,displayName,givenName,mail,uid"
    type=refreshAndPersist
    retry="10 6 60 +"

我不确定问题是什么。任何帮助表示赞赏。

4

2 回答 2

0

摆脱{0}and {2}。OpenLDAP 将输入序列号。

于 2017-10-28T00:12:06.530 回答
0

我最终将 Syncrepl 添加到 slapd.conf 文件中,然后将其重新转换为 cn=config,并且一切正常。在进行了一些其他更改之后,复制终于开始工作了

于 2017-10-30T16:43:53.303 回答