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

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