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

dugan
16.11.2009 4e24692f2faa74bb5abfa8760e03f12ecbd27171
1
2
3
4
5
6
user-friendly-name=Access Control Handler
user-friendly-plural-name=Access Control Handlers
synopsis=Access Control Handlers manage the application-wide access control. The OpenDS access control handler is defined through an extensible interface, so that alternate implementations can be created. Only one access control handler may be active in the server at any given time.
description=Note that OpenDS also has a privilege subsystem, which may have an impact on what clients may be allowed to do in the server. For example, any user with the bypass-acl privilege is not subject to access control checking regardless of whether the access control implementation is enabled.
property.enabled.synopsis=Indicates whether the Access Control Handler is enabled. If set to FALSE, then no access control is enforced, and any client (including unauthenticated or anonymous clients) could be allowed to perform any operation if not subject to other restrictions, such as those enforced by the privilege subsystem.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Access Control Handler implementation.