Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Kopano & LDAP: Display of contact details of user

    Kopano Groupware Core
    2
    3
    226
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • smguenther
      smguenther last edited by

      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

      1 Reply Last reply Reply Quote 0
      • robing
        robing Kopano (Inactive) last edited by

        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
        

        Regards Robin,

        Need support?
        Have a look at https://kopano.com/support/ for options.

        Helpful resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        smguenther 1 Reply Last reply Reply Quote 0
        • smguenther
          smguenther @robing last edited by

          @robing thanks for your fast answer. The file exists on both kopano server and the value is the same:

          0x3A29001E = streetAddress

          Regards,

          Stefan

          1 Reply Last reply Reply Quote 0
          • First post
            Last post