Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

name

ADS

description

User modifiable

comment

creatorsName

(tick)

This attribute is added to every entry just created. It contains
the principal DN of the creator

(minus)

mandatory

createTimestamp

(tick)

This attribute is added to every entry just created. It contains
the date of creation

(minus)

mandatory

modifiersName

(tick)

This attribute is added to every entry which has been modified.
It contains the principal DN of the modifier

(minus)

mandatory

modifyTimestamp

(tick)

 This attribute is added to every entry which has been modified.
It contains the last modificationdate

(minus)

mandatory

subschemaSubentry

 

 

(tick)

 

objectClasses

 

 

(tick)

 

attributeTypes

 

 

(tick)

 

matchingRules

 

 

(tick)

 

matchingRuleUse

 

 

(tick)

 

ldapSyntaxes

 

 

(tick)

 

dITContentRules

 

 

(tick)

 

dITStructureRules

 

 

(tick)

 

nameForms

 

 

(tick)

 

structuralObjectClass

 

 

(minus)

 

governingStructureRule

 

 

(minus)

 

TO BE CONTINUED ...

The interceptor

 The The OperationalAttribute interceptor is used to manipulate those operational attributes. It currently update the added, modified, renamed or moved entries.

Add operation

Adding an entry into the server is done by a principal. This information will be stored into the added entry using two operational attributes :

  1. creatorsName : the principal who creates the entry
  2. createTimestamp : the current date

This is managed in the add() method