Transition to LDAP auth
I've been using TeamCity with all local accounts. But we'd like to enable LDAP authentication. I'm wondering what will happen to the local accounts when we do that? Will my existing users/groups get changed in some way? Will it be as simple as enabling LDAP authentication, and then using those domain credentials for authentication?
Please sign in to leave a comment.
Hi! The groups and the attributes of existing user accounts can change if the group synchronization and the user properties synchronization are enabled in the LDAP configuration file.
TeamCity will remember passwords used for the built-in authentication module. If the username is the same for a TeamCity built-in auth module user and an LDAP user, they will be able to authenticate with both their TeamCity password and their LDAP password.
Cheers,
Anatoly