Skip to content

Commit

Permalink
ZCS-9066:Update GetInfoResponse to report all Password rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-patil-synacor committed Jun 24, 2020
1 parent 75b10b9 commit 2cdeba4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions store/conf/attrs/zimbra-attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,17 +479,17 @@ TODO - add support for multi-line values in globalConfigValue and defaultCOSValu
<desc>max length of a password</desc>
</attr>

<attr id="35" name="zimbraPasswordMinAge" type="integer" min="0" cardinality="single" optionalIn="account,cos" flags="accountInherited,domainAdminModifiable">
<attr id="35" name="zimbraPasswordMinAge" type="integer" min="0" cardinality="single" optionalIn="account,cos" flags="accountInfo,accountInherited,domainAdminModifiable">
<defaultCOSValue>0</defaultCOSValue>
<desc>minimum days between password changes</desc>
</attr>

<attr id="36" name="zimbraPasswordMaxAge" type="integer" min="0" cardinality="single" optionalIn="account,cos" flags="accountInherited,domainAdminModifiable">
<attr id="36" name="zimbraPasswordMaxAge" type="integer" min="0" cardinality="single" optionalIn="account,cos" flags="accountInfo,accountInherited,domainAdminModifiable">
<defaultCOSValue>0</defaultCOSValue>
<desc>maximum days between password changes</desc>
</attr>

<attr id="37" name="zimbraPasswordEnforceHistory" type="integer" min="0" cardinality="single" optionalIn="account,cos" flags="accountInherited,domainAdminModifiable">
<attr id="37" name="zimbraPasswordEnforceHistory" type="integer" min="0" cardinality="single" optionalIn="account,cos" flags="accountInfo,accountInherited,domainAdminModifiable">
<defaultCOSValue>0</defaultCOSValue>
<desc>whether or not to enforce password history. Number of unique passwords a user must have before being allowed to re-use an old one. A value of 0 means no password history.</desc>
</attr>
Expand All @@ -498,7 +498,7 @@ TODO - add support for multi-line values in globalConfigValue and defaultCOSValu
<desc>historical password values</desc>
</attr>

<attr id="39" name="zimbraPasswordModifiedTime" type="gentime" cardinality="single" optionalIn="account">
<attr id="39" name="zimbraPasswordModifiedTime" type="gentime" cardinality="single" optionalIn="account" flags="accountInfo">
<desc>time password was last changed</desc>
</attr>

Expand Down

0 comments on commit 2cdeba4

Please sign in to comment.