mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.2 to HEAD
7266: Updates to JMX-based admin 7270: Add JMX-managed attribute 'maxUsers' and related startup property (server.maxusers) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8243 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,6 +44,18 @@ index.tracking.maxRecordSetSize=1000
|
||||
# Change the failure behaviour of the configuration checker
|
||||
system.bootstrap.config_check.strict=true
|
||||
|
||||
# Server Single User Mode
|
||||
# note:
|
||||
# only allow named user (note: if blank or not set then will allow all users)
|
||||
# assuming maxusers is not set to 0
|
||||
#server.singleuseronly.name=admin
|
||||
|
||||
# Server Max Users - limit number of users with non-expired tickets
|
||||
# note:
|
||||
# -1 allows any number of users,<2C>assuming not in single-user mode
|
||||
# 0 prevents further logins, including the ability to enter single-user mode
|
||||
server.maxusers=-1
|
||||
|
||||
#
|
||||
# Properties to limit resources spent on individual searches
|
||||
#
|
||||
|
Reference in New Issue
Block a user