Something went wrong while setting issue due date.
[Audit] - Migration - obsolete attribute in backend config must be set - fdAuditRotationDelay
Closed
[Audit] - Migration - obsolete attribute in backend config must be set - fdAuditRotationDelay
In order to respect existing migration logic, we have to set the previous attribute fdAuditRotationDelay inside the schema with an obsolete tag.
Only in version 1.6 can the attribute be completely removed.
Below data must be integrated again :
attributetype ( 1.3.6.1.4.1.38414.61.1.3 NAME 'fdAuditRotationDelay'
DESC 'FusionDirectory - Actions to be stored by audit plugin'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
SINGLE-VALUE)
objectclass ( 1.3.6.1.4.1.38414.61.2.1 NAME 'fdAuditPluginConf'
DESC 'FusionDirectory audit plugin configuration'
SUP top AUXILIARY
MUST ( cn )
MAY ( fdAuditActions $ fdAuditRDN $ fdAuditRotationDelay ) )
Into this form :
attributetype ( 1.3.6.1.4.1.38414.61.1.3 NAME 'fdAuditRotationDelay'
DESC 'FusionDirectory - Actions to be stored by audit plugin'
OBSOLETE
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
SINGLE-VALUE)
objectclass ( 1.3.6.1.4.1.38414.61.2.1 NAME 'fdAuditPluginConf'
DESC 'FusionDirectory audit plugin configuration'
SUP top AUXILIARY
MUST ( cn )
MAY ( fdAuditActions $ fdAuditRDN $ fdAuditRotationDelay ) )