From b4e7c2adbcf17bb3017ffc4aad6d395187bc4e59 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Sun, 29 Jul 2007 20:58:29 +0000 Subject: [PATCH] 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. --- opends/resource/config/config.ldif | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index a62d9ff..5998b95 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -405,6 +405,13 @@ ds-cfg-extended-operation-handler-class: org.opends.server.extensions.CancelExtendedOperation ds-cfg-extended-operation-handler-enabled: true +dn: cn=Get Connection ID,cn=Extended Operations,cn=config +objectClass: top +objectClass: ds-cfg-extended-operation-handler +cn: Cancel +ds-cfg-extended-operation-handler-class: org.opends.server.extensions.GetConnectionIDExtendedOperation +ds-cfg-extended-operation-handler-enabled: true + dn: cn=Password Modify,cn=Extended Operations,cn=config objectClass: top objectClass: ds-cfg-extended-operation-handler -- Gitblit v1.10.0