diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-06 01:09:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:06 -0500 |
commit | 13881fa128d1e48b947512159271aae3f51b3572 (patch) | |
tree | d5cb64c68ad55b486c3859b6ccf949d8474c4686 /source4/setup | |
parent | 6bffcc6d45c496678bd3f8ab2f9fb88e94a17d0a (diff) | |
download | samba-13881fa128d1e48b947512159271aae3f51b3572.tar.gz samba-13881fa128d1e48b947512159271aae3f51b3572.tar.bz2 samba-13881fa128d1e48b947512159271aae3f51b3572.zip |
r20577: - allocate an OID range for samba4 LDB/LDAP Controls
- allocate an OID for LDB Control that hold meta data when applying
replicated objects
metze
(This used to be commit 2660c5ab211f353324452694b4bd5fd8bd17745b)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/schema_samba4.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index d0519ddde0..547ff3cb76 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -4,6 +4,7 @@ ## Samba4 OID allocation from Samba3's examples/LDAP/samba.schema ## 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.255.x - mapped OIDs due to conflicts between AD and standards-track # # @@ -145,6 +146,7 @@ attributeID: 1.3.6.1.4.1.5322.10.1.10 attributeSyntax: 2.5.5.10 oMSyntax: 4 +#Allocated: DSDB_CONTROL_REPLICATED_OBJECT_OID 1.3.6.1.4.1.7165.4.3.1 #Allocated: (middleName) attributeID: 1.3.6.1.4.1.7165.4.255.1 |