I am unable to add user entries to my ldap server. I am following these instructions. https://www.openldap.org/doc/admin25/quickstart.html
Ubuntu 22.04.4 LTSopenldap-2.5.18
I am stuck not being able to add any users.
slapd.conf[slapd configuration](https://i.sstatic.net/vqiXIYo7.png)
I added these first two entries using ldapadd -x -D "cn=Manager,dc=hdlreldap,dc=net" -W -f add_entries.ldif
[add_entries.ldif](https://i.sstatic.net/LRoT9Hmd.png)
Then I was able to search from them using ldapsearch
[search output](https://i.sstatic.net/2699AljM.png)
So far so good. I comment out the first lines of the add_entries.ldif file to just add a user.
[edited add_entries.ldif file](https://i.sstatic.net/7ozyYEce.png)
I get no error or message saying a user has been added. If I redo my search, I get the same response as before.
I thought it may have been because I have no top objectClass but am not able to change those entries.