This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master in repository 389-ds-base.
The following commit(s) were added to refs/heads/master by this push: new 5afcbb0 Issue 50933 - Fix OID change between 10rfc2307 and 10rfc2307compat 5afcbb0 is described below
commit 5afcbb0d53e06aee85373df32c87bf830d41c251 Author: Mark Reynolds mreynolds@redhat.com AuthorDate: Wed Aug 12 12:46:42 2020 -0400
Issue 50933 - Fix OID change between 10rfc2307 and 10rfc2307compat
Bug Description: 10rfc2307compat changed the OID for nisMap objectclass to match the standard OID, but this breaks replication with older versions of DS.
Fix Description: Continue to use the old(invalid?) oid for nisMap so that replication does not break in a mixed version environment.
Fixes: https://pagure.io/389-ds-base/issue/50933
Reviewed by: firstyear & tbordaz(Thanks!!) --- ldap/schema/10rfc2307compat.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ldap/schema/10rfc2307compat.ldif b/ldap/schema/10rfc2307compat.ldif index 78c588d..8ba72e1 100644 --- a/ldap/schema/10rfc2307compat.ldif +++ b/ldap/schema/10rfc2307compat.ldif @@ -253,7 +253,7 @@ objectClasses: ( MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) ) objectClasses: ( - 1.3.6.1.1.1.2.9 NAME 'nisMap' SUP top STRUCTURAL + 1.3.6.1.1.1.2.13 NAME 'nisMap' SUP top STRUCTURAL DESC 'A generic abstraction of a NIS map' MUST nisMapName MAY description
389-commits@lists.fedoraproject.org