Allow negative values to configure unlimited sessions
This commit is contained in:
parent
50d7d3287f
commit
e3ff4130a5
|
@ -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".
|
||||||
|
|
Loading…
Reference in New Issue