Search code examples
windowscontinuous-integrationteamcityntlm

TeamCity NTLM groups


I am evaluating TeamCity on Windows, using NTLM authentication.

It seems TeamCity allows any valid user in the domain. This is undesirable.

How can I restrict the users when using NTLM in TeamCity to a specific group?


Solution

  • Have a look at this:

    "All NT domain users that can log on to the machine running the TeamCity server, can also log in to TeamCity using the same credentials. i.e. to log in to TeamCity users should provide domain and user name (DOMAIN\username) and their domain password."

    Please note that users will be granted only minimum permissions to the system (same permissions of the guest user).