Example: UPDATE Statement to Set Maximum Failed Logon Attempts - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ied1556235912841.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantage™

You can use this statement to set the maximum number of failed logon attempts to 3:

    UPDATE DBC.SysSecDefaults SET MaxLogonAttempts = 3 ;

The system does not accept a null value. A zero value prevents locking, and a negative value causes the system to write an error message to the event log at the next restart.

You must have the DROP USER privilege to execute the MODIFY USER statement.

For a discussion of the GRANT statement, see Working with User Privileges in Teradata Vantage.