From: <svn...@op...> - 2009-03-31 18:28:58
|
Author: scriptor Date: Tue Mar 31 20:28:54 2009 New Revision: 5496 URL: http://www.opensync.org/changeset/5496 Log: Fixing a "Naming violation" error with LDAP: value of naming attribute 'documentIdentifier' is not present in entry: Replaced "_host" by "@host" etc. Modified: plugins/ldap-sync/tests/note1.xml plugins/ldap-sync/tests/test.conf Modified: plugins/ldap-sync/tests/note1.xml ============================================================================== --- plugins/ldap-sync/tests/note1.xml Tue Mar 31 20:28:44 2009 (r5495) +++ plugins/ldap-sync/tests/note1.xml Tue Mar 31 20:28:54 2009 (r5496) @@ -34,6 +34,6 @@ <Content>First memo.</Content> </Summary> <Uid> - <Content>200...@jl...</Content> + <Content>200...@ho...</Content> </Uid> -</note> \ No newline at end of file +</note> Modified: plugins/ldap-sync/tests/test.conf ============================================================================== --- plugins/ldap-sync/tests/test.conf Tue Mar 31 20:28:44 2009 (r5495) +++ plugins/ldap-sync/tests/test.conf Tue Mar 31 20:28:54 2009 (r5496) @@ -26,10 +26,10 @@ CONTACT1_FILE='/tmp/file_contact/pas-id-49C8DD6D00000035' CONTACT2_FILE='/tmp/file_contact/pas-id-49C6A95E00000026' -EVENT1_FILE='/tmp/file_event/20090320T204925Z-32394-500-1-247_host.example.com' -TODO1_FILE='/tmp/file_todo/20090325T135501Z-32394-500-1-302_host.example.com' -NOTE1_FILE='/tmp/file_note/20090228T003924Z-14681-500-1-43_host.example.com' -NOTE2_FILE='/tmp/file_note/20090103T144254Z-31888-500-1-0_host.example.com' +EVENT1_FILE='/tmp/file_event/200...@ho...' +TODO1_FILE='/tmp/file_todo/200...@ho...' +NOTE1_FILE='/tmp/file_note/200...@ho...' +NOTE2_FILE='/tmp/file_note/200...@ho...' ########## Without leak checking: VALGRIND="valgrind --db-attach=no --num-callers=30 --gen-suppressions=all --leak-check=no --show-reachable=yes --error-exitcode=1 --track-origins=yes" |