Hello,
I am trying to setup a sync between 2 ldap instance, following the guide herehttp://askubuntu.com/questions/360190/how-to-configure-master-slave-ldap-replication. I ran the command below, but got the following error message.
sudo ldapadd -x -W -D cn=admin,dc=acme,dc=come -f /root/enable_sync_prov.ldif Enter LDAP Password:
*modifying entry "olcDatabase={1}hdb,cn=config"ldap_modify: Insufficient access (50)*
How do i fix the insuffient access problem? I am using the admin that has full write access on ldap.
Regards