https://bugs.openldap.org/show_bug.cgi?id=9893
--- Comment #4 from curtis.ruck+github@gmail.com --- (In reply to Michael Ströder from comment #3)
(In reply to curtis.ruck+github from comment #0)
My configdir config for my mdb database: [..] olcUniqueURI: ldap://?mail?sub olcUniqueURI: ldap://?uid?sub structuralObjectClass: olcUniqueConfig
If I delete a user, and then go to recreate it, I get this error:
msgtype 105, error 19, constraint violation non-unique attributes found with (|(uid=jdoe)(givenName=John)(sn=Doe)(cn=John Doe)(mail=john@example. com)(userPassword=<password>)(objectClass=inetOrgPerson))
I'm a bit confused that the filter in the error messages contains assertion types 'givenName', 'sn', 'cn' and 'userPassword' which are not listed in your slapo-unique config.
I am also. I am just doing an ldapadd with those attributes, and it responds with that error.