Group member validity times

Group member validity time specifies the time that group member is allowed to be member of the local groups. Group member validity time settings are used when creating managed group rules. Group member validity time settings settings are configured to Shared\MemberValidity.xml file located on the Centero Carillon portal web site.

Configuration root element

XML file contains configuration element where you can specify following settings:

  1. Enabled: Setting value to 'false' prevents member validity time functionality when creating manage group rules.
    If value is 'true' then validity time can be specified when creating managed group rules
  2. Default: Setting value to 'false' prevents validity time to be enabled by default when creating manage group rules. If value is 'true' then validity time is enabled automatically for new managed group rules
  3. DefaultValidityHours: Specify how many hours validity time is by default when creating new managed group rules.
  4. MaximumValidityDays: Specify how many days is the maximum validity time that user can specify when creating or modifying managed group rules

 Example MemberValidity.xml file:

<?xml version="1.0" encoding="utf-8" ?>
<Configuration Enabled="true" Default="false" DefaultValidityHours="24" MaximumValidityDays="365">
</Configuration>