#47634 support AttributeTypeDescription USAGE userApplications distributedOperation dSAOperation
Closed: wontfix None Opened 10 years ago by rmeggins.

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.


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 rmeggins@redhat.com
Date: Thu Dec 19 10:49:27 2013 -0700
c5e9bd7..2d4dc97 master -> master
commit ee7565f
Author: Rich Megginson rmeggins@redhat.com
Date: Thu Dec 19 10:49:27 2013 -0700

Metadata Update from @rmeggins:
- Issue assigned to rmeggins
- Issue set to the milestone: 1.3.2.10

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/971

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata