Determining if a Password Contains a Restricted Word - 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™
  1. Remove all ASCII numbers and ASCII special characters from the beginning and end of the password string.
  2. Use the resulting string (the stripped password) in the query:
    SELECT*FROM DBC.PasswordRestrictions WHERE UPPER(RestrictWords)=UPPER(‘StrippedPassword’)