TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Typical LDAP Configurations

Last modified: 20 April 2023

This page contains samples of ldap-config.properties file for different configuration cases.

Basic LDAP Login



Backup LDAP server is specified. Provided users can log in into LDAP with "EXAMPLE\Username", they log in into TeamCity also as "EXAMPLE\Username", username stored in TeamCity is "Username".

Basic LDAP Login for Users in a Specific LDAP Group Only



Only users from specific users group allowed to login. Users need to enter only username without domain part to login.

Active Directory With User Details Synchronization



Users can log in into TeamCity with their domain name without domain part, there is an account "teamcity" with password "secret" that can read all Active Directory entries. TeamCity user display name and email are synchronized from Active Directory.

Active Directory With Group Synchronization