[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: uniqueness on multiple attributes
- To: openldap-technical@openldap.org
- Subject: Re: uniqueness on multiple attributes
- From: "A. Schulze" <sca@andreasschulze.de>
- Date: Mon, 21 Jan 2019 11:43:42 +0100
- Content-disposition: inline
- Dkim-signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=andreasschulze.de; i=@andreasschulze.de; q=dns/txt; s=ed25519; t=1548067422; h=date : message-id : from : to : subject : references : in-reply-to : content-type : mime-version : content-transfer-encoding : date : from : subject; bh=bGVaWmxRWtd4YkHaIxcMrkaTWpz+yxdYfBU67wFf55Q=; b=Su5X1m7q3W2GfXArj1AG8PZ2m5FhmKanufdVtXladOCtNR5/jQN3lisO TnVTP39pLBxa0315Dqr0O37pvPUpBw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andreasschulze.de; s=20190120-D99A; t=1548067422; x=1553067422; bh=bGVaWmxRWtd4YkHaIxcMrkaTWpz+yxdYfBU67wFf55Q=; h=Date:Message-ID:From:To:Subject:References:In-Reply-To: Content-Type:from:reply-to:subject:date:to:cc:content-type: message-id; b=iMORJYZ/hQJEtgq942cAUPKjnuvKEWFmwpRuHmE7bfLbCsWyHUk8YzXqxLmCkVp8E xgiy932oQgAcHm9oIiMj2WRlodGukRSvr/NMABrCEYy6x8Gh1bD4UO6VsSdPD+PSWu 5KM8zxKxrVUQTvTeqbO5YGOeA5VSc5Grt6k0vfjUwLg/p02ZgcuSfX+/SVLuhaXM/r 0uWoOCDJndokCWepG/jiWGr3nLvY/p0SVpDo7gAQ6eUZimOZL26s11NYDwjLX06iYN qDnvRVr5xj0Kz/mdw6NVKo07xwF8eoVApn19zX4VPOHbVYVTMSTkEExsI2FWxTJBmL KsVHJsXGzAaAw==
- In-reply-to: <d9b56a63-6560-23e6-e064-fefaa06aa769@stroeder.com>
- References: <5600abdf-5ae9-b248-c978-f0eaa1f8699c@andreasschulze.de> <d9b56a63-6560-23e6-e064-fefaa06aa769@stroeder.com>
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