Re : [SOGo] Multi domain: Share Calendar

2012-03-29 Thread JEAN Vanlord
Hello,

When i make a public share same problem.

Sogo see the user of the other domain but nothing as calendar.

I thing this is the same that chen a try ti create a share. He search the user 
in the domain0 not in the domain 2.

All domain in one domain Sogo...

I don't understand Well...

On my login page i choose domain1 or somain2 to logon... in your configuration 
how he choose the goog LDAP/Source ?

Thanks,







 De : André Schild 
À : users@sogo.nu 
Envoyé le : Jeudi 29 mars 2012 19h07
Objet : Re: [SOGo] Multi domain: Share Calendar
 
Am 29.03.2012 18:56, schrieb Vincent Gatignol:
> Le 29/03/2012 14:21, André Schild a écrit :
>> Not sure if intra-domain sharing is allowed at all
>> 
> What about a public share between two domains hosted on the same server ?
> Is that ok for you ?
> 
As far as I understand the separation model of sogo it works the following way:

http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

- Each "Sogo" Domain (As defined on Page 11/13 of the pdf) is completely 
separated
- So you can't share things between them
- But you can have multiple "DNS domains" inside a single "Sogo" Domain.
  These can then share stuff between each other.


You just have to specify 2 SOGoUserSources in a single domain
Here a small example, where users from domain1.com and domain2.com will be in 
the same SOGo domain
and can share stuff between each others.

            shareddomain.com = {
                SOGoMailDomain = domain1.com;
                SOGoUserSources = (
                    {
                        baseDN = "jvd=domain1.com,o=mailhosting";
                    },
                    {
                        baseDN = "jvd=domain2.com,o=mailhosting";
                    }



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

Re : [SOGo] Multi domain

2012-03-27 Thread JEAN Vanlord
Hello,

Thanks for your answer :-)

In fact, i have more or less the same config.

Except for the 

        LDAPDebugEnabled
        YES

After this I have receveid this:


 [ERROR] <0x0x1739178[SOGoUserManager]> attempted to register a contact/user 
source with duplicated id (directory)

I have modified the id in the config for one domain and tadaaam ^^

I will continue to test and  configure.

Thanks for your help :)





 De : Darko Hojnik 
À : users@sogo.nu 
Envoyé le : Mardi 27 mars 2012 22h00
Objet : Re: [SOGo] Multi domain
 
Hello Jean,

Am Dienstag, den 27.03.2012, 15:18 -0400 schrieb jeanvanl...@yahoo.fr:
> Hello,
> 
> I try to configure  a multi-domain Sogo (V2).
> 
> I have a configuration problem.
> 
> Domain 1: login Ok
> 
> Domain 2: login not ok
> 
> Mar 27 15:51:41 sogod [19271]: SOGoRootPage Login for user 'jean' might not
> have worked - password policy: 65535  grace: -1  expire: -1  bound: 0
> 
> Nobody have a example of working config ?
> 
> Thanks in advance.
> 
> Jean

Could you tell us how do you have configured SOGo?

Currently I'm playing with this


http://www.gnustep.org/plist-0_9.xml";>


    NSGlobalDomain
    
    
    sogod
    
        LDAPDebugEnabled
        YES
        OCSEMailAlarmsFolderURL

postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_alarms_folder
        OCSFolderInfoURL

postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_folder_info
        OCSSessionsFolderURL

postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_sessions_info
        SOGoAppointmentSendEMailNotifications
        YES
        SOGoCalendarDefaultRoles
        
            PublicViewer
            ConfidentialDAndTViewer
        
        SOGoDebugRequests
        YES
        SOGoIMAPServer
        127.0.0.1
        SOGoImapDebugEnabled
        YES
        SOGoLanguage
        German
        SOGoMailingMechanism
        smtp
        SOGoMemcachedHost
        127.0.0.1
        SOGoProfileURL

postgresql://sogo:freebsd@127.0.0.1:5432/sogo/sogo_user_profile
        SOGoSentFolderName
        Sent
        SOGoTimeZone
        Europe/Berlin
        SOGoTrashFolderName
        Trash
        domains
        
            hell.localdomain
            
                SOGoDraftsFolderName
                Drafts
                SOGoIMAPServer
                127.0.0.1
                SOGoMailDomain
                hell.localdomain.de
                SOGoSMTPServer
                127.0.0.1
                SOGoUserSources
                
                    
                        CNFieldName
                        cn
                        IDFieldName
                        cn
                        IMAPLoginFieldName
                        mail
                        UIDFieldName
                        uid
                        baseDN
                        ou=people,dc=hell
                        bindDN
                        cn=manager,dc=hell
                        bindFields
                        mail
                        bindPassword
                        freebsd
                        canAuthenticate
                        YES
                        displayName
                        ldap
                        hostname
                        localhost
                        id
                        ldap
                        port
                        389
                    
                
            
            example.com
            
                SOGoDraftsFolderName
                Drafts
                SOGoIMAPServer
                127.0.0.1
                SOGoMailDomain
                example.com
                SOGoSMTPServer
                127.0.0.1
                SOGoUserSources
                
                    
                        CNFieldName
                        cn
                        IDFieldName
                        cn
                        IMAPLoginFieldName
                        mail
                        UIDFieldName
                        uid
                        baseDN
                        ou=users,dc=hell
                        bindDN
                        cn=manager,dc=hell
                        bindFields
                        mail
                        bindPassword
                        freebsd
                        canAuthenticate
                        YES
                        displayName
                        ldap
                        hostname
                        localhost
                        id
                        ldap
                        port
                        389
                    
                
            
        
    



In hope it will be helpfull. If something could be better please correct
me guys :)

cheers Darko

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

[SOGo] Configuration Multi LDAP

2012-03-26 Thread JEAN Vanlord
Hello,

I have installed sogo V2 with 1 Ldap. 
Status: OK

Now i tried to configure it for 2 ldap... 
Status not Ok.

But in the same time before continue to configure it: my first question...

It's possible to give access from 1 ldap to another ?

Exemple:

LDAP1: Domaine Toto with user Joke

LDAP2: Domaine Plop with user Lutin


User joke in Domaine toto give access to this agenda to Lutin in Plop ?



It is possible? 

Thanks in advance.


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