Blame SOURCES/0005-Issue-50933-Fix-OID-change-between-10rfc2307-and-10r.patch

3280a9
From 3d9ced9e340678cc02b1a36c2139492c95ef15a6 Mon Sep 17 00:00:00 2001
3280a9
From: Mark Reynolds <mreynolds@redhat.com>
3280a9
Date: Wed, 12 Aug 2020 12:46:42 -0400
3280a9
Subject: [PATCH 2/2] Issue 50933 - Fix OID change between 10rfc2307 and
3280a9
 10rfc2307compat
3280a9
3280a9
Bug Description:  10rfc2307compat changed the OID for nisMap objectclass to
3280a9
                  match the standard OID, but this breaks replication with
3280a9
                  older versions of DS.
3280a9
3280a9
Fix Description:  Continue to use the old(invalid?) oid for nisMap so that
3280a9
                  replication does not break in a mixed version environment.
3280a9
3280a9
Fixes: https://pagure.io/389-ds-base/issue/50933
3280a9
3280a9
Reviewed by: firstyear & tbordaz(Thanks!!)
3280a9
---
3280a9
 ldap/schema/10rfc2307compat.ldif | 2 +-
3280a9
 1 file changed, 1 insertion(+), 1 deletion(-)
3280a9
3280a9
diff --git a/ldap/schema/10rfc2307compat.ldif b/ldap/schema/10rfc2307compat.ldif
3280a9
index 78c588d08..8ba72e1e3 100644
3280a9
--- a/ldap/schema/10rfc2307compat.ldif
3280a9
+++ b/ldap/schema/10rfc2307compat.ldif
3280a9
@@ -253,7 +253,7 @@ objectClasses: (
3280a9
   MAY ( nisNetgroupTriple $ memberNisNetgroup $ description )
3280a9
   )
3280a9
 objectClasses: (
3280a9
-  1.3.6.1.1.1.2.9 NAME 'nisMap' SUP top STRUCTURAL
3280a9
+  1.3.6.1.1.1.2.13 NAME 'nisMap' SUP top STRUCTURAL
3280a9
   DESC 'A generic abstraction of a NIS map'
3280a9
   MUST nisMapName
3280a9
   MAY description
3280a9
-- 
3280a9
2.26.2
3280a9