Allow negative values to configure unlimited sessions

This commit is contained in:
Michael J. Simons 2016-07-07 14:22:25 -05:00 committed by Rob Winch
parent 50d7d3287f
commit e3ff4130a5
1 changed files with 1 additions and 1 deletions

View File

@ -1753,7 +1753,7 @@
</xs:attributeGroup> </xs:attributeGroup>
<xs:attributeGroup name="concurrency-control.attlist"> <xs:attributeGroup name="concurrency-control.attlist">
<xs:attribute name="max-sessions" type="xs:positiveInteger"> <xs:attribute name="max-sessions" type="xs:integer">
<xs:annotation> <xs:annotation>
<xs:documentation>The maximum number of sessions a single authenticated user can have open at the same time. <xs:documentation>The maximum number of sessions a single authenticated user can have open at the same time.
Defaults to "1". Defaults to "1".