Network Working Group P. Masarati
Internet-Draft Politecnico di Milano
Intended status: Standards Track H. Chu
-Expires: May 1, 2009 Symas Corp.
- October 28, 2008
+Expires: April 4, 2009 Symas Corp.
+ October 2008
LDAP Dereference Control
The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html.
- This Internet-Draft will expire on May 1, 2009.
+ This Internet-Draft will expire on April 4, 2009.
-Masarati & Chu Expires May 1, 2009 [Page 1]
+Masarati & Chu Expires April 4, 2009 [Page 1]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 2]
+Masarati & Chu Expires April 4, 2009 [Page 2]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 3]
+Masarati & Chu Expires April 4, 2009 [Page 3]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 4]
+Masarati & Chu Expires April 4, 2009 [Page 4]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 5]
+Masarati & Chu Expires April 4, 2009 [Page 5]
\f
Internet-Draft LDAP Deref October 2008
Given these entries:
- dn: cn=Howard Chu,ou=people,dc=OpenLDAP,dc=org
+ dn: cn=Howard Chu,ou=people,dc=example,dc=org
objectClass: inetOrgPerson
cn: Howard Chu
sn: Chu
uid: hyc
- dn: cn=Pierangelo Masarati,ou=people,dc=OpenLDAP,dc=org
+ dn: cn=Pierangelo Masarati,ou=people,dc=example,dc=org
objectClass: inetOrgPerson
cn: Pierangelo Masarati
sn: Masarati
uid: ando
- dn: cn=Test Group,ou=groups,dc=OpenLDAP,dc=org
+ dn: cn=Test Group,ou=groups,dc=example,dc=org
objectClass: groupOfNames
cn: Test Group
- member: cn=Howard Chu,ou=people,dc=OpenLDAP,dc=org
- member: cn=Pierangelo,Masarati,ou=people,dc=OpenLDAP,dc=org
+ member: cn=Howard Chu,ou=people,dc=example,dc=org
+ member: cn=Pierangelo,Masarati,ou=people,dc=example,dc=org
A search could be performed with a Dereference request control value
specified as
and the "cn=Test Group" entry would be returned with the response
control value
- { { member, cn=Howard Chu,ou=people,dc=OpenLDAP,dc=org,
+ { { member, cn=Howard Chu,ou=people,dc=example,dc=org,
{ { uid, [hyc] } } },
- { member, cn=Pierangelo Masarati,ou=people,dc=OpenLDAP,dc=org,
+ { member, cn=Pierangelo Masarati,ou=people,dc=example,dc=org,
{ { uid, [ando] } } } }
-Masarati & Chu Expires May 1, 2009 [Page 6]
+Masarati & Chu Expires April 4, 2009 [Page 6]
\f
Internet-Draft LDAP Deref October 2008
4. Implementation Notes
- This LDAP extension is currently implemented in OpenLDAP software.
+ This LDAP extension is currently implemented in OpenLDAP software
+ suing the temporary OID 1.3.6.1.4.1.4203.666.5.16 under OpenLDAP's
+ experimental OID arc.
-
-
-Masarati & Chu Expires May 1, 2009 [Page 7]
+Masarati & Chu Expires April 4, 2009 [Page 7]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 8]
+Masarati & Chu Expires April 4, 2009 [Page 8]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 9]
+Masarati & Chu Expires April 4, 2009 [Page 9]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 10]
+Masarati & Chu Expires April 4, 2009 [Page 10]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 11]
+Masarati & Chu Expires April 4, 2009 [Page 11]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 12]
+Masarati & Chu Expires April 4, 2009 [Page 12]
\f
Internet-Draft LDAP Deref October 2008
-Masarati & Chu Expires May 1, 2009 [Page 13]
+Masarati & Chu Expires April 4, 2009 [Page 13]
\f
Given these entries:
</preamble>
<artwork>
- dn: cn=Howard Chu,ou=people,dc=OpenLDAP,dc=org
+ dn: cn=Howard Chu,ou=people,dc=example,dc=org
objectClass: inetOrgPerson
cn: Howard Chu
sn: Chu
uid: hyc
- dn: cn=Pierangelo Masarati,ou=people,dc=OpenLDAP,dc=org
+ dn: cn=Pierangelo Masarati,ou=people,dc=example,dc=org
objectClass: inetOrgPerson
cn: Pierangelo Masarati
sn: Masarati
uid: ando
- dn: cn=Test Group,ou=groups,dc=OpenLDAP,dc=org
+ dn: cn=Test Group,ou=groups,dc=example,dc=org
objectClass: groupOfNames
cn: Test Group
- member: cn=Howard Chu,ou=people,dc=OpenLDAP,dc=org
- member: cn=Pierangelo,Masarati,ou=people,dc=OpenLDAP,dc=org
+ member: cn=Howard Chu,ou=people,dc=example,dc=org
+ member: cn=Pierangelo,Masarati,ou=people,dc=example,dc=org
</artwork>
</figure>
<figure>
value
</preamble>
<artwork>
- { { member, cn=Howard Chu,ou=people,dc=OpenLDAP,dc=org,
+ { { member, cn=Howard Chu,ou=people,dc=example,dc=org,
{ { uid, [hyc] } } },
- { member, cn=Pierangelo Masarati,ou=people,dc=OpenLDAP,dc=org,
+ { member, cn=Pierangelo Masarati,ou=people,dc=example,dc=org,
{ { uid, [ando] } } } }
</artwork>
</figure>
<section title="Implementation Notes">
<t>
-This LDAP extension is currently implemented in OpenLDAP software.
+This LDAP extension is currently implemented in OpenLDAP software
+suing the temporary OID 1.3.6.1.4.1.4203.666.5.16 under OpenLDAP's
+experimental OID arc.
</t>
</section>