[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nfsv4] FedFS Meeting Minutes, 10/22/2009
On Thu, 22 Oct 2009, Nicolas Williams wrote:
>
> - Why does fedfsAnnotation implement a SET as an octet string with
> escaping conventions when LDAP supports SET OF attributes? Why not
> make it a set of key=val instead of a concatenation of key=val's with
> separators and escapes?
A fedfsAnnotation is a single key/value pair. The attribute is
multi-valued, so an LDAP entry may contain multiple fedfsAnnotation
values and hence multiple key/value pairs.
What concatenation are referring to?
What is the alternative LDAP schema you are proposing?