Hola Luis, Muchos thanks for sharing; particularly, the config & user attributes section! One more question:
Is the LDIF that you shared the only one you incorporated? Or, do I also need: dn: ou=Users,dc=yourdomain,dc=tld > objectClass: organizationalUnit > ou: Users > dn: ou=Groups,dc=yourdomain,dc=tld > objectClass: organizationalUnit > ou: Groups ? Saludos, -Pablo vDevices.com <http://vdevices.com/> | Providing Hosted IT Solutions for Lawyers & Other Mobile Professionals On Mon, Nov 4, 2013 at 9:11 AM, Luis A Rodriguez <[email protected]> wrote: > Hi Pablo, > > This is my LDAP setup for SOGo. My LDAP server is not the same SOGo > server. See below, > > Luis > > -------------------- > *LDAP* > > Create SOGo Administrator into the LDAP database previously identified: > dn: uid=sogo,cn=users,dc=zeus,dc=sgl,dc=internal > objectClass: top > objectClass: inetOrgPerson > objectClass: person > objectClass: organizationalPerson > uid: sogo > cn: SOGo Administrator > mail: [email protected] > sn: Administrator > givenName: SOGo > > *Configuration* (you must have to change baseDN and binDN according to > your system) > su - sogo > defaults write sogod SOGoUserSources '({CNFieldName = cn; IDFieldName = > uid; UIDFieldName = uid; bindFields = uid; scope = sub; baseDN = > "dc=zeus,dc=sgl,dc=internal"; bindDN = > "uid=sogo,cn=users,dc=zeus,dc=sgl,dc=internal"; bindPassword = > <sogo-password>; canAuthenticate = YES; displayName = "LDAP Address Book"; > hostname = "192.168.100.114"; id = shared; isAddressBook = YES; port=389;})' > > *User attributes displayed* > Parameter used to specify LDAP attributes that should be displayed when > autocompleting user searches. > > su - sogo > defaults write sogod SOGoLDAPContactInfoAttribute cn,mail > > service sogod restart > service memcached restart > > > > > On 11/1/2013 10:16 PM, Pablo Carranza wrote: > > Does anyone know of any good tutorials on setting up LDAP to > authenticate users for SOGo? I'm trying to deploy SOGo on Ubuntu 12.04 and, > thus far, I'm having a difficult time following the Installation and > Configuration Guide (PDF). > > Regards, > > -Pablo > > vDevices.com <http://vdevices.com/> | Providing Hosted IT Solutions for > Lawyers & Other Mobile Professionals > > > -- [email protected] https://inverse.ca/sogo/lists
