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

    Z-Push with LDAP backend - users in multiple branches of LDAP tree

    Z-Push when using other backends
    2
    2
    443
    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.
    • msladek
      msladek last edited by

      Hello!

      I am using Z-Push with LDAP backend and it works flawlessly. My settings looks similar to this:

      define(“LDAP_SERVER_URI”, “ldap://127.0.0.1:389/”);
      define(‘LDAP_USER_DN’, ‘uid=%u,ou=employees,o=CompanyA,o=Holding,c=CZ’);
      define(‘LDAP_BASE_DNS’, ‘Contacts:ou=clients,o=CompanyA,o=Holding,c=CZ’);

      Now I would need to allow to authenticate users from another branch and synchronize contacts from another branch, something like this:

      define(‘LDAP_USER_DN’, ‘uid=%u,ou=employees,o=CompanyB,o=Holding,c=CZ’);
      define(‘LDAP_BASE_DNS’, ‘Contacts:ou=clients,o=CompanyB,o=Holding,c=CZ’);

      Do I need separate Z-Push server for this?

      Thanks a lot for any advice!

      Michal

      bob4os 1 Reply Last reply Reply Quote 1
      • bob4os
        bob4os @msladek last edited by

        @msladek
        All of your employees in company A are working in the same addressbook?
        Read and write?
        No personal contacts?

        What is your username like - username@domain or just a username without domain?

        This is not possible at the moment.

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