PWDPURGE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
 
Line 3: Line 3:
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>-1, if <var>[[Storing_security_information_(CCASTAT)|CCASTAT]]</var> has not been converted; 0 means that the user ID is purged immediately when the purge date is passed.
<dd>-1, if [[Storing security information (CCASTAT)|CCASTAT]] has not been converted; 0 means that the user ID is purged immediately when the purge date is passed.
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>System
<dt>Where set
<dt>Where set
<dd><var>[[Storing_security_information_(CCASTAT)#Running_ZCTLTAB_to_update_CCASTAT|ZCTLTAB]]</var> utility PURGE parameter
<dd>[[Storing security information (CCASTAT)#Running ZCTLTAB to update CCASTAT|ZCTLTAB]] utility PURGE parameter
<dt>Related products
<dt>Related products
<dd>All
<dd>All
Line 15: Line 15:


==Description==
==Description==
<p>PWDPURGE displays the number of days grace period after a password expires when that password is deleted from CCASTAT.</p>
<p>
<var>PWDPURGE</var> displays the number of days grace period after a password expires when that password is deleted from CCASTAT.</p>
<p>During the grace period, that user ID cannot login. However, the system manager can change the password. When the grace period elapses that user ID is actually deleted from CCASTAT.</p>
<p>During the grace period, that user ID cannot login. However, the system manager can change the password. When the grace period elapses that user ID is actually deleted from CCASTAT.</p>
<p>The PWDPURGE value can be from 0 to 255 or -1, which indicates that CCASTAT has not yet been converted for the <var>[[Storing_security_information_(CCASTAT)#Overview_of_the_Password_Expiration_feature|Password Expiration]]</var> feature.</p>
<p>
<p>The PWDPURGE value is excluded from the <var>[[VIEW_command|VIEW]]</var> ALL command output, but the system manager can view it individually. If you have not installed the Password Expiration feature and you issue a VIEW command for the PWDPURGE parameter, PWDPURGE = -1 is returned.</p>
The <var>PWDPURGE</var> value can be from 0 to 255 or -1, which indicates that CCASTAT has not yet been converted for the [[Storing security information (CCASTAT)#Overview of the Password Expiration feature|Password Expiration]] feature.</p>
<p><var class="product">Model&nbsp;204</var> obtains the value of the PWDPURGE parameter from the CCASTAT file. Therefore, each time CCASTAT is read from disk, <var class="product">Model&nbsp;204</var> updates the current in-memory values to reflect any changes that were made in the CCASTAT file.</p>
<p>
The <var>PWDPURGE</var> value is excluded from the <code>[[VIEW command|VIEW ALL]]</code> command output, but the system manager can view it individually. If you have not installed the Password Expiration feature and you issue a VIEW command for the <var>PWDPURGE</var> parameter, <code>PWDPURGE=-1</code> is returned.</p>
<p>
<var class="product">Model&nbsp;204</var> obtains the value of the <var>PWDPURGE</var> parameter from the CCASTAT file. Therefore, each time CCASTAT is read from disk, <var class="product">Model&nbsp;204</var> updates the current in-memory values to reflect any changes that were made in the CCASTAT file.</p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 16:13, 22 May 2017

Password purge days

Summary

Default value
-1, if CCASTAT has not been converted; 0 means that the user ID is purged immediately when the purge date is passed.
Parameter type
System
Where set
ZCTLTAB utility PURGE parameter
Related products
All
Introduced
Model 204 V6.1

Description

PWDPURGE displays the number of days grace period after a password expires when that password is deleted from CCASTAT.

During the grace period, that user ID cannot login. However, the system manager can change the password. When the grace period elapses that user ID is actually deleted from CCASTAT.

The PWDPURGE value can be from 0 to 255 or -1, which indicates that CCASTAT has not yet been converted for the Password Expiration feature.

The PWDPURGE value is excluded from the VIEW ALL command output, but the system manager can view it individually. If you have not installed the Password Expiration feature and you issue a VIEW command for the PWDPURGE parameter, PWDPURGE=-1 is returned.

Model 204 obtains the value of the PWDPURGE parameter from the CCASTAT file. Therefore, each time CCASTAT is read from disk, Model 204 updates the current in-memory values to reflect any changes that were made in the CCASTAT file.