! Authority request record and codes %conststring(31) authority mailbox name = "AUTHORITY_MAILBOX" %recordformat authority request fm(%record(message fm) system part, %integer tag, code, status, token, %integer encrypted pass, %string(*)%name user, pass, pass2, domain) %constinteger authority add user = 1 %constinteger authority add encrypted = 2 %constinteger authority delete user = 3 %constinteger authority set password = 4 %constinteger authority validate user = 5 %constinteger authority issue token = 6 %constinteger authority void token = 7 !constinteger authority identify user = 8 %constinteger authority set privilege = 9 %constinteger authority unset privilege = 10 %constinteger authority logon default = 11 %constinteger authority logoff default = 12 %end %of %file