I am trying to setup LDAP authentication using SSSD on CentOS 7.
Is it possible to set up SSSD in a way that it uses two LDAP servers: one LDAP server is used just for authentification (basically just to authenticate with the password) and other LDAP server is used for identification and getting all the attributes of a user (homeDirectory, additional LDAP attributes defined only on that LDAP server)?
Users are defined on both servers (same uid, but different base)