At 04:33 AM 2002-03-04, Michael Ströder wrote:
David Chadwick wrote:
OR not return the attribute.
Absolutely not. The user has asked for ALL attributes. Unless access controls prevent it, all should be returned, even if the user cant handle them. For example, pictures should be returned, even though today some well known windows clients cant display them (whilst others can).
I concur.
Yes.This is no different to sending others back using ;binary encoding. The server does not know what the client supports, so should assume it can support everything since it has not limited what it wants.
Then clients MUST treat any attribute description which contains an unrecognized option as unrecognized.
Do you think that's a big difference to what LDAP clients are already doing today?
Clients cannot simply treat attributes with unrecognized options as an (indirect) subtype of the attribute description with the same attribute type and no options.
So what?
It is a really bad idea for servers to assume clients support anything which is not REQUIRED.
Ciao, Michael.