diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-06 10:14:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:08 -0500 |
commit | 15d9b63caff5e92d9489b0b083715f98faecb2a5 (patch) | |
tree | 4b097402376c87d64211682533821cd9c7463234 /source4/setup | |
parent | b5eb73280e82905bafbe827e781481386c98cc82 (diff) | |
download | samba-15d9b63caff5e92d9489b0b083715f98faecb2a5.tar.gz samba-15d9b63caff5e92d9489b0b083715f98faecb2a5.tar.bz2 samba-15d9b63caff5e92d9489b0b083715f98faecb2a5.zip |
r20586: - allocate an OID range for LDB/LDAP extended operations
- allocate an OID for DSDB_EXTENDED_REPLICATED_OBJECTS_OID which
will replace the DSDB_CONTROL_REPLICATED_OBJECT_OID soon
metze
(This used to be commit 6397f014482172573facd3d87d1f9eec1b320ac5)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/schema_samba4.ldif | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index 547ff3cb76..217680b369 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -5,6 +5,7 @@ ## 1.3.6.1.4.1.7165.4.1.x - attributetypes ## 1.3.6.1.4.1.7165.4.2.x - objectclasses ## 1.3.6.1.4.1.7165.4.3.x - LDB/LDAP Controls +## 1.3.6.1.4.1.7165.4.4.x - LDB/LDAP Extended Operations ## 1.3.6.1.4.1.7165.4.255.x - mapped OIDs due to conflicts between AD and standards-track # # @@ -148,6 +149,8 @@ oMSyntax: 4 #Allocated: DSDB_CONTROL_REPLICATED_OBJECT_OID 1.3.6.1.4.1.7165.4.3.1 +#Allocated: DSDB_EXTENDED_REPLICATED_OBJECTS_OID 1.3.6.1.4.1.7165.4.4.1 + #Allocated: (middleName) attributeID: 1.3.6.1.4.1.7165.4.255.1 #Allocated: (defaultGroup) attributeID: 1.3.6.1.4.1.7165.4.255.2 |