Re: [SOGo] Empty CardDav Addressbook in Thunderbird

2012-04-10 Thread soap . sogo

On 3/28/2012 12:10 PM, soap.s...@stubbornroses.com wrote:

Howdy List:

I'm sure I've missed some important step in the documentation, but I 
haven't been able to find it.


I have sogo [nightly] installed on Ubuntu 10.04

I have the 10.01 connector/integrator running with lightning 1.2.3 on 
Thunderbird ESR 10.0.3 [linux].  Calendar is working, but I keep 
getting empty address-books (LDAP Addressbook is fine).


When run from a terminal, Thunderbird complains

CARDDavDirectory.js NO INTERFACE {some random seeming numbers}

I've attached all of the configurations for things I've modified.  I'm 
sure I've overlooked something in spite of multiple RTFMs (or added 
things I shouldn't have from various places around the net).


Any advice would be greatly appreciated.

Regards,

James
Can anyone offer any further advice?  I've tried turning off the 
firewall (no help), and disabling WOUseRelativeURLs.  If it makes a 
difference I used iredmail to configure the base email server (with 
LDAP).  I've verified with Wireshark that the CardDAV requests are 
sending the entire email address as the username.


Regards,

James

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Empty CardDav Addressbook in Thunderbird

2012-04-10 Thread soap . sogo

On 4/10/2012 9:21 AM, soap.s...@stubbornroses.com wrote:

On 3/28/2012 12:10 PM, soap.s...@stubbornroses.com wrote:

Howdy List:

I'm sure I've missed some important step in the documentation, but I 
haven't been able to find it.


I have sogo [nightly] installed on Ubuntu 10.04

I have the 10.01 connector/integrator running with lightning 1.2.3 on 
Thunderbird ESR 10.0.3 [linux].  Calendar is working, but I keep 
getting empty address-books (LDAP Addressbook is fine).


When run from a terminal, Thunderbird complains

CARDDavDirectory.js NO INTERFACE {some random seeming numbers}

