34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From 829157cf07ec887a7164600a53bdc688aa4717be Mon Sep 17 00:00:00 2001
|
|
From: Joseph Sutton <josephsutton@catalyst.net.nz>
|
|
Date: Tue, 7 Feb 2023 09:25:48 +1300
|
|
Subject: [PATCH 18/34] CVE-2023-0614 schema_samba4.ldif: Allocate previously
|
|
added OID
|
|
|
|
DSDB_CONTROL_CALCULATED_DEFAULT_SD_OID was added in commit
|
|
08187833fee57a8dba6c67546dfca516cd1f9d7a.
|
|
|
|
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15270
|
|
|
|
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
|
|
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
Conflict: NA
|
|
Reference: https://attachments.samba.org/attachment.cgi?id=17821
|
|
---
|
|
source4/setup/schema_samba4.ldif | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif
|
|
index 54f48bde20e..79800bfd6df 100644
|
|
--- a/source4/setup/schema_samba4.ldif
|
|
+++ b/source4/setup/schema_samba4.ldif
|
|
@@ -232,6 +232,7 @@
|
|
#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
|
|
+#Allocated: DSDB_CONTROL_CALCULATED_DEFAULT_SD_OID 1.3.6.1.4.1.7165.4.3.36
|
|
|
|
|
|
# Extended 1.3.6.1.4.1.7165.4.4.x
|
|
--
|
|
2.25.1
|