LDAP and multiple OUs
It looks as if the ldap authentication doesn't support multiple OU trees ?
This is a show stopper for a large corporation since different OU tress are needed for security.
Any way around this ?
Please sign in to leave a comment.
I'm not familiar with LDAP integration on TeamCity... so this is a guess as to it's support for this.
Have you tried LDAP filtering with multiple OUs?
http://msdn.microsoft.com/en-us/library/aa746475(v=vs.85).aspx
Hi Mourne,
TeamCity does support multiple OU authorization, but the configuration is a bit more difficult. Please see the second item in http://confluence.jetbrains.net/display/TCD6/LDAP+Troubleshooting
---
Maxim
I solved the problem by specifying an empty user base
teamcity.users.base=
The autentication code then seems to iterate all the subfolders from the root meaning multiplte OU subfolders are checked!