49 lines
1.9 KiB
Diff
49 lines
1.9 KiB
Diff
|
|
From e167524e306241ba14f925f412e3f89828ed8c61 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Joseph Sutton <josephsutton@catalyst.net.nz>
|
||
|
|
Date: Thu, 25 Aug 2022 20:15:33 +1200
|
||
|
|
Subject: [PATCH 17/34] schema_samba4.ldif: Allocate previously added OIDs
|
||
|
|
|
||
|
|
DSDB_CONTROL_FORCE_ALLOW_VALIDATED_DNS_HOSTNAME_SPN_WRITE_OID was added
|
||
|
|
to source4/dsdb/samdb/samdb.h in commit
|
||
|
|
c2ab1f4696fa3f52918a126d0b37993a07f68bcb.
|
||
|
|
|
||
|
|
DSDB_EXTENDED_SCHEMA_LOAD was added in commit
|
||
|
|
1fd4cdfafaa6a41c824d1b3d76635bf3e446de0f.
|
||
|
|
|
||
|
|
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
|
||
|
|
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
|
||
|
|
Reviewed-by: Stefan Metzmacher <metze@samba.org>
|
||
|
|
(cherry picked from commit 672ec6135f9ae3d7b5439523a4f456c19fb03a88)
|
||
|
|
|
||
|
|
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15270
|
||
|
|
|
||
|
|
[abartlet@samba.org This required as context for the above bug]
|
||
|
|
|
||
|
|
Conflict: NA
|
||
|
|
Reference: https://attachments.samba.org/attachment.cgi?id=17821
|
||
|
|
---
|
||
|
|
source4/setup/schema_samba4.ldif | 2 ++
|
||
|
|
1 file changed, 2 insertions(+)
|
||
|
|
|
||
|
|
diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif
|
||
|
|
index a31b67750d4..54f48bde20e 100644
|
||
|
|
--- a/source4/setup/schema_samba4.ldif
|
||
|
|
+++ b/source4/setup/schema_samba4.ldif
|
||
|
|
@@ -231,6 +231,7 @@
|
||
|
|
#Allocated: DSDB_CONTROL_INVALID_NOT_IMPLEMENTED 1.3.6.1.4.1.7165.4.3.32
|
||
|
|
#Allocated: DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID 1.3.6.1.4.1.7165.4.3.33
|
||
|
|
#Allocated: DSDB_CONTROL_TRANSACTION_IDENTIFIER_OID 1.3.6.1.4.1.7165.4.3.34
|
||
|
|
+#Allocated: DSDB_CONTROL_FORCE_ALLOW_VALIDATED_DNS_HOSTNAME_SPN_WRITE_OID 1.3.6.1.4.1.7165.4.3.35
|
||
|
|
|
||
|
|
|
||
|
|
# Extended 1.3.6.1.4.1.7165.4.4.x
|
||
|
|
@@ -243,6 +244,7 @@
|
||
|
|
#Allocated: DSDB_EXTENDED_SEC_DESC_PROPAGATION_OID 1.3.6.1.4.1.7165.4.4.7
|
||
|
|
#Allocated: DSDB_EXTENDED_CREATE_OWN_RID_SET 1.3.6.1.4.1.7165.4.4.8
|
||
|
|
#Allocated: DSDB_EXTENDED_ALLOCATE_RID 1.3.6.1.4.1.7165.4.4.9
|
||
|
|
+#Allocated: DSDB_EXTENDED_SCHEMA_LOAD 1.3.6.1.4.1.7165.4.4.10
|
||
|
|
|
||
|
|
|
||
|
|
############
|
||
|
|
--
|
||
|
|
2.25.1
|