From: Graham B. <gb...@po...> - 2001-05-03 09:52:39
|
On Thu, May 03, 2001 at 10:39:15AM +0100, Chris Ridd wrote: > The text after the add/delete/replace is defined to be an > AttributeDescription, ie an attribute name with options like ;binary and > ;lang-en_US. So the code needs to account for that too, which it does not > appear to. > > However, I'm not sure what that means. For example: > > dn: uid=rco, ou=People, dc=company, dc=com > changetype: modify > add: telephoneNumber;work > telephoneNumber;home: +41 21 056 00 00 > > That's legal in the LDIF spec, but I'm not sure it makes sense. If you omit > the ;home it is still legal, and still doesn't make a lot of sense. Right, that does not make sense. > I *suspect* you are meant to ignore any options on the add/delete/replace > line. Anyone else? I suspect you are right. Graham. |