Issue 8636 - Invalid DESC for deltaCRL schema definition
Summary: Invalid DESC for deltaCRL schema definition
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.42
Hardware: All All
: --- normal
Target Milestone: 2.5.0
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-13 08:58 UTC by james@turnersoft.co.uk
Modified: 2020-10-14 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description james@turnersoft.co.uk 2017-04-13 08:58:43 UTC
Full_Name: James Turner
Version: 2.4.42
OS: Ubuntu 16.04 LTS
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.86.27.193)


The schema definition for 'deltaCRL' includes:

  DESC 'RFC2587: PKI user'

This class does not represent a user - the text may have been copied/pasted from
pkiUser (which appears a few definitions above it in the same files).

A more appropriate definition would be something like:

  DESC 'RFC2587: delta CRL'

Affected files:

servers/slapd/schema/core.ldif
servers/slapd/schema/core.schema
Comment 1 Quanah Gibson-Mount 2017-04-13 15:08:53 UTC
moved from Incoming to Software Bugs
Comment 2 Quanah Gibson-Mount 2017-04-14 16:47:36 UTC
--On Thursday, April 13, 2017 9:58 AM +0000 james@turnersoft.co.uk wrote:

> A more appropriate definition would be something like:
>
>   DESC 'RFC2587: delta CRL'

Technically RFC2587 has been obsoleted by RFC4523.  It looks like the core 
schema file has never been appropriately updated to reflect this, however. 
RFC4523 has an explicit DESC field for deltaCRL that's probably better to 
use.  Will discuss with the team to see what we want to do.

--Quanah

--

Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>


Comment 3 OpenLDAP project 2017-04-14 16:50:23 UTC
Need to review core.schema in light of RFC4523
Comment 4 Quanah Gibson-Mount 2017-04-14 16:50:23 UTC
changed notes
Comment 6 Quanah Gibson-Mount 2020-09-25 15:11:25 UTC
Commits: 
  • f3e86d3d 
by Quanah Gibson-Mount at 2020-09-25T04:29:59+00:00 
ITS#8636 - Fix DESC for deltaCRL attribute