Hi all,

I would like to known if it's possible to put many SOGoUsers. The reason is
: 

We have

  let's say 
  
    ldap-master

  and

    ldap-slave1 -> ldap-slave10

  I would like to have the ability to put all ldap server in the sogo
  config. But if I put inside my SOGoUser : 

      hostname = "ldaps://ldap-master.domain.org ldap://ldap-slave1.domain.org 
etc..";

  I don't think that's going to work because I activate the password-change
  module, and only on the ldap-master the user can change their password.

  The second reason is I would like to not put inside our sogo-integrator.xpi 
the master ldap.


So I try to do something like 

   SOGoUserSources = (
        {
            CNFieldName = cn;
            IDFieldName = uid;
            UIDFieldName = uid;
            baseDN = 
            bindDN = 
            bindFields = uid;
            bindPassword = 
            canAuthenticate = YES;
            displayName = LDAP;
            hostname = "ldaps://ldap-master.domain.org:636";
            id = public;
            isAddressBook = NO;
            scope = SUB;
        };
        {   
            CNFieldName = cn;
            IDFieldName = uid;
            UIDFieldName = uid;
            baseDN = 
            bindDN = 
            bindFields = uid;
            bindPassword = 
            canAuthenticate = YES;
            displayName = LDAP-Auth;
            hostname = "ldaps://ldap-slave1.domain.org:636";
            id = public-test;
            isAddressBook = NO;
            scope = SUB;
        }
        {   
            CNFieldName = cn;
            IDFieldName = uid;
            UIDFieldName = uid;
            baseDN = 
            bindDN = 
            bindFields = uid;
            bindPassword = 
            canAuthenticate = NO;
            displayName = LDAP-USERS;
            hostname = "ldaps://ldap-slave2.domain.org:636";
            id = public-test;
            isAddressBook = YES;
            scope = SUB;
        }

but if I do that sogo complaint at the starting about the configuration. 

Regards.

JAS


-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: [email protected]
Heure local/Local time:
lun 19 mai 2014 18:02:03 CEST
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to