PWDWARN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (misc formatting)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:PWDWARN parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>-1, if CCASTAT has not been converted
<dd>-1, if [[Storing security information (CCASTAT)|CCASTAT]] has not been converted
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>System
<dt>Where set
<dt>Where set
<dd>ZCTLTAB utility WARN parameter
<dd>[[Storing security information (CCASTAT)#Understanding the ZCTLTAB utility|ZCTLTAB]] utility WARN parameter
<dt>Related products
<dt>Related products
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var>  
</dl>
</dl>
==Description==
==Description==
<p>PWDWARN displays how many days remain in advance of an impending password expiration to issue the warning message.</p>
<p>
<p class="code">*** M204.2634: YOUR PASSWORD WILL EXPIRE IN n DAYS
<var>PWDWARN</var> displays how many days remain in advance of an impending [[Storing security information (CCASTAT)#Overview  of the Password Expiration feature|password expiration]] to issue the warning message:</p>
<p class="code">*** M204.2634: YOUR PASSWORD WILL EXPIRE IN <i>n</i> DAYS
</p>
</p>
<p>The PWDWARN value can be from 0 to 255 or -1, which indicates that CCASTAT has not yet been converted for the Password Expiration feature.</p>
<p>
<p>The PWDWARN 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 PWDWARN parameter, PWDWARN = -1 is returned.</p>
The <var>PWDWARN</var> value can be from 0 to 255 or -1, which indicates that CCASTAT has not yet been converted for the Password Expiration feature.</p>
<p><var class="product">Model&nbsp;204</var> obtains the value of the PWDWARN 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>PWDWARN</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 <var>VIEW</var> command for the <var>PWDWARN</var> parameter, <code>PWDWARN=-1</code> is returned.</p>
<p>
<var class="product">Model&nbsp;204</var> obtains the value of the <var>PWDWARN</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:17, 22 May 2017

Password warning days

Summary

Default value
-1, if CCASTAT has not been converted
Parameter type
System
Where set
ZCTLTAB utility WARN parameter
Related products
All
Introduced
Model 204 V6.1

Description

PWDWARN displays how many days remain in advance of an impending password expiration to issue the warning message:

*** M204.2634: YOUR PASSWORD WILL EXPIRE IN n DAYS

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

The PWDWARN 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 PWDWARN parameter, PWDWARN=-1 is returned.

Model 204 obtains the value of the PWDWARN 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.