Summary | Add to Address Book needs to ask for more info for LDAP backend |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | simon (at) simonandkate (dot) net |
Created | 04/05/2009 (5886 days ago) |
Due | |
Updated | 06/02/2011 (5098 days ago) |
Assigned | |
Resolved | 06/02/2011 (5098 days ago) |
Milestone | |
Patch | No |
Turba's checkrequired parameter works for me, so this is resolved for me.
// Consult the LDAP schema to verify that all required attributes for
// an entry are set and add them if needed.
'checkrequired' => true,
// Value used to fill in missing required attributes.
'checkrequired_string' => ' ',
Thanks guys, good fix.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Add to Address Book needs to ask for more info for LDAP backend
Type ⇒ Enhancement
State ⇒ New
fine, I can add new contacts and search existing ones.
Imp is configured to use the LDAP address book as default. When I
click on the "Add to Address Book" icon in a mail in Imp, it fails
because the submission to LDAP does not include enough information and
returns an object class violation. I.e. the address doesn't have "sn"
that is required for the address book entry.
Reproducible - yes every time.
Expected behaviour - if "Add to Address Book" submission does not
contain enough information to successfully create the entry, it should
return a partially-completed form for the user to fill in mandatory
fields before re-submission.