Hi,
On 12/02/2013 12:59 PM, Patrick Ohly wrote:
> Code wise, is it fine if I modify the existing gSSO code, and add
some
> #ifdef so that it can work with UOA as well? Or is it preferrable if I
> duplicate the whole backend, so that they can be used in parallel?
Please use ifdefs.
If there ever is a need to use them in parallel, then we can add
namespaces and compile the code twice, with different defines.
OK. I just hope that gSSO doesn't continue diverging. :-)
[...]
You need to use --enable-dav. The configure prints a summary at the
end
which includes information about enabled backends.
Cool! I finally got it working. I will clean up the code and submit
patches to bugzilla in the coming days.
One question (please bear in mind that I don't know much about SE, so I
might be missing something here): why do we need to configure the
account in SyncEvolution?
Couldn't SE simply enumerate all the enabled accounts it supports, and
synchronize them?
Ciao,
Alberto