Summary | New parameter for LDAP driver |
Queue | Turba |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | tevans (at) tachometry (dot) com |
Created | 09/19/2005 (7219 days ago) |
Due | |
Updated | 09/21/2005 (7217 days ago) |
Assigned | |
Resolved | 09/21/2005 (7217 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
apply cleanly, so please check it to make sure I got it right. In the
future please use cvs diff -uRN to generate a single diff for
multi-file patches.
New Attachment: turba_param_patch[1].txt
explain the new parameter and provided an example usage. This
attachment includes both the original patch and the added docs.
State ⇒ Feedback
option and changed behavior to the examples and parameter listings in
sources.php.dist?
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ New parameter for LDAP driver
Queue ⇒ Turba
New Attachment: turba_param_patch.txt
'checkrequired_string' parameters for the LDAP driver because these
parameters also triggered a heavyweight syntax check (field by field
via isPostalAddress method) that spiked the CPU on both the web server
and the LDAP server.
I propose using an alternate parameter name ('checksyntax') to isolate
these two features from each other. This patch allowed me to use the
auto-fill functionality for newly added entires via the
'checkrequired' parameters with no appreciable performance penalty.