summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60changelog.ldif
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-08-25 13:20:47 -0600
committerRich Megginson <rmeggins@redhat.com>2009-08-25 13:24:29 -0600
commit30e3822919e20cb13dfc5dabc50e7c1fe5e21d40 (patch)
tree6677a7a1a062931b63b7b0a022959198b1cca6ca /ldap/schema/60changelog.ldif
parent66aa2197b7de316f540fe924ea3435c9275a82d7 (diff)
downloadds-30e3822919e20cb13dfc5dabc50e7c1fe5e21d40.tar.gz
ds-30e3822919e20cb13dfc5dabc50e7c1fe5e21d40.tar.xz
ds-30e3822919e20cb13dfc5dabc50e7c1fe5e21d40.zip
Need to store additional attributes in Retro Changelog389-ds-base-1.2.21.2
https://bugzilla.redhat.com/show_bug.cgi?id=504651 Resolves: 504651 Bug Description: Need to store additional attributes in Retro Changelog Submitted by: Endi Sukma Dewata <edewata@redhat.com> Reviewed by: rmeggins (thanks!) Platforms tested: FC10 x86_64 Fix Description: The fix allows recording some user-defined attributes from the target entry of the operation (e.g. objectGUID) and built-in attributes generated by the plugin (e.g. isReplicated) into the change log entry. The attributes should be specified in the configuration entry: dn: cn=Retro Changelog Plugin,cn=plugins,cn=config ... nsslapd-attribute: objectGUID nsslapd-attribute: isReplicated The change log entry will contain the additional attributes: dn: changeNumber=...,cn=changelog ... objectGUID: ... isReplicated: ... ---
Diffstat (limited to 'ldap/schema/60changelog.ldif')
-rw-r--r--ldap/schema/60changelog.ldif11
1 files changed, 11 insertions, 0 deletions
diff --git a/ldap/schema/60changelog.ldif b/ldap/schema/60changelog.ldif
index 20dff136..ba3b82e9 100644
--- a/ldap/schema/60changelog.ldif
+++ b/ldap/schema/60changelog.ldif
@@ -81,6 +81,17 @@ attributeTypes: (
#
################################################################################
#
+attributeTypes: (
+ 2.16.840.1.113730.3.1.2085
+ NAME 'isReplicated'
+ DESC 'a flag which indicates whether the change was replicated'
+ EQUALITY booleanMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+ SINGLE-VALUE
+ )
+#
+################################################################################
+#
objectClasses: (
2.16.840.1.113730.3.2.1
NAME 'changeLogEntry'