Hi All,

One one system I trying to install sogo (2.0.1) in parallel to
egroupware. (to complex for users - need more simple solutions)

Current setup use LDAP as auth and books.
here is entries from roundcube ( which is used from mail now and
editing contacts)
for shared book:
 'base_dn'       => 'ou=Users,dc=domain,dc=co,dc=nz',
 'bind_dn'       => 'uid=%u,ou=Users,dc=domain,dc=co,dc=nz',

and here is for personal book:
 'base_dn'       =>
'cn=%u,ou=personal,ou=contacts,ou=Users,dc=domain,dc=co,dc=nz',
 'bind_dn'       => 'uid=%u,ou=Users,dc=domain,dc=co,dc=nz',

How to to create same books in Sogo?

I've created:
        SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = uid;
                IMAPHostFieldName = 192.168.15.1.;
                UIDFieldName = uid;
                baseDN = "ou=Users,dc=domain,dc=co,dc=nz";
                bindDN="cn=admin,dc=domain,dc=co,dc=nz";
                bindPassword = adminpass;
                canAuthenticate = YES;
                displayName = "Global Book";
                hostname = localhost;
                id = public;
                isAddressBook = YES;
                port = 389;
            }
        );




-- 
--
Michael
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to