<Files usertool.cgi>
	AuthName        "NeTAMS User Authorization"
	AuthType        Basic
	Require         valid-user

AuthMySQLAuthoritative		on
AuthMySQLUser			netams
AuthMySQLPassword		netams
AuthMySQLDB			netams
AuthMySQLHost			localhost
AuthMySQLUserTable		billing
AuthMySQLNameField		name
AuthMySQLPasswordField		passwd
AuthMySQLNoPasswd		off
AuthMySQLCryptedPasswords	off
</Files>
