OBJ_M_ACTOR

This table stores users and groups definitions. 

Name Null ? Type Values
M_ACTOR_N_ID NOT NULL int10 Primary key, see obj_m_magicid 'ACTORDEF' row.
M_ACTOR_N_TYPE NOT NULL int10 BOAT_GROUP                         1
BOAT_USER                          16
PREDEFINED SETTING     128

Actors of type 128 are fake actors. They are not visible from Supervisor. They are only here to hold user defined predefined settings data.

M_ACTOR_N_LEVEL NOT NULL int10

Object restriction:
0=Public, 

1=Controlled, 
2=Restricted, 
3=Confidential, 
4=Private

M_ACTOR_C_NAME NOT NULL char(70) 0-34    Actor name
35-69  Reserved for internationalization
M_ACTOR_C_PASSWORD   char(70) Encrypted password 
M_ACTOR_N_AUTID NOT NULL int10 Authentification strategy, used by C/S component and "busobj":
Full Checking = 1
No Password Checking = 2
M_ACTOR_N_LAD NOT NULL int10 Last Action Date
M_ACTOR_N_LAT NOT NULL int10 Last Action Type
M_ACTOR_N_STATUS NOT NULL int10 Bitfield granting either status or permissions that are not handled as security commands:

BOSAS_ENABLED 1, 
BOSAS_LOCKED 2, 
BOSAS_OFFLINEPREVENT 4, BOSAS_CANNOTCHANGEPWD 8, BOSAS_REALTIMESECU 32, BOSAS_CANNOTDELETEDOC 64

M_ACTOR_N_ENDING (4.1 Only)   int10 0 : Password never expires
1 : Change password at next login
>800 000 000 : Password expiration date
M_ACTOR_N_CNTDOWN (4.1 Only)   int10 Number of failed logins (wrong password). Will be reset to 0 at each successful login.