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

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