mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
07.50.2008 9b6dfe96f8d0e0c92c4fdbf3f65459271bca425c
refs
author lutoff <lutoff@localhost>
Monday, April 7, 2008 14:50 +0200
committer lutoff <lutoff@localhost>
Monday, April 7, 2008 14:50 +0200
commit9b6dfe96f8d0e0c92c4fdbf3f65459271bca425c
tree c47e936ae9073088e923ff8a3772ebe8b76b6e1b tree | zip | gz
parent 4978cbcfce206fb43659395556b59c33127505bd view | diff
Fix for issue #2270 (export-ldif doesn't exclude operational attributes when it's a task)

Add the following attribute into 'ds-task-export'

attributeTypes: ( 1.3.6.1.4.1.26027.1.1.464
NAME 'ds-task-export-include-operational-attributes'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE
X-ORIGIN 'OpenDS Directory Server' )


When export-ldif is ran as a task, we add the corresponding attribute
value in the created task entry if the --excludeOperational is present
5 files modified
33 ■■■■■ changed files
opends/resource/schema/02-config.ldif 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/ExportTask.java 8 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ExportLDIF.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/LDIFExportConfig.java 4 ●●●● diff | view | raw | blame | history