1
0
mirror of synced 2026-08-04 09:17:02 +00:00

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
@@ -1753,7 +1753,7 @@
</xs:attributeGroup>
<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:documentation>The maximum number of sessions a single authenticated user can have open at the same time.
Defaults to "1".