Label: authentication

Content with label authentication in TeamCity 4.x Documentation (See content from all spaces)
Related Labels: e-mail , notifier , draft , runner , vcs , configuration , url , password , number , admin , plugin , custom , build , guest , server , user , jabber

Authentication Scheme
TeamCity supports the following authentication schemes: Default Authentication (crossplatform): A database of users is maintained by TeamCity. New users are added by the TeamCity administrator (in the administration area section) or they can register themselves if the {{<freeregistration allowed="true" />}} tag is specified. NT Authentication ...
Authentication Settings
Authentication Settings Outofthebox TeamCity Enterprise edition supports three authentication schemes Authentication Scheme: #Default Authentication (crossplatform) #Windows Domain Authentication (Windows platforms only) Windows Domain Authentication on Unixlike computers #NTAuthUnix #LDAP Authentication (crossplatform ...
Changing user password with default authentication scheme
following procedure is suitable for default authentication scheme and default database (HSQLDB) only. To change user password: # Shutdown server # Switch to the {{<TeamCity home>/webapps/ROOT/WEBINF/lib}} directory # Invoke the following command: Windows platform: java cp ...
Configuring the Server
Server configuration is only available to the System Administrators Role and Permission#enterpriseSysAdmin. To edit the server configuration: # In the Administration Administrationpage, click the Edit Server Configuration link. # In the Edit Server Configuration page Server Configuration, you can: # View <TeamCity data ...
Custom User Authentication
Custom User Authentication Custom authentication API is based on Sun JAAS API. To provide your own authentication scheme, you should provide a login module class which must implement interface javax.security.auth.spi.LoginModule and register it in the jetbrains.buildServer.serverSide.auth.LoginConfiguration. For example: public ...
Server Configuration
Administration > Edit Server Configuration The Edit Server Configuration Page Option Description \\ General Settings \\ \\ TeamCity Configuration \\ Data directory: A readonly field that displays the default directory where TeamCity will save data and settings information. Please refer to TeamCity ...
Typical Plugins
section is preliminary and a subject to change. This section covers: Build Result Tabs Custom Build Runner Custom Build Number Custom Notifiers Custom User Authentication Custom VCS