diff options
Diffstat (limited to 'ldap/schema')
| -rw-r--r-- | ldap/schema/01common.ldif | 1 | ||||
| -rw-r--r-- | ldap/schema/60changelog.ldif | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ldap/schema/01common.ldif b/ldap/schema/01common.ldif index 01e0727d..c62a57dc 100644 --- a/ldap/schema/01common.ldif +++ b/ldap/schema/01common.ldif @@ -226,6 +226,7 @@ attributeTypes: ( 2.16.840.1.113730.3.1.2063 NAME 'nsEncryptionAlgorithm' DESC ' attributeTypes: ( 2.16.840.1.113730.3.1.2064 NAME 'nsSaslMapRegexString' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'Netscape Directory Server' ) attributeTypes: ( 2.16.840.1.113730.3.1.2065 NAME 'nsSaslMapBaseDNTemplate' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'Netscape Directory Server' ) attributeTypes: ( 2.16.840.1.113730.3.1.2066 NAME 'nsSaslMapFilterTemplate' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'Netscape Directory Server' ) +attributeTypes: ( 2.16.840.1.113730.3.1.2085 NAME 'isReplicated' DESC 'Changelog attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 X-ORIGIN 'Netscape Directory Server' ) # # objectclasses: # 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' |
