<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE auth-config SYSTEM "auth-config.dtd">

<auth-config>
    <auth-modules>
		<auth-module type="LDAP" />
		<auth-module type="HTTP-Basic"/>
		<auth-module type="Default">
			<property key="usersCanChangeOwnPasswords">true</property>
			<property key="freeRegistrationAllowed">false</property>
		</auth-module>
	</auth-modules>
    <!-- Welcome message displayed to users on login form -->
    <login-description>Maintenance TeamCity Server</login-description>
    <!-- Whether anonymous "view-only" logins are allowed (true|false) -->
	<guest-login allowed="false" guest-username="guest" />
</auth-config>
<!--
        <auth-module type="NT-Domain">
            <property key="allowCreatingNewUsersByLogin">false</property>
            <property key="defaultDomain">FOO</property>
        </auth-module>
-->