UPRIV parameter: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (misc formatting) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:UPRIV parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 10: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 | <dd><var class="product">Model 204 V2.1</var> or earlier | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
This parameter sets the user privilege bits. | |||
<p class="note"><b>Note:</b> This parameter is supported for release compatibility only. Use the | <p class="note"><b>Note:</b> This parameter is supported for release compatibility only. Use the SOUL <var>[[$UsrPriv]]</var> function instead of <var>UPRIV</var>.</p> | ||
<p>Valid settings of UPRIV are:</p> | <p> | ||
Valid settings of <var>UPRIV</var> are:</p> | |||
<table> | <table> | ||
<tr><th>Setting</th><th>User...</th></tr> | <tr class="head"><th>Setting</th><th>User...</th></tr> | ||
<tr><th align="right"><var>X'80'</var></th><td>Is a | |||
<tr><th align="right"><var>X'40'</var></th><td>Is a | <tr><th align="right"><var>X'80'</var></th> | ||
<tr><th align="right"><var>X'20'</var></th><td>Can change file and group passwords during open.</td></tr> | <td>Is a Superuser.</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 | <tr><th align="right"><var>X'40'</var></th> | ||
<tr><th align="right"><var>X'04'</var></th><td>Can override record security. | <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'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'04'</var></th> | |||
<td>Can override [[Model 204 security features#Record security|record security]]. </td></tr> | |||
</table> | </table> | ||
[[Category:User | |||
[[Category:User parameters]] | |||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 22:23, 29 November 2017
User privilege bits
Summary
- Default value
- None
- Parameter type
- User
- Where set
- View-only
- Related products
- All
- Introduced
- Model 204 V2.1 or earlier
Description
This parameter sets the user privilege bits.
Note: This parameter is supported for release compatibility only. Use the SOUL $UsrPriv function instead of UPRIV.
Valid settings of UPRIV are:
Setting | User... |
---|---|
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. |