UPRIV parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 19: Line 19:
<table>
<table>
<tr><th>Setting</th><th>User...</th></tr>
<tr><th>Setting</th><th>User...</th></tr>
<tr><th align="right"><var>X'80'</var></th><td>Is a superuser.</td></tr>
<tr><th align="right"><var>X'80'</var></th><td>Is a Superuser.</td></tr>
<tr><th align="right"><var>X'40'</var></th><td>Is a system administrator.</td></tr>
<tr><th align="right"><var>X'40'</var></th><td>Is a System administrator.</td></tr>
<tr><th align="right"><var>X'20'</var></th><td>Can change file and group passwords during open.</td></tr>
<tr><th align="right"><var>X'20'</var></th><td>Can change file and group passwords during open.</td></tr>
<tr><th align="right"><var>X'10'</var></th><td>Can change login password.</td></tr>
<tr><th align="right"><var>X'10'</var></th><td>Can change login password.</td></tr>
<tr><th align="right"><var>X'08'</var></th><td>Is a system manager.</td></tr>
<tr><th align="right"><var>X'08'</var></th><td>Is a System manager.</td></tr>
<tr><th align="right"><var>X'04'</var></th><td>Can override record security.    </td></tr>
<tr><th align="right"><var>X'04'</var></th><td>Can override record security.    </td></tr>
</table>
</table>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 22:16, 3 December 2013

User privilege bits

Summary

Default value
None
Parameter type
User
Where set
View-only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The user privilege bits

Note: This parameter is supported for release compatibility only. Use the User Language $USRPRIV function instead of UPRIV.

Valid settings of UPRIV are:

SettingUser...
X'80'Is a Superuser.
X'40'Is a System administrator.
X'20'Can change file and group passwords during open.
X'10'Can change login password.
X'08'Is a System manager.
X'04'Can override record security.