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 +"
我不确定问题是什么。任何帮助表示赞赏。