[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Translucent overlay and local entities
- To: openldap-technical <openldap-technical@openldap.org>
- Subject: Translucent overlay and local entities
- From: Eugene Vilensky <evilensky@gmail.com>
- Date: Mon, 9 Apr 2012 16:35:08 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=MtiQdGfOu6YwAeoqXUMvJzS8nS1y1S/QMKi9ssZhdHk=; b=i9VH2udoN9CXq63uOJJvXOIk3g6yMr/o93/2qVopq94g7XltvkuUnDAAVSpdbg8Z2l EWPtsAvTr6Rw8//0F+FUxD2TV5lf1bLAIZo11YDft0hnQ2i/WRa+Ort347hoGkwDs/93 DASUtkjjgo3y/JT6LejYBR1HNTBzC1kowUT1lb7fVB0E/rcvdST5mDnR4lMn17kO+/WK VyLz9ciPF9pSBd2ZlXtGAWQ9VlfvqJV5sjCQr/nRcmJi+ZkbXtha4aPFPPQC/kfzRyjV aJPLi5HtFheR3DmmKEo1Yb1wEpvlZiDN3kpIl3KHvtc5IFh2mw6wNJjJ6bA1mnKEPKSA u6Wg==
Greetings,
Pardon if this is an RTFM, but is it possible to
store entities locally using the translucent overlay?
The overlay works for what we are trying to do when it comes to search
and modifying attributes on an entry, but I would like to create a
local groupofnames, consisting of remote UIDs.
For example, this LDIF imports OK:
#!RESULT OK
#!CONNECTION ldap://xxxxx
#!DATE 2012-04-09T16:01:33.961
dn: cn=instructors,ou=Groups,dc=xxxx,dc=zzz
changetype: add
objectClass: groupofnames
member: uid=nate
member: uid=penelope
member: uid=rhonda
cn: instructors
But searching for it does not bring back a result.
However, it must have gone somewhere since if I try to import the same
LDIF again:
#!RESULT ERROR
#!CONNECTION ldap://xxxxx
#!DATE 2012-04-09T16:21:28.221
#!ERROR [LDAP: error code 68 - Entry Already Exists]
Kind regards,
Eugene