Hi Quanah
Just an update, i tried executing the update_config.ldif which i have sent yesterday using following command
ldapmodify -x -D 'cn=config' -w <password> -f update_config.ldif
I am seeing following ERROR
modifying entry "cn=module{0},cn=config"
ldap_modify: No such object (32)
matched DN: cn=config
If i comment following lines from the attached file
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: syncprov
olcModuleLoad: accesslog
Then i see following ERROR during execution
adding new entry "olcDatabase={2}mdb,cn=config"
adding new entry "olcOverlay=syncprov,olcDatabase={2}mdb,cn=config"
adding new entry "olcOverlay={0}syncprov,olcDatabase={3}mdb,cn=config"
adding new entry "olcOverlay={1}accesslog,olcDatabase={3}mdb,cn=config"
ldap_add: Invalid syntax (21)
additional info: objectClass: value #1 invalid per syntax
Let me know what i am missing here.
Thanks
Rahul