Re: [SOGo] Funambol install on seperate server

2011-01-24 Thread André Schild

Am 24.01.2011 15:37, schrieb Mohit Chawla:



2011/1/24 André Schild an...@schild.ws mailto:an...@schild.ws

Am 24.01.2011 15:12, schrieb david.h.v...@gmail.com
mailto:david.h.v...@gmail.com: no, it can be on separate servers.
Just make sure the funambol server can access you sogo database
and of course specify the remote ip/names when configuring the
connector.


What about SOGoOfficer.xml ?

For the datasource just modify
Database URL: jdbc:postgresql://localhost/sogo
to
Database URL: jdbc:postgresql://sogo.sever.com/sogo

and in the SOGoOfficer

?xml version=1.0 encoding=UTF-8?
java version=1.4.0 class=java.beans.XMLDecoder
object class=ca.inverse.sogo.security.SOGoOfficer
void property=host
stringlocalhost/string
/void
void property=port
string2/string
/void
/object
/java

to

?xml version=1.0 encoding=UTF-8?
java version=1.4.0 class=java.beans.XMLDecoder
object class=ca.inverse.sogo.security.SOGoOfficer
void property=host
stringsogo.server.com/string
/void
void property=port
string2/string
/void
/object
/java


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

Re: [SOGo] Funambol install on seperate server

2011-01-24 Thread Mohit Chawla
2011/1/24 André Schild an...@schild.ws

  ?xml version=1.0 encoding=UTF-8?
 java version=1.4.0 class=java.beans.XMLDecoder
 object class=ca.inverse.sogo.security.SOGoOfficer
 void property=host
 stringsogo.server.com/string
 /void
 void property=port
 string2/string
 /void
 /object
 /java


Ah, cool. Thanks.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: Re: [SOGo] Funambol install on seperate server

2011-01-24 Thread david.h.vree
I assume SOGoOfficer.xml something that needs to go onto the Funambol server to
tell it about SOGo?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Funambol install on seperate server

2011-01-24 Thread Brian Kirkman

On 1/24/2011 11:12 AM, david.h.v...@gmail.com wrote:

I assume SOGoOfficer.xml something that needs to go onto the Funambol server to
tell it about SOGo?
SOGoOfficer.xml will allow users to authenticate against the SOGo server 
when connecting to Funambol.  This means the administrator does not have 
to redundantly set up and manage users/passwords within Funambol for 
each user.

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