Hello
I am having an issue with installing groups. As soon as I add an additional
user source sogo doesn’t start up.
As soon as I add the second source with type = ldap; sogo fails to start.
I am not getting any logs in /var/log/sogo/sogo.log
Can anyone help?
This is my SOGoUserSources:
SOGoUserSources = (
{
CNFieldName = displayName;
IDFieldName = cn;
MailFieldNames = (
mail,
otherMailbox
);
SearchFieldNames = (
sn,
sAMAccountName,
mail,
otherMailbox,
displayName,
title
);
UIDFieldName = mailNickName;
baseDN = "cn=users,dc=pesto,dc=net";
bindDN = "cn=administrator,cn=users,dc=pesto,dc=net";
bindFields = (
mailNickname
);
bindPassword = xxxxxxx;
canAuthenticate = YES;
displayName = "Shared Addresses";
hostname = "127.0.0.1:389";
id = samba;
isAddressBook = YES;
mapping = {
mozillasecondemail =
otherMailbox;
mozillaworkurl = wWWHomePage;
nsaimid = sAMAccountName;
street = streetAddress;
};
},
{
type = ldap;
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = cn;
baseDN = "CN=Groups,Dc=pesto,DC=net”;
bindDN =
"CN=Administrator,CN=Users,Dc=pesto,DC=net";
bindPassword = xxxxxxx;
canAuthenticate = YES;
displayName = "Pesto Groups";
hostname = "ldap://127.0.0.1:389";
id = pesto_groups;
isAddressBook = YES;
MailFieldNames = (
mail,
alias,
otherMailbox
);
}
);
--
[email protected]
https://inverse.ca/sogo/lists
