From 2fd2ad9cbdc1fcd1fd8fca6638a315198e5407df Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Thu, 22 Feb 2007 23:32:00 +0000 Subject: [PATCH] Update the server configuration so that the access control handler points to the dseecompat implementation by default. It will still remain disabled by default. --- opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index ab7f0e2..f5322fa 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -51,7 +51,7 @@ objectClass: top objectClass: ds-cfg-access-control-handler cn: Access Control Handler -ds-cfg-acl-handler-class: org.opends.server.authorization.BasicAccessControlProvider +ds-cfg-acl-handler-class: org.opends.server.authorization.dseecompat.AciProvider ds-cfg-acl-handler-enabled: false dn: cn=Account Status Notification Handlers,cn=config -- Gitblit v1.10.0