Usage
Specifies model security; user ID’s, passwords, and roles.
Syntax
MODEL SECURITY [USE DIGEST]
ID userid {PASSWORD|SCRAMBLED_PASSWORD} pw ROLE role
…
;
Parameters
Parameter |
Description |
Default Value |
---|---|---|
USE DIGEST |
Specifies the use of a digest (hashcode) to protect the XML from modification |
|
ID |
Note: The RSL exported from the model will use the SCRAMBLED_PASSWORD value.
|
|
Example
MODEL SECURITY USE DIGEST
ID wmlrvg SCRAMBLED_PASSWORD DEEBEAD8D7DB ROLE Admin
ID rpuser SCRAMBLED_PASSWORD D4D4D8D5FED4 ROLE Admin
ID foob SCRAMBLED_PASSWORD FCEFECF489 ROLE User
;