This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 24 lines
!!! Overview
The real attributes only control is a [SupportedControl] that may be used to request that the server only include real attributes in matching entries. That is, [Virtual Attribute] will be excluded from [search result entries|SearchResultEntry].
The real attributes only control has a request [OID|Definition -- Object Identifier] of "[2.16.840.1.113730.3.4.17]" and no value.
In the following search, the {{numsubordinates}} virtual attribute is requested and returned:
{{{
$ ldapsearch -D "cn=directory manager" -w password -b "ou=people,dc=example,dc=com" -s base "objectclass=*" numsubordinates
version: 1
dn: ou=People,dc=example,dc=com
numSubordinates: 50
$
}}}
In the following search, the {{numsubordinates}} virtual attribute is requested but is not returned because the real attributes only control is used:
{{{
$ ldapsearch -D "cn=directory manager" -w password -J "2.16.840.1.113730.3.4.17" -b "ou=people,dc=example,dc=com" -s base "objectclass=*" numsubordinates
version: 1
dn: ou=People,dc=example,dc=com
$
}}}!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]