LOGLST command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(→‎Usage notes: tweaked font size to get rid of scroll bar)
 
(One intermediate revision by one other user not shown)
Line 63: Line 63:
</p>
</p>
==Usage notes==
==Usage notes==
<p>If the Password Expiration feature is installed, the LOGLST command lists one or more user ID entries in the password table. Each user ID entry displayed by LOGLST has the following format:</p>
<p>
<p>userid X'pp' priority expiration-date purge-date number-of-invalid-logon-attempts terminal-list</p>
If the Password Expiration feature is installed, the LOGLST command lists one or more user ID entries in the password table. Each user ID entry displayed by LOGLST has the following format:</p>
<p>If the Password Expiration feature is not installed, the following is displayed for each user ID:</p>
<p class="syntax" style="font-size:97%"><span class="term">userid</span> X'<span class="term">pp</span>' <span class="term">priority expiration-date purge-date number-of-invalid-logon-attempts terminal-list</span></p>
<p>userid X'pp' priority terminal-list</p>
<p>
If the Password Expiration feature is not installed, the following is displayed for each user ID:</p>
<p class="syntax"><span class="term">userid</span> X'<span class="term">pp</span>' <span class="term">priority terminal-list</span></p>
   
   
<b>Where:</b>
<b>Where:</b>
Line 72: Line 74:
<tr>
<tr>
<th>userid</th>
<th>userid</th>
<td> is the login account.</td>
<td>The login account.</td>
</tr>
</tr>
   
   
<tr>
<tr>
<th>pp</th>
<th>pp</th>
<td> is the one-byte representation of the user's privileges.</td>
<td>The one-byte representation of the user's privileges.</td>
</tr>
</tr>
   
   
<tr>
<tr>
<th>priority</th>
<th>priority</th>
<td> is one of the following:
<td>One of the following:
<ul>  
<ul>  
<li>
<li>
Line 105: Line 107:
<tr>
<tr>
<th>expiration-date</th>
<th>expiration-date</th>
<td> specifies the calendar day on which the password for this user ID expires, unless it is changed. When the password expires, the user ID can no longer logon.
<td>The calendar day on which the password for this user ID expires, unless it is changed. When the password expires, the user ID can no longer logon.
<p>For a user ID that was created with the NOEXPIRE argument, the word NOEXPIRE replaces both dates.</p>
<p>For a user ID that was created with the NOEXPIRE argument, the word NOEXPIRE replaces both dates.</p>
</td>
</td>
Line 112: Line 114:
<tr>
<tr>
<th>purge-date</th>
<th>purge-date</th>
<td> specifies the calendar day on which this user ID will be deleted from CCASTAT. The purge-date is calculated by adding a grace period of PWDPURGE days to the expiration-date. During the grace period, the system manager can change the password for that user ID, because it remains in CCASTAT, although the owner cannot logon.
<td>The calendar day on which this user ID will be deleted from CCASTAT. The purge-date is calculated by adding a grace period of PWDPURGE days to the expiration-date. During the grace period, the system manager can change the password for that user ID, because it remains in CCASTAT, although the owner cannot logon.
<p>For a user ID that was created with the NOEXPIRE argument, the word NOEXPIRE replaces the dates.</p>
<p>
For a user ID that was created with the NOEXPIRE argument, the word NOEXPIRE replaces the dates.</p>
</td>
</td>
</tr>
</tr>
Line 119: Line 122:
<tr>
<tr>
<th>number-of-invalid-logon-attempts</th>
<th>number-of-invalid-logon-attempts</th>
<td> specifies the number of successive invalid logons entered for a user ID. The number-of-invalid-logon-attempts can be zero to three. When the number reaches three, the user ID and password are immediately revoked. Whenever a user successfully logs in after fewer than three unsuccessful attempts, the number-of-invalid-login-attempts is reset to zero.</td>
<td>The number of successive invalid logons entered for a user ID. The number-of-invalid-logon-attempts can be zero to three. When the number reaches three, the user ID and password are immediately revoked. Whenever a user successfully logs in after fewer than three unsuccessful attempts, the number-of-invalid-login-attempts is reset to zero.</td>
</tr>
</tr>
   
   
<tr>
<tr>
<th>terminal-list</th>
<th>terminal-list</th>
<td> is one of the following:
<td>One of the following:
<ul>  
<ul>  
<li>
<li>
Line 140: Line 143:
</td>
</td>
</tr>
</tr>
</table>
</table>
[[Category: System manager commands]]
[[Category: System manager commands]]
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 15:33, 18 May 2017

Listing user ID names

Summary

Privileges
System manager
Function
Lists user ID entries in the password table, including privileges but not passwords

Syntax

LOGLST [userid1] [userid2]

Where:

userid1, userid2 The names of user IDs in the password table.

Syntax notes

A comma is required only if userid2 is specified. Otherwise, either a comma or one or more blanks can be specified.

If specifying...

Model 204 lists...

Neither userid1 nor userid2

All user ID entries in the password table.

Only userid1

Entries for that user account.

Only userid2

User IDs at the beginning of the password table and extending through the userid2 entry.

Both userid1 and userid2

User ID entries starting at the userid1 entry and extending through the userid2 entry.

Example

LOGLST LOGLST BAKER LOGLST ,JONES LOGLST BAKER, JONES

Usage notes

If the Password Expiration feature is installed, the LOGLST command lists one or more user ID entries in the password table. Each user ID entry displayed by LOGLST has the following format:

userid X'pp' priority expiration-date purge-date number-of-invalid-logon-attempts terminal-list

If the Password Expiration feature is not installed, the following is displayed for each user ID:

userid X'pp' priority terminal-list

Where:

userid The login account.
pp The one-byte representation of the user's privileges.
priority One of the following:
  • HIGH

  • LOW

  • NONE

  • STANDARD

expiration-date The calendar day on which the password for this user ID expires, unless it is changed. When the password expires, the user ID can no longer logon.

For a user ID that was created with the NOEXPIRE argument, the word NOEXPIRE replaces both dates.

purge-date The calendar day on which this user ID will be deleted from CCASTAT. The purge-date is calculated by adding a grace period of PWDPURGE days to the expiration-date. During the grace period, the system manager can change the password for that user ID, because it remains in CCASTAT, although the owner cannot logon.

For a user ID that was created with the NOEXPIRE argument, the word NOEXPIRE replaces the dates.

number-of-invalid-logon-attempts The number of successive invalid logons entered for a user ID. The number-of-invalid-logon-attempts can be zero to three. When the number reaches three, the user ID and password are immediately revoked. Whenever a user successfully logs in after fewer than three unsuccessful attempts, the number-of-invalid-login-attempts is reset to zero.
terminal-list One of the following:
  • ALL

  • NONE

  • A list of authorized terminal numbers