View Issue Details

IDProjectCategoryView StatusLast Update
0004206SOGoBackend Calendarpublic2017-08-16 07:49
Reporterthe_nic Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSUbuntuOS Version14.04 LTS
Product Version3.2.7 
Summary0004206: SOGo does not set "sn" attribute in LDAP address book
Description

I have the following configuration for an LDAP address book:
{
type = ldap;
id = global_contacts;
displayName = "Gemeinsames Adressbuch";
IDFieldName = cn;
CNFieldName = cn;
UIDFieldName = uid;
baseDN = "ou=contacts,dc=example,dc=com";
bindDN = "cn=sogo,ou=dsa,dc=example,dc=com";
bindPassword = ***;
scope = SUB;
hostname = ldap://localhost:389;
isAddressBook = YES;
canAuthenticate = NO;
objectClasses = (mozillaOrgPerson);
modifiers = (user1, user2);
listRequiresDot = NO;
filter = "objectClass=mozillaOrgPerson";
mapping = {
displayName = ("cn");
};
}

The used LDAP schema derives from inetOrgPerson, therefore "cn" and "sn" fields are required, but when creating a contact from SOGo (with all fields set!), the "sn" field is not set and the Contact creation fails.

Steps To Reproduce

The same bug has also been reported before:
https://lists.inverse.ca/sogo/arc/users/2016-11/msg00205.html

TagsNo tags attached.

Relationships

related to 0004248 new SOGo can't write to LDAP 

Activities

the_nic

the_nic

2017-06-22 09:31

reporter  

Issue History

Date Modified Username Field Change
2017-06-22 09:31 the_nic New Issue
2017-06-22 09:31 the_nic File Added: mozillaorgperson.schema
2017-08-16 07:49 Christian Mack Relationship added related to 0004248