[LDAPsh-devel] Regaring "vi" and new attributes
Status: Beta
Brought to you by:
rcorvalan
From: Rafael C. <Raf...@li...> - 2003-09-17 15:20:45
|
Hi James,=20 Regarding my comment on the code: <R> BUG (TODO): If you add an attribute to an entry (so, <R> if you add a value to an attribute that hadn't <R> previously a value), it will not be detected. <R> We should do a two-way check. You replied: <J> I don't quite understand this comment. Do you have <J> any test cases that exhibit incorrect behaviour? <J> The command was designed to detect new attributes, <J> and new values for existing attributes, without <J> using a two-way check. The task that is not possible <J> is the addition of new entries (i.e. new DNs) or <J> removal of existing entries. You're absolutely right. My test case was wrong. It works great, on Linux and Windows ! I will remove the comment. Rafael |