mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
29.58.2007 b4e7c2adbcf17bb3017ffc4aad6d395187bc4e59
refs
author neil_a_wilson <neil_a_wilson@localhost>
Sunday, July 29, 2007 22:58 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Sunday, July 29, 2007 22:58 +0200
commitb4e7c2adbcf17bb3017ffc4aad6d395187bc4e59
tree bb611c9e480ee171f0043dbf9fe225017ebf5541 tree | zip | gz
parent cf83e2f9941c220d4d49d5ad16b78c4ce5392d1a view | diff
Add support for a new disconnect client task that can be used to allow an
administrator to terminate a client connection if the need arises. The
requester must have the disconnect-client privilege. The task entry should
contain the ds-task-disconnect object class, which requires the
ds-task-disconnect-connection-id attribute type and optionally allows the
ds-task-disconnect-notify-client and ds-task-disconnect-message attribute
types.

Also, add support for a "Get Connection ID" extended operation, which allows a
client to determine the connection ID associated with its connection in the
server.

OpenDS Issue Numbers: 429, 478, 2025
3 files added
4 files modified
793 ■■■■■ changed files
opends/resource/config/config.ldif 7 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 15 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/GetConnectionIDExtendedOperation.java 139 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/TaskMessages.java 90 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/DisconnectClientTask.java 236 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 35 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/DisconnectClientTaskTestCase.java 271 ●●●●● diff | view | raw | blame | history