Looks like this post How to setup TeamCity with LDAP group membership synchronization
Our OU contains national charset + spaces in naming (pls don`t ask "why") I can bind user to AD with only name, without FQDN, but cannot map user or groups. for example: in ldap-config.properties: teamcity.users.base=OU=Свои Люди,OU=Офис and in ldap-mapping.xml - group-mapping teamcityGroupKey="support" ldapGroupDn="CN=admins,OU=Нашсаппорт,OU=Офис,DC=intra,DC=net"/>
At LDAPsync page i`ve got error - Used search base: 'OU=ÐÑди,OU=ЦенÑÑалÑнÑй ÐÑиÑ' (set by 'teamcity.users.base' property, should be relative to the value of 'java.naming.provider.url') ... LDAP: error code 32 - 0000208D: NameErr: DSID-03100238, problem 2001 (NO_OBJECT)
Probably I must encode Cyrillic names in config files? In TC interface i can edit and see right encoding.