Stores a row for each user with access to the Replication Server.
Column  | 
Datatype  | 
Description  | 
|---|---|---|
username  | 
varchar(30)  | 
Name of the user.  | 
uid  | 
rs_id  | 
ID of the user.  | 
| attributes | int | 
                                 Account and password status and settings: 
                            
  | 
| expiration_interval | smallint | 
                                 Password expiration for the user in number of days.  | 
| failed_attempts | smallint | 
                                 Number of failed login attempts.  | 
| lock_date | datetime | 
                                 Date the account was locked.  | 
| last_login | datetime | 
                                 Date of the last login.  | 
password  | 
varchar(30)  | 
Password.  | 
| password_date | datetime | 
                                 Date of the last password change for the user.  | 
permissions  | 
smallint  | 
Mask indicating roles a user can have:  | 
use_enc_password  | 
int  | 
|
enc_password  | 
varchar(66)  | 
Encrypted password.  |