LDAP レプリケーション

LDAP レプリケーション

LDAP Sync Replication を使用しようとしています。アカウント replicador に権限を付与する必要があります。これは私の ldif です:

dn: olcDatabase={1}hdb,cn=config
replace: olcAccess
olcAccess: {0}to attrs = userPassword,shadowLastChange by
 self write by anonymous auth by
 dn="cn=admin,dc=nfsseixas,dc=br" write by
 dn="cn=replicador,dc=nfsseixas,dc=br" read by * none
-
add: olcAccess
olcAccess: {1}to dn.base="" by * read
-
add: olcAccess
olcAccess: {2}to * by self write by dn="cn=admin,dc=nfsseixas,dc=br" write by * read

手順に従っているのですが、何が間違っているのか分かりません。

私がこれをするとき:

ldapmodify -c -Y EXTERNAL -H ldapi:/// -f replica2.ldif

結果は次のとおりです。

ldap_modify: Other (e.g., implementation specific) error (80)
    additional info: <olcAccess> handler exited with 1

関連情報