Summary | improving log error reporting |
Queue | Synchronization |
Type | Enhancement |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | dom.lalot (at) gmail (dot) com |
Created | 05/14/2009 (5892 days ago) |
Due | |
Updated | 05/14/2009 (5892 days ago) |
Assigned | |
Resolved | 05/14/2009 (5892 days ago) |
Milestone | |
Patch | No |
State ⇒ Duplicate
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ improving log error reporting
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
I found some errors. That should be due to a bad source
May 13 17:58:59 ent2 ent2 HORDE[2762]: [horde] Error in adding client
entry: Failed to add an object: [34] "Invalid DN syntax" DN:
,ou=xxx=fr (attributes: [a:4:{s:2:"cn";s:13:"Pierre
Mallet";s:4:"mail";s:24:"pierre.xxx@univ.fr";s:3:"uid";s:49:"20090513180025.15454pb61rpnq3cw@webmel.univmed.fr";s:11:"objectclass";a:2:{i:0;s:13:"univmedperson";i:1;s:17:"univmedpersdivers";}}]).Charset:UTF-8 [pid 2762 on line 282 of
"/var/www/perso/horde-webmail-1.2.2/lib/SyncML/Sync.php"]
What would be great is to be able to relate that kind of error to the
logged user. Searchnig for the pid, I was able to find the user, but
it's not very easy. In every error we should put enough information in
order to find what is wrong in a user environment
May be a change in logmessage? login+sessionid..
Thanks
Dom