Footprints Data Model

Table
Table Name Password Reset Registered Account
Table Definition This holds LDAP information.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Password Reset Registered Account Id The automatically generated primary key of the pwd_reset_regtd_acct table. LONG Yes
Password Reset Registered Account Name This is the registered user name. VARCHAR(255) No
Display Name This is the name pulled back from the active directory service. VARCHAR(255) No
Distinguished Name The name of the Password Reset Registered Account. VARCHAR(255) No
Failed Reset Count Count of failed resets. INTEGER No
Failed Reset Timestamp Last time of failed reset. DATE No
Registered Email Email registered to handle reset verification. VARCHAR(255) No
Application User Id A Foreign Key to the Application User table. The application user id will be used to tie AD accounts to existing Footprints customers. If the user comes in anonymously through the browse feature, this field will be null. LONG No