[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: uniqueness on multiple attributes




Michael Ströder:

Logical it's something like
	unique_uri (ldap:///dc=basedn?mail?sub?) OR (ldap:///dc=basedn?mail?sub?)

The OR is not possible.

What else does the following statement on "unique_uri" mean?
How should I understand that?

  Multiple URIs  may  be  specified  within  a  domain,
  allowing  complex  selections  of  objects.  Multiple unique_uri
  statements or olcUniqueURI attributes  will  create  independent
  domains,  each  with  their  own  independent  lists of URIs and
  ignore/strict settings.

source: https://www.openldap.org/software/man.cgi?query=slapo-unique


The sentences clearly distinguish between
  ONE unique_uri statement with multiple URIs
and
  MULTIPLE unique_uri statements

Maybe someone knows an example for the first version to clarify it's use.


Andreas