I've attached all of the configurations for things I've modified.  
I'm sure I've overlooked something in spite of multiple RTFMs (or 
added things I shouldn't have from various places around the net).


Any advice would be greatly appreciated.

Regards,

James
Can anyone offer any further advice?  I've tried turning off the 
firewall (no help), and disabling WOUseRelativeURLs.  If it makes a 
difference I used iredmail to configure the base email server (with 
LDAP).  I've verified with Wireshark that the CardDAV requests are 
sending the entire email address as the username.


Regards,

James

Ok, I got things to sync.  I would appreciate some guidance on how to 
make this change automatic with the integrator.


The integrator set up the connector address book url as:
http://myserver/SOGo/dav/ja...@myserver.com/Contacts/sogo_SOME-STRING/

I changed this to:
http://myserver/SOGo/dav/james/Contacts/sogo_SOME-STRING/

It now will sync fine [over https as well].

Is there a way to make the integrator configure this automatically?  
This would be especially helpful since every restart of thunderbird 
reconfigures the addressbooks with the broken way.


ASIDE: if the other is not possible, would some weird apache rewrite 
rule be the best way?  I'm assuming that since iredmail configures 
itself for multi-domain [I'm running a single domain for now] and sogo 
is only configured to run on that domain, that this may be my issue.  If 
this is the root cause, it would make more sense to get SOGo configured 
properly for this, instead of using apache as a workaround.


Any advice and suggestions appreciated.

Regards,

James
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Empty CardDav Addressbook in Thunderbird

2012-04-10 Thread soap . sogo

On 4/10/2012 10:47 AM, soap.s...@stubbornroses.com wrote:

On 4/10/2012 9:21 AM, soap.s...@stubbornroses.com wrote:

On 3/28/2012 12:10 PM, soap.s...@stubbornroses.com wrote:

Howdy List:

I'm sure I've missed some important step in the documentation, but I 
haven't been able to find it.


I have sogo [nightly] installed on Ubuntu 10.04

I have the 10.01 connector/integrator running with lightning 1.2.3 
on Thunderbird ESR 10.0.3 [linux].  Calendar is working, but I keep 
getting empty address-books (LDAP Addressbook is fine).


When run from a terminal, Thunderbird complains

CARDDavDirectory.js NO INTERFACE {some random seeming numbers}

I've attached all of the configurations for things I've modified.  
I'm sure I've overlooked something in spite of multiple RTFMs (or 
added things I shouldn't have from various places around the net).


Any advice would be greatly appreciated.

Regards,

James
Can anyone offer any further advice?  I've tried turning off the 
firewall (no help), and disabling WOUseRelativeURLs.  If it makes a 
difference I used iredmail to configure the base email server (with 
LDAP).  I've verified with Wireshark that the CardDAV requests are 
sending the entire email address as the username.


Regards,

James

Ok, I got things to sync.  I would appreciate some guidance on how to 
make this change automatic with the integrator.


The integrator set up the connector address book url as:
http://myserver/SOGo/dav/ja...@myserver.com/Contacts/sogo_SOME-STRING/

I changed this to:
http://myserver/SOGo/dav/james/Contacts/sogo_SOME-STRING/

It now will sync fine [over https as well].

Is there a way to make the integrator configure this automatically?  
This would be especially helpful since every restart of thunderbird 
reconfigures the addressbooks with the broken way.


ASIDE: if the other is not possible, would some weird apache rewrite 
rule be the best way?  I'm assuming that since iredmail configures 
itself for multi-domain [I'm running a single domain for now] and sogo 
is only configured to run on that domain, that this may be my issue.  
If this is the root cause, it would make more sense to get SOGo 
configured properly for this, instead of using apache as a workaround.


Any advice and suggestions appreciated.

Regards,

James

Sorry for all of the replies...
It looks like setting UIDFieldName=mail [instead of uid], and 
SOGoEnableDomainBasedUID=YES does the trick.  Of course (per 
documentation) I lost my address books, but this was a test 
configuration anyhow.


Thank you for the great software!

Regards,

James

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Empty CardDav Addressbook in Thunderbird

2012-03-28 Thread Ed Driesen
Hey, had a similar issue by a faulty mysql configuration (password , 
access rights). As long as the user doesn't get the personal 
calendar/adressbook was created in his mailbox, you won't be able to 
access them.



90% of my misconfigurations where typo's and missing description in the 
manual



Hope this helps you to look in the right direction.

 Regards,
Ed

Op 28-03-12 19:10, soap.s...@stubbornroses.com schreef:

Howdy List:

I'm sure I've missed some important step in the documentation, but I 
haven't been able to find it.


I have sogo [nightly] installed on Ubuntu 10.04

I have the 10.01 connector/integrator running with lightning 1.2.3 on 
Thunderbird ESR 10.0.3 [linux].  Calendar is working, but I keep 
getting empty address-books (LDAP Addressbook is fine).


When run from a terminal, Thunderbird complains

CARDDavDirectory.js NO INTERFACE {some random seeming numbers}

I've attached all of the configurations for things I've modified.  I'm 
sure I've overlooked something in spite of multiple RTFMs (or added 
things I shouldn't have from various places around the net).


Any advice would be greatly appreciated.

Regards,

James



--

/Open Minded Technology  Services/
Ed Driesen
No-nonsense informatica voor thuis en kantoor

GSM 0478 26 72 93
e...@omts.be
BTW BE 0897 866 147*
*

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Empty CardDav Addressbook in Thunderbird

2012-03-28 Thread soap . sogo
Thanks, but I did get the address created notice.  I should have been 
clear, that I can view them in the SOGo web GUI (which is fantastic btw).


Regards,

James

On 3/28/2012 1:14 PM, Ed Driesen wrote:
Hey, had a similar issue by a faulty mysql configuration (password , 
access rights). As long as the user doesn't get the personal 
calendar/adressbook was created in his mailbox, you won't be able to 
access them.



90% of my misconfigurations where typo's and missing description in 
the manual



Hope this helps you to look in the right direction.

 Regards,
Ed

Op 28-03-12 19:10, soap.s...@stubbornroses.com schreef:

Howdy List:

I'm sure I've missed some important step in the documentation, but I 
haven't been able to find it.


I have sogo [nightly] installed on Ubuntu 10.04

I have the 10.01 connector/integrator running with lightning 1.2.3 on 
Thunderbird ESR 10.0.3 [linux].  Calendar is working, but I keep 
getting empty address-books (LDAP Addressbook is fine).


When run from a terminal, Thunderbird complains

CARDDavDirectory.js NO INTERFACE {some random seeming numbers}

I've attached all of the configurations for things I've modified.  
I'm sure I've overlooked something in spite of multiple RTFMs (or 
added things I shouldn't have from various places around the net).


Any advice would be greatly appreciated.

Regards,

James



--

/Open Minded Technology  Services/
Ed Driesen
No-nonsense informatica voor thuis en kantoor

GSM 0478 26 72 93
e...@omts.be
BTW BE 0897 866 147*
*



--
users@sogo.nu
https://inverse.ca/sogo/lists