Z-Push with LDAP backend - users in multiple branches of LDAP tree
-
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
-
@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.