2013-09-26 00:51 keltezéssel, Mario Gruenwald írta:
Hi

I have following installation:
- postfix
- dovecot
- samba4
- sogo

Samba4 contains the accounts and works as ldap Server. Login via webinterface
is possible. Problem is: it seems, that sogo doesn't know the users. When i
write an Email i cannot select the other users. Further, i cannot share a
calendar to another user. And the "Shared Addresses" are empty.

I created my config using the pdf documents on
http://www.sogo.nu/english/support/documentation.html

I attach one relevant/interesting part below.

Has anyone an idea? I am happy for any tip.

kindly regards
Mario

PS: my /etc/sogo/sogo.conf is similar to the example from documentation

...
SOGoUserSources '(
{
CNFieldName = displayName;
IDFieldName = cn;
UIDFieldName = sAMAccountName;
baseDN = "cn=Users,dc=example,dc=com";
bindDN = "cn=Administrator,cn=Users,dc=example,dc=com";
bindFields = (
sAMAccountName
);
bindPassword = "%1OpenChange";
canAuthenticate = YES;
displayName = "Shared Addresses";
hostname = "127.0.0.1";
id = samba;
isAddressBook = YES;
port = 389;
}
)'

You didn't define the searchfields in SOGoUserSources above. Put the code below after the bindPassword:

        SearchFieldNames = (
        sn,
        sAMAccountName,
        mail,
        otherMailbox,
        displayName,
        title
        );


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

Reply via email to