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 27 lines
The virtual attributes only control is a [supportedControl] that may be used to request that the server only include [Virtual Attribute] in matching entries. That is, real attributes will be excluded from [SearchResultEntry].
The virtual attributes only control has a request [OID|Definition -- Object Identifier] of "[2.16.840.1.113730.3.4.19]" and no value.
The following example shows a search on the base DN without the virtual attributes only control:
{{{
$ ldapsearch -p 1389 -D "cn=directory manager" -w password -b "dc=example,dc=com" \
-s base "objectclass=*"
version: 1
dn: dc=example,dc=com
objectClass: domain
objectClass: top
dc: example
$
}}}
The following example shows the same search with the virtual attributes only control:
{{{
$ ldapsearch -p 1389 -D "cn=directory manager" -w password -J "2.16.840.1.113730.3.4.19" \
-b "dc=example,dc=com" -s base "objectclass=*"
version: 1
dn: dc=example,dc=com
$
}}}
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]