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 29 lines
!!! Overview
[{$pagename}] are "__officially__" defined in the [Internet Assigned Numbers Authority (IANA) Considerations for the Lightweight Directory Access Protocol (LDAP)] by [RFC 4520].
More specifically they are defined in the [IANA Registry] [LDAP ModifyRequest Operations|https://www.iana.org/assignments/ldap-parameters/ldap-parameters.xhtml#ldap-parameters-11|target='_blank']
Each [Modify Request] includes a [{$pagename}], the attribute description for the target attribute, and an optional set of values. The following kinds of modifications are supported:
%%zebra-table
%%sortable
%%table-filter
||Name||Value||Owner||Reference
|[add|add Modification-type]|0|IESG|[Protocol]
|[delete|delete Modification-type]|1|IESG|[Protocol]
|[replace|replace Modification-type]|2|IESG|[Protocol]
|[increment|LDAP Modify-Increment Extension]|3|IESG|[RFC 4525]
/%
/%
/%
If the modification type is "[increment|LDAP Modify-Increment Extension]", then there must be an attribute description with __exactly one value__, and that value must be a positive or negative integer. The target attribute must exist in the entry with exactly one value, and that value must be an integer. The increment operation will update the specified attribute so that its new value will be the sum of the provided value and the existing value.
!! [{$pagename}] Order
If a modify request includes multiple modifications, then they will be applied in the order that they are listed in the [modify Request]. If one modification depends on another modification in the same [modify Request], then it should be listed after the modification on which it depends.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [The LDAP Modify Operation|https://www.ldap.com/the-ldap-modify-operation/|target='_blank'] - based on information obtained 2016-07-03-