LDAP against multiple servers Follow
I couldn't figure out how to set LDAP against two DC
We have two DC i.e.
dc=one,dc=int,dc=company,dc=com
dc=two,dc=int,dc=company,dc=com
each one holds it's users under different OU
ou=chat,ou=company
ou=rnd,ou=yok,ou=company
From the documentation I could figure how to setup the two DC however it is not clear how to set the different OU on the two servers
Please sign in to leave a comment.
Apparently configuring two LDAP server only acts for redundancy. The TC server will query only one of them and will not execute query to both.
In comparison in BitBucket/Stash I can configure multiple instance of LDAP servers connections, so the query will be executed against all of them.
Can it be achieved in TC (10.x)
It would be extremely useful we can search for both users and groups in all defined LDAP servers.
And that all defined servers are used for the synchronization!
We have the case where most of the users are in one domain (accessed via one LDAP server) and most groups are in another (parent) domain (accessed via another LDAP server) - so the sync must include information from both servers!
Hi,
while it's not a high priority, we have a feature request here: https://youtrack.jetbrains.com/issue/TW-13465. Please feel free to watch, vote and comment on it.
In the meantime, we can only offer the feature to have a backup server: https://confluence.jetbrains.com/display/TCD10/Typical+LDAP+Configurations#TypicalLDAPConfigurations-SpecifyingBackupLDAPserver.