OBJ_M_RESERVATION
Used for password aging information
Name | Null ? | Type | Values |
M_RSRV_N_ENTID | NOT NULL | int10 | Foreign key to OBJ_M_ACTOR.M_ACTOR_N_ID. (ID of the user concerned by the password aging information) |
M_RSRV_N_ENTTYPE | NOT NULL | int10 | 0=Password
validity off 1=Password validity on |
M_RSRV_N_SESSIONID | NOT NULL | int10 | Number of days before password expiration. Between 1 and 365, default value is 30. |
M_RSRV_N_ACTORID | NOT NULL | int10 | Periodic
action: 0=No (default) 1=Yes |
M_RSRV_N_ENDTIME | NOT NULL | int10 | Maximum number of authorized logins after password expiration (see OBJ_M_GENPAR, Id 116) |