[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Using unique overlay per OU
- To: openldap-technical@openldap.org
- Subject: Using unique overlay per OU
- From: Ervin Hegedüs <airween@gmail.com>
- Date: Wed, 14 Nov 2018 11:50:09 +0100
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=NSPN6+F7xkDOhwRZIeLroE5nU+5/iCDWhjXsnVxDiF4=; b=V559OfoFImgWGeyh6rkQ1BPCWoIQ0E4ORqtF3zj8h71p0C0no9ZSpzJqYe0fDZKXJn /A6BDt4YPJKEvfzJFmuZm+tkKE1zl5hJwXeftzuy8E6NFWWczEX+jQSxvu1y6FDcVYMl gCtWRZLNlnH3XuMr3fZMqiM1pJ41ADTvrv4/EmCz/tMbGHy8siB2DePC9nBQclX+jPc+ Vs5x5xjTW06+cy3OOOy9FsIMS5fDV01hmRQuSnJeWMvBGgxLz6IAbOgoerHHkhC5Y0XR v5QOX84cJhHAcPO0PoyFXhkFGRWOBg7kYEWT3GbLkKBv/3iNKa9h5tFqJN4fykhAINJS OVdw==
- User-agent: Mutt/1.5.24 (2015-08-30)
Hi,
here is an OpenLDAP cluster, with few DC's, eg:
dc=service1,dc=company1,dc=hu
and
dc=company2,dc=hu.
All DC's containts few ten of OU, where few ten of user.
Now the uniq overlay is set for some attributes, eg. "mail",
which means an e-mail address can occures only once in all DB.
(The help came on this list:
http://www.openldap.org/lists/openldap-technical/201808/msg00016.html)
Now, is there any way that I can use the unique rule for every
OU, but not for all. I mean an e-mail address can be used under
several OU, but only once per OU.
Thanks,
a.