Summary | mail attribute being set incorrectly |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | ben (at) |
Requester | bklang (at) horde (dot) org |
Created | 07/08/2006 (7015 days ago) |
Due | |
Updated | 08/14/2006 (6978 days ago) |
Assigned | 07/08/2006 (7015 days ago) |
Resolved | 08/14/2006 (6978 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
an object and pass an attribute with a null or empty value. That
might have been the original motivation for putting a space in the
field. However, unless the 'mail' attribute is required by one of the
dependant objectclasses (which it doesn't appear to be) it shouldn't
be set with bogus data. In my opinion it shouldn't be set with bogus
data *at all* if it can be avoided.
Assigned to ben
State ⇒ Assigned
here. I don't remember what it was though, so I'm holding off on this
one until I get a chance to look into it more deeply.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ mail attribute being set incorrectly
Queue ⇒ Horde Framework Packages
New Attachment: group-dont-set-empty-mail-attr.patch
State ⇒ Unconfirmed
should only be set when there is actual data. This patch corrects the
issue.