[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Protocol: attribute selection
- To: ietf-ldapbis@OpenLDAP.org
- Subject: Re: Protocol: attribute selection
- From: Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
- Date: Mon, 15 Mar 2004 22:09:43 +0100
- In-reply-to: <HBF.20040108v42s@bombur.uio.no>
- References: <6.0.0.22.0.20040108105153.02725ca0@127.0.0.1> <HBF.20040108v42s@bombur.uio.no>
I think an earlier message about this may have gotten lost:
In [protocol]-22 4.5.1 (Search Request),
the ASN.1 list of attributes has the confusing names
AttributeSelection ::= SEQUENCE OF selection LDAPString
-- constrained to <attributeSelection> below
so in plain language, the attributes are a selection of a selection.
Also, it is selection and not AttributeSelection which is constrained to
<attributeSelection>, which is the syntax for _one_ attribute:
attributeSelection = attributedescription / selectionspecial
So an AttributeSelection is a sequence of attributeSelections...
I suggest to call the ABNF token and the 'selection' ASN.1 name
'requestedAttribute', 'searchAttr' or something.
--
Hallvard