[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
link object
- To: openldap-technical@openldap.org
- Subject: link object
- From: Carlo Pradissitto <carlopradissitto@gmail.com>
- Date: Thu, 8 Apr 2010 17:26:20 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=A27y/ps1n/Rxl+EmAgQAU1UD9b5gITJLB+qT7I5Xl/g=; b=Wv/KUzJ/uS/b0VLyq7vH4NosJqE6OGvzMnGX+d4x4+LZXALjDTAOQKcHFB5uVNW3YT ivMYGh10Xvi47HWJ4/Wc510pYNK9F9ZECy0g4iKD6Cy5oKXtViLGrA16ZJHvI5E2aXk8 cCIQ1AxCGlApHO+QAe2nEB+L7aQul/Gy6DThY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=gRAbIPMaCYt5FCviZVxjxLntyXC1OiAUtH0YN4EftuqAn5T1U0DOmk0eL547Y4FA4/ 5VD3eg2cc65rZpArIQcrpnGmet5F57Ih/5Ti1wsWww3MLXDsNBMZ22LWtxOZar8s67B2 Mv7NJC9yYhuuhVhO/mmWCw0E3++l0LyZo9qe8=
Hi,
I would like to link an attribute to an object, so that when I perform a search it returns all attributes related to the object referenced, just like the example below:
+ resource1
+ type: this_type
+ permission: this_permission
+ location: this_location
+ resource2
+ type: another_type
+ permission: another_permission
+ location: another_location
+ profile1
+ resource1
+ resource2
+ domain
+ organization
+ user1
+ profile1
ldapsearch [ options ] cn=user1
dc: domain
o: organization
cn: user1
( profile: profile1 )
resource: resource1, this_type, this_permission, this_location
resource: resource2, another_type, another_permission, another_location
Thanks in advance
Carlo