Kopano & LDAP: Display of contact details of user
-
Hello,
the setup we installed for one of our client is a little bit strange: Univention Server with Kopano from the app center, to have the necessary entries in the LDAP schema. The productive Kopano server is running in a DMZ, connected to the UCS.
On the UCS we created the Kopano Accounts, including the postal address.When I now open the addressbook of the Webapp on the UCS, I see the streetname from the postal address.
When I open the addressbook of the Webapp on the Kopano server in the DMZ , the streetname is missing.Where do I define, how and which attribute are mapped between the UCS and the Kopano server?
Thanks for any hints,
Stefan
-
The ldap.cfg has a reference to a file called ldap.propmap.cfg
if it isn’t there you can add it with# Use custom defined LDAP property mappings # This is not a requirement for most environments but allows custom mappings of # special LDAP properties to custom MAPI attributes !propmap /etc/kopano/ldap.propmap.cfg
And make sure the ldap.propmap.cfg exist. https://stash.kopano.io/projects/KC/repos/kopanocore/browse/installer/linux/ldap.propmap.cfg (make sure you have the correct branch)
in the ldap.propmap.cfg you map ldap attribute to the Kopano pr properties
so for the street name the following entry needs to be changed# PR_STREET_ADDRESS (encoded in ads?) 0x3A29001E = streetAddress
-
@robing thanks for your fast answer. The file exists on both kopano server and the value is the same:
0x3A29001E = streetAddress
Regards,
Stefan