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 35 lines
!!! Overview[1]
[{$pagename}] is a [LDAP ModifyRequest Operation] within an [Modify Request]
If [{$pagename}] then there must be an [attributeType] description and a set of values.
If the specified [attributeType] does not already exist in the target entry, then it will be added with all of the provided values.
If the [attributeType] does exist, then the provided values will be added to the existing values for that attribute.
Under normal circumstances, a [Modify Request] cannot be used to add a value that already exists in the entry.
!! [LDIF Examples|LDIF Example] for [{$pagename}]
The [{$pagename}] [ChangeType] is used to __add__ new entries to a [DIB] via [LDIF] and is used the same as the [Add Request]. An [{$pagename}] record requires values for all of the mandatory [attributeTypes] of the [TargetDN]'s base class. The [objectClass] attribute must be set to the base class or to the [SUP] of the base class.
An LDIF file with multiple add/change records must first add the container entries and then the leaf entries that will reside in the container (unless Forward Referencing is enabled). For example:
%%prettify
{{{
version: 1
dn: cn=johndoe, ou=provo, ou=users, o=novell
changetype: add
sn: Doe
givenName: John
objectClass: inetOrgPerson
telephoneNumber: 555 555-5555
mail: jdoe@novell.com
userPassword: Password
}}} /%
!! 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