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 20 lines
The entry change notification control is a [supportedControl] that is included in search result entries returned to clients in response to a [search operation|SearchRequest] that uses the [Persistent Search Control].
The entry change notification control is described in [draft-ietf-ldapext-psearch|https://opends.dev.java.net/public/standards/draft-ietf-ldapext-psearch.txt] and has an OID of 2.16.840.1.113730.3.4.7.
The entry change notification control is defined as follows:
{{{ EntryChangeNotification ::= SEQUENCE {
changeType ENUMERATED {
add (1),
delete (2),
modify (4),
modDN (8)
},
previousDN LDAPDN OPTIONAL, -- modifyDN ops. only
changeNumber INTEGER OPTIONAL -- if supported
} }}}
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]