Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support AttributeTypeDescription USAGE userApplications distributedOperation dSAOperation #971

Closed
389-ds-bot opened this issue Sep 12, 2020 · 3 comments
Labels
closed: fixed Migration flag - Issue
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/47634


http://www.ietf.org/rfc/rfc4512.txt
4.1.2. Attribute Types

We parse the schema file correctly:

attributeTypes: ( 1.3.6.1.4.1.1466.101.120.15 NAME 'supportedLDAPVersion'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
USAGE dSAOperation
X-ORIGIN 'RFC 4512' )

But when you search the schema using ldap, it does not list the schema correctly:
ldapsearch -xLLL -h localhost -p 3890 -b cn=schema attributetypes|grep -i supportedLDAPVersion

attributetypes: ( 1.3.6.1.4.1.1466.101.120.15 NAME 'supportedLDAPVersion' SYN
TAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'RFC 4512' )

Even if we don't exactly "support" USAGE dSAOperation, we should at least display it when searching the schema.

@389-ds-bot 389-ds-bot added the closed: fixed Migration flag - Issue label Sep 12, 2020
@389-ds-bot 389-ds-bot added this to the 1.3.2.10 milestone Sep 12, 2020
@389-ds-bot
Copy link
Author

Comment from rmeggins (@richm) at 2013-12-20 00:02:45

0001-Ticket-47634-support-AttributeTypeDescription-USAGE-.patch
0001-Ticket-47634-support-AttributeTypeDescription-USAGE-.patch

@389-ds-bot
Copy link
Author

Comment from rmeggins (@richm) at 2013-12-20 03:19:34

To ssh://git.fedorahosted.org/git/389/ds.git
1620c12..1929869 389-ds-base-1.3.2 -> 389-ds-base-1.3.2
commit db82603
Author: Rich Megginson richm@redhat.com
Date: Thu Dec 19 10:49:27 2013 -0700
c5e9bd7..2d4dc97 master -> master
commit ee7565f
Author: Rich Megginson richm@redhat.com
Date: Thu Dec 19 10:49:27 2013 -0700

@389-ds-bot
Copy link
Author

Comment from rmeggins (@richm) at 2017-02-11 22:49:20

Metadata Update from @richm:

  • Issue assigned to richm
  • Issue set to the milestone: 1.3.2.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: fixed Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant