Stores the user login names and passwords Replication Server uses to access other Replication Servers and data servers.
Column |
Datatype |
Description |
---|---|---|
destid |
int |
Site ID for the Replication Server or database to be logged into |
username |
varchar(30) |
User name for the Replication Server RSI user or for the database maintenance user |
password |
varchar(30) |
Password |
use_enc_password |
int |
|
enc_password |
varchar(66) |
Stores the current encrypted user password |
new_password | varchar(66) | Stores the new random encrypted password generated for the current expiration interval. |
attributes | int |
Account and password status and settings:
|
password_date | datetime |
Date of the last password change for the maintenance user. |
expiration_interval | smallint |
Password expiration for the maintenance user in number of days. |