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

lutoff
07.50.2008 3b9702209d513c8f1edc4054ca835e3ac39a0970
refs
author lutoff <lutoff@localhost>
Monday, April 7, 2008 14:50 +0200
committer lutoff <lutoff@localhost>
Monday, April 7, 2008 14:50 +0200
commit3b9702209d513c8f1edc4054ca835e3ac39a0970
tree 760be0e60314b85bc2d1fb56c2f8557ca07eddaf tree | zip | gz
parent 0fb9b879350996a40a419dbbc8c3ed3068553e16 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
opendj-sdk/opends/resource/schema/02-config.ldif 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tasks/ExportTask.java 8 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/ExportLDIF.java 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/LDIFExportConfig.java 4 ●●●● diff | view | raw | blame | history