Hi All, we have finally decided to drop Outlook support in our network and focus more on important groupware stuff.
Combination SOGo + Dovecot + Samba4 LDAP is comming together nicely. Some minor setback but I think nothing critical at the moment. Since I really don't know all stuff around LDAP and SOGo i have encounter little problem at setting up Calendar for resources. I have followed LDAP config from http://wiki.sogo.nu/ResourceConfiguration and LDAP config on this site goes nicely. After that I had to change baseDN at sogo.conf from baseDN = "CN=Users,DC=lan,DC=domain,DC=com"; to baseDN = "DC=lan,DC=domain,DC=com"; NO problem there. BUT problem come then at DoveCot config when I try to do the same. Here is my config from DoveCot LDAP: auth_bind = yes auth_bind_userdn = CN=%u,CN=Users,DC=lan,DC=domain,DC=com ldap_version = 3 base = CN=Users,DC=lan,DC=domain,DC=com # Dereference: never, searching, finding, always deref = searching # Search scope: base, onelevel, subtree scope = subtree user_attrs = =uid=999,=gid=999,=home=/var/vmail/%u,=mail=maildir:/var/vmail/%u/Maildir user_filter = (&(objectClass=mailRecipient)(cn=%u)) pass_attrs = uid=user,userPassword=password pass_filter = (&(objectClass=mailRecipient)(cn=%u)) default_pass_scheme = MD5 If I hhere change "base", users cannot login anymore to DoveCot and some wierd crash start to come up. Any TIPS what am I doing wrong? Thanks in advance, Jan -- [email protected] https://inverse.ca/sogo/lists
