Am Mon, 24 Aug 2015 14:55:12 +0000 schrieb "Fischer, Johannes" johannes.fischer@ipa.fraunhofer.de:
Hi @all,
I try to allow double entries for the attribute member.
I’ve tried it with the ldif: dn: olcOverlay=unique,olcDatabase={1}hdb,cn=config changetype: add objectClass: olcOverlayConfig objectClass: olcUniqueConfig olcOverlay: unique olcUniqueUri: ignore ldap:///?members?sub
but when I load it to the config with: ldapmodify the Error:
ldap_add: invalid syntax (21) additional info: objectClass: value #1 invalid per syntax
What is going wrong here?
From man slapo-unique(5) Keywords strict and ignore have to be enclosed in quotes (") together with the URI.
-Dieter