Estoy intentando utilizar la replicación de sincronización LDAP. Debo otorgar derechos a mi cuenta replicador. Este es mi 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
¡Estoy siguiendo los pasos pero no veo qué estoy haciendo mal!
cuando hago esto:
ldapmodify -c -Y EXTERNAL -H ldapi:/// -f replica2.ldif
El resultado es:
ldap_modify: Other (e.g., implementation specific) error (80)
additional info: <olcAccess> handler exited with 1