This might be a very basic question as I am a total beginner to this.
I am running dcm4chee-arc-light server through docker-compose command
I am trying to execute a ldif file, I went inside my ldap docker, using docker exec -it <container ID> bash. After that I am running ldapadd command.
Above image shows the content of my ldif file and the command I am using to run it.
I am expecting this to create an exporter and display the same in UI here:
But this is not working as expected. Am I missing something here?