Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.
| | |
| | | |
| | | <project name="Directory Server" basedir="." default="package"> |
| | | <description> |
| | | This is the build script for the OpenDS Directory Server. See the BUILDING |
| | | This is the build script for OpenDJ. See the BUILDING |
| | | file in this directory for build instructions. |
| | | </description> |
| | | |
| | |
| | | reason we get a circular dependency error when constructing |
| | | the URI in JDK1.6. |
| | | --> |
| | | <xsl:variable name="product-name" select="'OpenDS Directory Server'" /> |
| | | <xsl:variable name="product-name" select="'OpenDJ'" /> |
| | | <xsl:variable name="this-name"> |
| | | <xsl:choose> |
| | | <xsl:when test="/adm:managed-object"> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="access-control-handler" |
| | | plural-name="access-control-handlers" |
| | |
| | | xmlns:cli="http://www.opends.org/admin-cli"> |
| | | <adm:synopsis> |
| | | <adm:user-friendly-plural-name /> |
| | | manage the application-wide access control. The OpenDS access control |
| | | manage the application-wide access control. The <adm:product-name /> 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. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | Note that OpenDS also has a privilege subsystem, which may have an impact |
| | | Note that <adm:product-name /> 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 |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="alert-handler" plural-name="alert-handlers" |
| | | package="org.opends.server.admin.std" |
| | |
| | | <adm:synopsis> |
| | | <adm:user-friendly-plural-name /> |
| | | are used to notify administrators of significant problems or notable |
| | | events that occur in the Directory Server. |
| | | events that occur in the <adm:product-name /> directory server. |
| | | </adm:synopsis> |
| | | <adm:tag name="core-server" /> |
| | | <adm:profile name="ldap"> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="backup-backend" plural-name="backup-backends" |
| | | package="org.opends.server.admin.std" extends="backend" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | provides read-only access to the set of backups |
| | | that are available for the OpenDS Directory Server. |
| | | that are available for <adm:product-name />. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | It is provided as a convenience feature that makes it easier to determine what |
| | |
| | | This is a multivalued property. Each value may specify a |
| | | different backup directory if desired (one for each backend |
| | | for which backups are taken). Values may be either absolute paths |
| | | or paths that are relative to the base of the OpenDS Directory |
| | | Server installation. |
| | | or paths that are relative to the base of the <adm:product-name /> directory |
| | | server installation. |
| | | </adm:description> |
| | | <adm:syntax> |
| | | <adm:string /> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="client-connection-monitor-provider" |
| | | plural-name="client-connection-monitor-providers" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | exposes monitor information about the set of client connections that |
| | | are established to the Directory Server. |
| | | are established to the <adm:product-name /> directory server. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="crypto-manager" plural-name="crypto-managers" |
| | | package="org.opends.server.admin.std" |
| | |
| | | </adm:profile> |
| | | <adm:property name="digest-algorithm" advanced="true"> |
| | | <adm:synopsis> |
| | | Specifies the preferred message digest algorithm for the Directory Server. |
| | | Specifies the preferred message digest algorithm for the directory server. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | | <adm:none> |
| | |
| | | </adm:property> |
| | | <adm:property name="mac-algorithm" advanced="true"> |
| | | <adm:synopsis> |
| | | Specifies the preferred MAC algorithm for the Directory Server. |
| | | Specifies the preferred MAC algorithm for the directory server. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | | <adm:none> |
| | |
| | | </adm:property> |
| | | <adm:property name="cipher-transformation" advanced="true"> |
| | | <adm:synopsis> |
| | | Specifies the cipher for the Directory Server |
| | | Specifies the cipher for the directory server |
| | | using the syntax algorithm/mode/padding. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | </adm:property> |
| | | <adm:property name="key-wrapping-transformation" multi-valued="false" advanced="false"> |
| | | <adm:synopsis> |
| | | The preferred key wrapping transformation for the Directory Server. This value must |
| | | The preferred key wrapping transformation for the directory server. This value must |
| | | be the same for all server instances in a replication topology. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | |
| | | <adm:property name="ssl-encryption"> |
| | | <adm:synopsis> |
| | | Specifies whether SSL/TLS is used to provide encrypted |
| | | communication between two OpenDS server components. |
| | | communication between two <adm:product-name /> server components. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | | <adm:none> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="debug-target" plural-name="debug-targets" |
| | | package="org.opends.server.admin.std" |
| | |
| | | </adm:profile> |
| | | <adm:property name="debug-scope" mandatory="true" read-only="true"> |
| | | <adm:synopsis> |
| | | Specifies the fully-qualified OpenDS Java package, class, or method affected |
| | | Specifies the fully-qualified <adm:product-name /> Java package, class, or method affected |
| | | by the settings in this target definition. Use the number |
| | | character (#) to separate the class name and the method name |
| | | (that is, org.opends.server.core.DirectoryServer#startUp). |
| | |
| | | </adm:regex> |
| | | <adm:usage>STRING</adm:usage> |
| | | <adm:synopsis> |
| | | The fully-qualified OpenDS Java package, class, or method |
| | | The fully-qualified <adm:product-name /> Java package, class, or method |
| | | name. |
| | | </adm:synopsis> |
| | | </adm:pattern> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2009 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="dsee-compat-access-control-handler" |
| | | plural-name="dseecompat-access-control-handlers" |
| | |
| | | <adm:synopsis>Defines global access control rules.</adm:synopsis> |
| | | <adm:description> |
| | | Global access control rules apply to all entries anywhere in the |
| | | data managed by the Directory Server. The global access control |
| | | data managed by the <adm:product-name /> directory server. The global access control |
| | | rules may be overridden by more specific access control rules |
| | | placed in the data. |
| | | </adm:description> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="entry-cache" plural-name="entry-caches" |
| | | package="org.opends.server.admin.std" |
| | |
| | | <adm:synopsis> |
| | | <adm:user-friendly-plural-name /> |
| | | are responsible for caching entries which are likely to be accessed |
| | | by client applications in order to improve Directory Server |
| | | by client applications in order to improve <adm:product-name /> directory server |
| | | performance. |
| | | </adm:synopsis> |
| | | <adm:tag name="database" /> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="entry-cache-monitor-provider" |
| | | plural-name="entry-cache-monitor-providers" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name /> |
| | | exposes monitor information about the state of Directory Server |
| | | exposes monitor information about the state of <adm:product-name /> directory server |
| | | entry caches. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="entry-uuid-virtual-attribute" |
| | | plural-name="entry-uuid-virtual-attributes" |
| | |
| | | <adm:description> |
| | | The entryUUID values are generated based on a normalized |
| | | representation of the entry's DN, which does not cause a |
| | | consistency problem because OpenDS does not allow modify DN |
| | | consistency problem because <adm:product-name /> does not allow modify DN |
| | | operations to be performed in private backends. |
| | | </adm:description> |
| | | <adm:profile name="ldap"> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="exact-match-identity-mapper" |
| | | plural-name="exact-match-identity-mappers" |
| | |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | At least one value must be provided. All values must refer to the |
| | | name or OID of an attribute type defined in the Directory Server |
| | | name or OID of an attribute type defined in the directory server |
| | | schema. If multiple attributes or OIDs are provided, at least one of |
| | | those attributes must contain the provided ID string value in exactly |
| | | one entry. The internal search performed includes a logical OR across |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="file-based-trust-manager-provider" |
| | | plural-name="file-based-trust-manager-providers" |
| | |
| | | <adm:regex>.*</adm:regex> |
| | | <adm:usage>STRING</adm:usage> |
| | | <adm:synopsis> |
| | | An absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | An absolute path or a path that is relative to the <adm:product-name /> directory server instance root. |
| | | </adm:synopsis> |
| | | </adm:pattern> |
| | | </adm:string> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="get-symmetric-key-extended-operation-handler" |
| | | plural-name="get-symmetric-key-extended-operation-handlers" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name /> |
| | | is used by the OpenDS cryptographic framework for creating and |
| | | is used by the <adm:product-name /> cryptographic framework for creating and |
| | | obtaining symmetric encryption keys. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="global" plural-name="globals" |
| | | package="org.opends.server.admin.std" |
| | |
| | | Indicates whether schema enforcement is active. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | When schema enforcement is activated, the Directory Server |
| | | When schema enforcement is activated, the directory server |
| | | ensures that all operations result in entries are valid |
| | | according to the defined server schema. It is strongly recommended |
| | | that this option be left enabled to prevent the inadvertent |
| | |
| | | </adm:property> |
| | | <adm:property name="add-missing-rdn-attributes" advanced="true"> |
| | | <adm:synopsis> |
| | | Indicates whether the Directory Server should automatically add |
| | | Indicates whether the directory server should automatically add |
| | | any attribute values contained in the entry's RDN into that entry |
| | | when processing an add request. |
| | | </adm:synopsis> |
| | |
| | | <adm:property name="allow-attribute-name-exceptions" |
| | | advanced="true"> |
| | | <adm:synopsis> |
| | | Indicates whether the Directory Server should allow underscores |
| | | Indicates whether the directory server should allow underscores |
| | | in attribute names and allow attribute names |
| | | to begin with numeric digits (both of which are violations of the |
| | | LDAP standards). |
| | |
| | | <adm:property name="invalid-attribute-syntax-behavior" |
| | | advanced="true"> |
| | | <adm:synopsis> |
| | | Specifies how the Directory Server should handle operations whenever |
| | | Specifies how the directory server should handle operations whenever |
| | | an attribute value violates the associated attribute syntax. |
| | | </adm:synopsis> |
| | | <adm:default-behavior> |
| | |
| | | <adm:enumeration> |
| | | <adm:value name="accept"> |
| | | <adm:synopsis> |
| | | The Directory Server silently accepts attribute values |
| | | The directory server silently accepts attribute values |
| | | that are invalid according to their associated syntax. |
| | | Matching operations targeting those values may not behave as |
| | | expected. |
| | |
| | | </adm:value> |
| | | <adm:value name="reject"> |
| | | <adm:synopsis> |
| | | The Directory Server rejects attribute values that are |
| | | The directory server rejects attribute values that are |
| | | invalid according to their associated syntax. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="warn"> |
| | | <adm:synopsis> |
| | | The Directory Server accepts attribute values that are |
| | | The directory server accepts attribute values that are |
| | | invalid according to their associated syntax, but also |
| | | logs a warning message to the error log. Matching operations |
| | | targeting those values may not behave as expected. |
| | |
| | | <adm:property name="single-structural-objectclass-behavior" |
| | | advanced="true"> |
| | | <adm:synopsis> |
| | | Specifies how the Directory Server should handle operations an entry does |
| | | Specifies how the directory server should handle operations an entry does |
| | | not contain a structural object class or contains multiple structural |
| | | classes. |
| | | </adm:synopsis> |
| | |
| | | <adm:enumeration> |
| | | <adm:value name="accept"> |
| | | <adm:synopsis> |
| | | The Directory Server silently accepts entries that do |
| | | The directory server silently accepts entries that do |
| | | not contain exactly one structural object class. Certain |
| | | schema features that depend on the entry's structural class |
| | | may not behave as expected. |
| | |
| | | </adm:value> |
| | | <adm:value name="reject"> |
| | | <adm:synopsis> |
| | | The Directory Server rejects entries that do not contain |
| | | The directory server rejects entries that do not contain |
| | | exactly one structural object class. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="warn"> |
| | | <adm:synopsis> |
| | | The Directory Server accepts entries that do not contain |
| | | The directory server accepts entries that do not contain |
| | | exactly one structural object class, but also logs a |
| | | warning message to the error log. Certain schema features |
| | | that depend on the entry's structural class may not behave |
| | |
| | | </adm:property> |
| | | <adm:property name="notify-abandoned-operations" advanced="true"> |
| | | <adm:synopsis> |
| | | Indicates whether the Directory Server should send a response to |
| | | Indicates whether the directory server should send a response to |
| | | any operation that is interrupted via an abandon request. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | </adm:property> |
| | | <adm:property name="writability-mode"> |
| | | <adm:synopsis> |
| | | Specifies the kinds of write operations the Directory Server |
| | | Specifies the kinds of write operations the directory server |
| | | can process. |
| | | </adm:synopsis> |
| | | <adm:default-behavior> |
| | |
| | | <adm:enumeration> |
| | | <adm:value name="enabled"> |
| | | <adm:synopsis> |
| | | The Directory Server attempts to process all write |
| | | The directory server attempts to process all write |
| | | operations that are requested of it, regardless of their |
| | | origin. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="disabled"> |
| | | <adm:synopsis> |
| | | The Directory Server rejects all write operations that |
| | | The directory server rejects all write operations that |
| | | are requested of it, regardless of their origin. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="internal-only"> |
| | | <adm:synopsis> |
| | | The Directory Server attempts to process write |
| | | The directory server attempts to process write |
| | | operations requested as internal operations or through |
| | | synchronization, but rejects any such operations |
| | | requested from external clients. |
| | |
| | | </adm:property> |
| | | <adm:property name="reject-unauthenticated-requests"> |
| | | <adm:synopsis> |
| | | Indicates whether the Directory Server should reject any request |
| | | Indicates whether the directory server should reject any request |
| | | (other than bind or StartTLS requests) received from a client that |
| | | has not yet been authenticated, whose last authentication attempt was |
| | | unsuccessful, or whose last authentication attempt used anonymous |
| | |
| | | </adm:property> |
| | | <adm:property name="bind-with-dn-requires-password"> |
| | | <adm:synopsis> |
| | | Indicates whether the Directory Server should reject any simple |
| | | Indicates whether the directory server should reject any simple |
| | | bind request that contains a DN but no password. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | </adm:property> |
| | | <adm:property name="lookthrough-limit"> |
| | | <adm:synopsis> |
| | | Specifies the maximum number of entries that the Directory Server |
| | | Specifies the maximum number of entries that the directory server |
| | | should "look through" in the course of processing a search |
| | | request. |
| | | </adm:synopsis> |
| | |
| | | </adm:property> |
| | | <adm:property name="save-config-on-successful-startup"> |
| | | <adm:synopsis> |
| | | Indicates whether the Directory Server should save a copy of its |
| | | Indicates whether the directory server should save a copy of its |
| | | configuration whenever the startup process completes successfully. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | <adm:property name="max-psearches"> |
| | | <adm:synopsis> |
| | | Defines the maximum number of concurrent persistent searches that |
| | | can be performed on Directory Server |
| | | can be performed on directory server |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | The persistent search mechanism provides an active channel through which entries that change, |
| | |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | The path may be either an absolute path or a path relative to the |
| | | directory containing the base of the OpenDS Directory Server |
| | | directory containing the base of the <adm:product-name /> directory server |
| | | installation. The path may be any valid directory path in which |
| | | the server has appropriate permissions to read and write files and |
| | | has sufficient space to hold the database contents. |
| | |
| | | <adm:property name="import-queue-size" advanced="true"> |
| | | <adm:synopsis> |
| | | This parameter has been deprecated in OpenDS 2.1 and will be removed |
| | | in OpenDS 3.0. It is only being kept for migration ease and is ignored |
| | | in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored |
| | | in OpenDS versions after 2.0. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | | <adm:none> |
| | | <adm:synopsis> |
| | | This parameter has been deprecated in OpenDS 2.1 and will be removed |
| | | in OpenDS 3.0. It is only being kept for migration ease and is ignored |
| | | in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored |
| | | in OpenDS versions after 2.0. |
| | | </adm:synopsis> |
| | | </adm:none> |
| | |
| | | <adm:property name="import-thread-count" advanced="true"> |
| | | <adm:synopsis> |
| | | This parameter has been deprecated in OpenDS 2.1 and will be removed |
| | | in OpenDS 3.0. It is only being kept for migration ease and is ignored |
| | | in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored |
| | | in OpenDS versions after 2.0. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | This parameter has been deprecated in OpenDS 2.1 and will be removed |
| | | in OpenDS 3.0. It is only being kept for migration ease and is ignored |
| | | in <adm:product-name /> 3.0. It is only being kept for migration ease and is ignored |
| | | in OpenDS versions after 2.0. |
| | | </adm:description> |
| | | <adm:requires-admin-action> |
| | |
| | | <adm:description> |
| | | Setting the value of this configuration attribute to "true" may |
| | | improve write performance but could cause the most |
| | | recent changes to be lost if the OpenDS Directory Server or the |
| | | recent changes to be lost if the <adm:product-name /> directory server or the |
| | | underlying JVM exits abnormally, or if an OS or hardware failure |
| | | occurs (a behavior similar to running with transaction durability |
| | | disabled in the Sun Java System Directory Server). |
| | |
| | | before actually being written to disk. This may improve |
| | | performance, but could cause the most recent |
| | | changes to be lost in the event of an underlying OS or hardware |
| | | failure (but not in the case that the OpenDS Directory Server or |
| | | failure (but not in the case that the <adm:product-name /> directory server or |
| | | the JVM exits abnormally). |
| | | </adm:description> |
| | | <adm:default-behavior> |
| | |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | Any Berkeley DB Java Edition property can be specified using the |
| | | following form: property-name=property-value. Refer to OpenDS |
| | | following form: property-name=property-value. Refer to <adm:product-name /> |
| | | documentation for further information on related properties, their |
| | | implications, and range values. The definitive identification of |
| | | all the property parameters is available in the example.properties |
| | |
| | | <adm:property name="index-filter-analyzer-enabled" advanced="true"> |
| | | <adm:synopsis> |
| | | Indicates whether to gather statistical information about the search |
| | | filters processed by the Directory Server while evaluating the usage of |
| | | filters processed by the directory server while evaluating the usage of |
| | | indexes. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="memory-backend" plural-name="memory-backends" |
| | | package="org.opends.server.admin.std" extends="backend" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name /> |
| | | provides a Directory Server backend |
| | | provides a directory server backend |
| | | implementation that stores entries in memory. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="monitor-backend" |
| | | plural-name="monitor-backends" package="org.opends.server.admin.std" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | allows clients to access the information made |
| | | available by Directory Server monitor providers. |
| | | available by directory server monitor providers. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2009 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="null-backend" plural-name="null-backends" |
| | | package="org.opends.server.admin.std" advanced="true" extends="backend" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name/> |
| | | provides a Directory Server backend that implements a /dev/null like |
| | | provides a directory server backend that implements a /dev/null like |
| | | behavior for development and testing. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2009 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:package name="org.opends.server.admin.std" |
| | | xmlns:adm="http://www.opends.org/admin" |
| | | xmlns:ldap="http://www.opends.org/admin-ldap"> |
| | | <adm:synopsis> |
| | | Core OpenDS Directory Server administrative components. |
| | | Core <adm:product-name /> directory server administrative components. |
| | | </adm:synopsis> |
| | | <adm:property name="listen-port" mandatory="true"> |
| | | <adm:synopsis> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2009 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="password-policy" |
| | | plural-name="password-policies" package="org.opends.server.admin.std" |
| | |
| | | <adm:property name="force-change-on-add"> |
| | | <adm:synopsis> |
| | | Indicates whether users are forced to change their passwords |
| | | upon first authenticating to the Directory Server after their |
| | | upon first authenticating to the directory server after their |
| | | account has been created. |
| | | </adm:synopsis> |
| | | <adm:default-behavior> |
| | |
| | | </adm:property> |
| | | <adm:property name="expire-passwords-without-warning"> |
| | | <adm:synopsis> |
| | | Indicates whether the Directory Server allows a user's |
| | | Indicates whether the directory server allows a user's |
| | | password to expire even if that user has never seen an expiration |
| | | warning notification. |
| | | </adm:synopsis> |
| | |
| | | password policy. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | This attribute type must be defined in the Directory Server schema |
| | | This attribute type must be defined in the directory server schema |
| | | and must either be defined as an operational attribute or must be |
| | | allowed by the set of objectClasses for all users with the |
| | | associated password policy. |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="password-policy-import-plugin" |
| | | plural-name="password-policy-import-plugins" |
| | |
| | | <adm:user-friendly-name /> |
| | | ensures that clear-text passwords contained in LDIF |
| | | entries are properly encoded before they are stored in the |
| | | appropriate Directory Server backend. |
| | | appropriate directory server backend. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="plugin" plural-name="plugins" |
| | | package="org.opends.server.admin.std" |
| | |
| | | <adm:enumeration> |
| | | <adm:value name="startup"> |
| | | <adm:synopsis> |
| | | Invoked during the Directory Server startup process. |
| | | Invoked during the directory server startup process. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="shutdown"> |
| | | <adm:synopsis> |
| | | Invoked during a graceful Directory Server shutdown. |
| | | Invoked during a graceful directory server shutdown. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="postconnect"> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="profiler-plugin" |
| | | plural-name="profiler-plugins" package="org.opends.server.admin.std" |
| | |
| | | <adm:synopsis> |
| | | The Profiler plug-in |
| | | captures profiling information about operations performed |
| | | inside the JVM while the Directory Server is running. |
| | | inside the JVM while the <adm:product-name /> directory server is running. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | <adm:synopsis> |
| | | Specifies the path to the directory where profile information |
| | | is to be written. This path may be either an absolute path or a path |
| | | that is relative to the root of the OpenDS Directory Server |
| | | that is relative to the root of the <adm:product-name /> directory server |
| | | instance. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | The directory must exist and the Directory Server must have |
| | | The directory must exist and the directory server must have |
| | | permission to create new files in it. |
| | | </adm:description> |
| | | <adm:syntax> |
| | |
| | | <adm:property name="enable-profiling-on-startup" mandatory="true"> |
| | | <adm:synopsis> |
| | | Indicates whether the profiler plug-in is to start collecting data |
| | | automatically when the Directory Server is started. |
| | | automatically when the directory server is started. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | This property is read only when the server is |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="regular-expression-identity-mapper" |
| | | plural-name="regular-expression-identity-mappers" |
| | |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | All values must refer to the name or OID of an attribute type |
| | | defined in the Directory Server schema. If multiple attributes |
| | | defined in the directory server schema. If multiple attributes |
| | | or OIDs are provided, at least one of those attributes must contain |
| | | the provided ID string value in exactly one entry. |
| | | </adm:description> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="replication-domain" |
| | | plural-name="replication-domains" |
| | |
| | | <adm:synopsis> |
| | | Specifies the addresses of the Replication Servers within the |
| | | <adm:user-friendly-name /> |
| | | to which the Directory Server should try to connect at startup |
| | | to which the directory server should try to connect at startup |
| | | time. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | |
| | | </adm:property> |
| | | <adm:property name="server-id" mandatory="true" read-only="true"> |
| | | <adm:synopsis> |
| | | Specifies a unique identifier for the Directory Server within the |
| | | Specifies a unique identifier for the directory server within the |
| | | <adm:user-friendly-name />. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | Each Directory Server within the same |
| | | Each directory server within the same |
| | | <adm:user-friendly-name /> |
| | | must have a different server ID. A Directory Server which is a |
| | | must have a different server ID. A directory server which is a |
| | | member of multiple |
| | | <adm:user-friendly-plural-name /> |
| | | may use the same server ID for each of its |
| | |
| | | </adm:property> |
| | | <adm:property name="window-size"> |
| | | <adm:synopsis> |
| | | Specifies the window size that the Directory Server will use when |
| | | Specifies the window size that the directory server will use when |
| | | communicating with Replication Servers. |
| | | </adm:synopsis> |
| | | <adm:default-behavior> |
| | |
| | | </adm:property> |
| | | <adm:property name="heartbeat-interval"> |
| | | <adm:synopsis> |
| | | Specifies the heart-beat interval that the Directory Server will |
| | | Specifies the heart-beat interval that the directory server will |
| | | use when communicating with Replication Servers. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | The Directory Server expects a regular heart-beat coming from |
| | | The directory server expects a regular heart-beat coming from |
| | | the Replication Server within the specified interval. If a |
| | | heartbeat is not received within the interval, the Directory |
| | | Server closes its connection and connects to another |
| | |
| | | </adm:property> |
| | | <adm:property name="changetime-heartbeat-interval" advanced="true"> |
| | | <adm:synopsis> |
| | | Specifies the heart-beat interval that the Directory Server will |
| | | Specifies the heart-beat interval that the directory server will |
| | | use when sending its local change time to the Replication Server. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | The Directory Server sends a regular heart-beat to the Replication |
| | | The directory server sends a regular heart-beat to the Replication |
| | | within the specified interval. The heart-beat indicates the |
| | | change time of the Directory Server to the Replication Server. |
| | | change time of the directory server to the Replication Server. |
| | | </adm:description> |
| | | <adm:default-behavior> |
| | | <adm:defined> |
| | |
| | | </adm:property> |
| | | <adm:property name="isolation-policy"> |
| | | <adm:synopsis> |
| | | Specifies the behavior of the Directory Server if a write |
| | | Specifies the behavior of the directory server if a write |
| | | operation is attempted on the data within the |
| | | <adm:user-friendly-name /> |
| | | when none of the configured Replication Servers are available. |
| | |
| | | </adm:property> |
| | | <adm:property name="initialization-window-size"> |
| | | <adm:synopsis> |
| | | Specifies the window size that this Directory Server may use when |
| | | Specifies the window size that this directory server may use when |
| | | communicating with remote Directory Servers for initialization. |
| | | </adm:synopsis> |
| | | <adm:default-behavior> |
| | |
| | | <adm:property name="queue-size" advanced="true"> |
| | | <adm:synopsis> |
| | | Specifies the number of changes that are kept in memory for |
| | | each Directory Server in the Replication Domain. |
| | | each directory server in the Replication Domain. |
| | | </adm:synopsis> |
| | | <adm:default-behavior> |
| | | <adm:defined> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="replication-synchronization-provider" |
| | | plural-name="replication-synchronization-providers" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | provides multi-master replication of data across multiple |
| | | Directory Server instances. |
| | | directory server instances. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:root-managed-object xmlns:adm="http://www.opends.org/admin" |
| | | xmlns:ldap="http://www.opends.org/admin-ldap" |
| | |
| | | <ldap:rdn-sequence>cn=Extensions,cn=config</ldap:rdn-sequence> |
| | | </adm:profile> |
| | | </adm:relation> |
| | | <adm:product-name>OpenDS Directory Server</adm:product-name> |
| | | <adm:product-name>OpenDJ</adm:product-name> |
| | | <adm:tag-definition name="logging"> |
| | | <adm:synopsis>Logging</adm:synopsis> |
| | | </adm:tag-definition> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="root-dn" plural-name="root-dns" |
| | | package="org.opends.server.admin.std" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | configuration contains all the Root DN Users defined in the |
| | | Directory Server. In addition, it also defines the default set of |
| | | directory server. In addition, it also defines the default set of |
| | | privileges that Root DN Users automatically inherit. |
| | | </adm:synopsis> |
| | | <adm:tag name="core-server" /> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="root-dse-backend" |
| | | plural-name="root-dse-backends" package="org.opends.server.admin.std" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name /> |
| | | contains the Directory Server root DSE. |
| | | contains the directory server root DSE. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | This is a special meta-backend that dynamically generates the |
| | |
| | | <adm:synopsis> |
| | | Indicates whether all attributes in the root DSE are to be treated |
| | | like user attributes (and therefore returned to clients by |
| | | default) regardless of the Directory Server schema configuration. |
| | | default) regardless of the directory server schema configuration. |
| | | </adm:synopsis> |
| | | <adm:syntax> |
| | | <adm:boolean /> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="sasl-mechanism-handler" |
| | | plural-name="sasl-mechanism-handlers" |
| | |
| | | xmlns:cli="http://www.opends.org/admin-cli"> |
| | | <adm:synopsis> |
| | | The SASL mechanism handler configuration entry is the parent |
| | | for all SASL mechanism handlers defined in the OpenDS |
| | | Directory Server. |
| | | for all SASL mechanism handlers defined in the <adm:product-name /> |
| | | directory server. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | SASL mechanism handlers are responsible for |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="smtp-account-status-notification-handler" |
| | | plural-name="smtp-account-status-notification-handlers" |
| | |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | You can specify more than one email address as separate values. In this case, |
| | | the OpenDS server sends a notification to all email addresses identified. |
| | | the <adm:product-name /> server sends a notification to all email addresses identified. |
| | | </adm:description> |
| | | <adm:default-behavior> |
| | | <adm:alias> |
| | |
| | | ! |
| | | ! |
| | | ! Portions Copyright 2008-2009 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="snmp-connection-handler" |
| | | plural-name="snmp-connection-handlers" |
| | |
| | | <adm:property name="registered-mbean"> |
| | | <adm:synopsis> |
| | | Indicates whether the SNMP objects have to be registered in the |
| | | Directory Server MBeanServer or not allowing to access SNMP Objects |
| | | directory server MBeanServer or not allowing to access SNMP Objects |
| | | with RMI connector if enabled. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="schema-backend" plural-name="schema-backends" |
| | | package="org.opends.server.admin.std" extends="backend" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name /> |
| | | provides access to the Directory Server schema information, |
| | | provides access to the directory server schema information, |
| | | including the attribute types, object classes, attribute syntaxes, |
| | | matching rules, matching rule uses, DIT content rules, and DIT |
| | | structure rules that it contains. |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="soft-reference-entry-cache" |
| | | plural-name="soft-reference-entry-caches" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name /> |
| | | is a Directory Server entry cache implementation that uses soft |
| | | is a directory server entry cache implementation that uses soft |
| | | references to manage objects to allow them to be |
| | | freed if the JVM is running low on memory. |
| | | </adm:synopsis> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="stack-trace-monitor-provider" |
| | | plural-name="stack-trace-monitor-providers" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | enables clients to obtain a stack trace of all the threads that are |
| | | currently running in the Directory Server. |
| | | currently running in the directory server. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="synchronization-provider" |
| | | plural-name="synchronization-providers" |
| | |
| | | xmlns:cli="http://www.opends.org/admin-cli"> |
| | | <adm:synopsis> |
| | | <adm:user-friendly-plural-name /> |
| | | are responsible for handling synchronization of the Directory Server |
| | | data with other OpenDS instances or other data repositories. |
| | | are responsible for handling synchronization of the directory server |
| | | data with other <adm:product-name /> instances or other data repositories. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | The OpenDS Directory Server takes a centralized approach to |
| | | The <adm:product-name /> directory server takes a centralized approach to |
| | | replication, rather than the point-to-point approach taken by Sun |
| | | Java System Directory Server. In OpenDS, one or more replication |
| | | Java System Directory Server. In <adm:product-name />, one or more replication |
| | | servers are created in the environment. The replication servers |
| | | typically do not store user data but keep a log of all changes made |
| | | within the topology. Each Directory Server instance in the topology |
| | | within the topology. Each directory server instance in the topology |
| | | is pointed at the replication servers. This plan simplifies the |
| | | deployment and management of the environment. Although you can run |
| | | the replication server on the same system (or even in the same |
| | | instance) as the Directory Server, the two servers can be separated |
| | | instance) as the directory server, the two servers can be separated |
| | | onto different systems. This approach can provide better performance |
| | | or functionality in large environments. |
| | | </adm:description> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="system-info-monitor-provider" |
| | | plural-name="system-info-monitor-providers" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | can be used to publish information about the system and virtual |
| | | machine on which the Directory Server is running. |
| | | machine on which the directory server is running. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="task-backend" plural-name="task-backends" |
| | | package="org.opends.server.admin.std" extends="backend" |
| | |
| | | xmlns:ldap="http://www.opends.org/admin-ldap"> |
| | | <adm:synopsis> |
| | | The Task Backend provides a mechanism for scheduling tasks in the |
| | | OpenDS Directory Server. Tasks are intended to provide access to |
| | | <adm:product-name /> directory server. Tasks are intended to provide access to |
| | | certain types of administrative functions in the server that may not |
| | | be convenient to perform remotely. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | OpenDS supports tasks to backup and restore backends, to import and export LDIF |
| | | <adm:product-name /> supports tasks to backup and restore backends, to import and export LDIF |
| | | files, and to stop and restart the server. The details of a task are |
| | | in an entry that is below the root of the Task Backend. The Task Backend |
| | | is responsible for decoding that task entry and ensuring that it is processed |
| | |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | It may be either an absolute path or a relative path to |
| | | the base of the OpenDS Directory Server instance. |
| | | the base of the <adm:product-name /> directory server instance. |
| | | </adm:description> |
| | | <adm:syntax> |
| | | <adm:string /> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="version-monitor-provider" |
| | | plural-name="version-monitor-providers" |
| | |
| | | <adm:synopsis> |
| | | The |
| | | <adm:user-friendly-name /> |
| | | can be used to publish Directory Server version information. |
| | | can be used to publish directory server version information. |
| | | </adm:synopsis> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="workflow" plural-name="workflows" |
| | | package="org.opends.server.admin.std" |
| | |
| | | The |
| | | <adm:user-friendly-name /> |
| | | is a list of processing steps (Work Flow Elements) that are applied |
| | | to data as it is retrieved from the Directory Server. |
| | | to data as it is retrieved from the directory server. |
| | | </adm:synopsis> |
| | | <adm:tag name="core-server" /> |
| | | <adm:profile name="ldap"> |
| | |
| | | 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. |
| | | synopsis=Access Control Handlers manage the application-wide access control. The OpenDJ 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 OpenDJ 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. |
| | |
| | | user-friendly-name=Alert Handler |
| | | user-friendly-plural-name=Alert Handlers |
| | | synopsis=Alert Handlers are used to notify administrators of significant problems or notable events that occur in the Directory Server. |
| | | synopsis=Alert Handlers are used to notify administrators of significant problems or notable events that occur in the OpenDJ directory server. |
| | | property.disabled-alert-type.synopsis=Specifies the names of the alert types that are disabled for this alert handler. |
| | | property.disabled-alert-type.description=If there are any values for this attribute, then no alerts with any of the specified types are allowed. If there are no values for this attribute, then only alerts with a type included in the set of enabled alert types are allowed, or if there are no values for the enabled alert types option, then all alert types are allowed. |
| | | property.disabled-alert-type.default-behavior.alias.synopsis=If there is a set of enabled alert types, then only alerts with one of those types are allowed. Otherwise, all alerts are allowed. |
| | |
| | | user-friendly-name=Backup Backend |
| | | user-friendly-plural-name=Backup Backends |
| | | synopsis=The Backup Backend provides read-only access to the set of backups that are available for the OpenDS Directory Server. |
| | | synopsis=The Backup Backend provides read-only access to the set of backups that are available for OpenDJ. |
| | | description=It is provided as a convenience feature that makes it easier to determine what backups are available to be restored if necessary. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | | property.backup-directory.synopsis=Specifies the path to a backup directory containing one or more backups for a particular backend. |
| | | property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDS Directory Server installation. |
| | | property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDJ directory server installation. |
| | | property.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles. |
| | | property.base-dn.description=A single backend may be responsible for one or more base DNs. Note that no two backends may have the same base DN although one backend may have a base DN that is below a base DN provided by another backend (similar to the use of sub-suffixes in the Sun Java System Directory Server). If any of the base DNs is subordinate to a base DN for another backend, then all base DNs for that backend must be subordinate to that same base DN. |
| | | property.base-dn.requires-admin-action.synopsis=No administrative action is required by default although some action may be required on a per-backend basis before the new base DN may be used. |
| | |
| | | user-friendly-name=Backend de sauvegarde |
| | | user-friendly-plural-name=Backends de sauvegarde |
| | | synopsis=Le backend de sauvegarde fournit un acc\u00e8s en lecture seule \u00e0 l'ensemble des sauvegardes d'OpenDS Directory Server. |
| | | synopsis=Le backend de sauvegarde fournit un acc\u00e8s en lecture seule \u00e0 l'ensemble des sauvegardes d'OpenDJ . |
| | | description=Il est fourni en tant que fonctionnalit\u00e9 pratique qui facilite la d\u00e9termination des sauvegardes \u00e0 restaurer si n\u00e9cessaire. |
| | | property.backend-id.synopsis=Sp\u00e9cifie un nom pour identifier le backend associ\u00e9. |
| | | property.backend-id.description=Ce nom doit \u00eatre unique parmi tous les backends du serveur. L\u2019ID du backend ne peut pas \u00eatre modifi\u00e9 une fois que celui-ci a \u00e9t\u00e9 cr\u00e9\u00e9 dans le serveur. |
| | | property.backup-directory.synopsis=Sp\u00e9cifie le chemin vers un r\u00e9pertoire de sauvegarde contenant une ou plusieurs sauvegardes pour un backend particulier. |
| | | property.backup-directory.description=Ceci est une propri\u00e9t\u00e9 \u00e0 valeurs multiples. Chaque valeur peut sp\u00e9cifier un r\u00e9pertoire de sauvegarde diff\u00e9rent si n\u00e9cessaire (un par backend dont une sauvegarde a \u00e9t\u00e9 effectu\u00e9e). Les valeurs peuvent \u00eatre soit des chemins absolus ou des chemins relatifs vers la base de l'installation d'OpenDS Directory Server. |
| | | property.backup-directory.description=Ceci est une propri\u00e9t\u00e9 \u00e0 valeurs multiples. Chaque valeur peut sp\u00e9cifier un r\u00e9pertoire de sauvegarde diff\u00e9rent si n\u00e9cessaire (un par backend dont une sauvegarde a \u00e9t\u00e9 effectu\u00e9e). Les valeurs peuvent \u00eatre soit des chemins absolus ou des chemins relatifs vers la base de l'installation d'OpenDJ . |
| | | property.base-dn.synopsis=Sp\u00e9cifie les DN de base pour les donn\u00e9es trait\u00e9es par le backend. |
| | | property.base-dn.description=Un m\u00eame backend peut se charger d\u2019un ou plusieurs DN de base. Notez que deux backends ne peuvent pas partager un m\u00eame DN de base, m\u00eame si un backend peut avoir un DN de base de niveau inf\u00e9rieur \u00e0 un DN de base fourni par un autre backend (utilisation comparable \u00e0 celle des sous-suffixes dans Sun Java System Directory Server). Si l\u2019un des DN de base est subordonn\u00e9 \u00e0 un DN de base d\u2019un autre backend, tous les DN de base de ce backend doivent \u00eatre subordonn\u00e9s \u00e0 ce m\u00eame DN de base. |
| | | property.base-dn.requires-admin-action.synopsis=Aucune action administrative n\u2019est requise par d\u00e9faut m\u00eame si une action peut \u00eatre n\u00e9cessaire au niveau de chaque backend pour permettre l\u2019utilisation du nouveau DN de base. |
| | |
| | | user-friendly-name=Backup Backend |
| | | user-friendly-plural-name=Backup Backends |
| | | synopsis=The Backup Backend provides read-only access to the set of backups that are available for the OpenDS Directory Server. |
| | | synopsis=The Backup Backend provides read-only access to the set of backups that are available for the OpenDJ . |
| | | description=It is provided as a convenience feature that makes it easier to determine what backups are available to be restored if necessary. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | | property.backup-directory.synopsis=Specifies the path to a backup directory containing one or more backups for a particular backend. |
| | | property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDS Directory Server installation. |
| | | property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDJ installation. |
| | | property.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles. |
| | | property.base-dn.description=A single backend may be responsible for one or more base DNs. Note that no two backends may have the same base DN although one backend may have a base DN that is below a base DN provided by another backend (similar to the use of sub-suffixes in the Sun Java System Directory Server). If any of the base DNs is subordinate to a base DN for another backend, then all base DNs for that backend must be subordinate to that same base DN. |
| | | property.base-dn.requires-admin-action.synopsis=No administrative action is required by default although some action may be required on a per-backend basis before the new base DN may be used. |
| | |
| | | user-friendly-name=Backup Backend |
| | | user-friendly-plural-name=Backup Backends |
| | | synopsis=The Backup Backend provides read-only access to the set of backups that are available for the OpenDS Directory Server. |
| | | synopsis=The Backup Backend provides read-only access to the set of backups that are available for the OpenDJ . |
| | | description=It is provided as a convenience feature that makes it easier to determine what backups are available to be restored if necessary. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | | property.backup-directory.synopsis=Specifies the path to a backup directory containing one or more backups for a particular backend. |
| | | property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDS Directory Server installation. |
| | | property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDJ installation. |
| | | property.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles. |
| | | property.base-dn.description=A single backend may be responsible for one or more base DNs. Note that no two backends may have the same base DN although one backend may have a base DN that is below a base DN provided by another backend (similar to the use of sub-suffixes in the Sun Java System Directory Server). If any of the base DNs is subordinate to a base DN for another backend, then all base DNs for that backend must be subordinate to that same base DN. |
| | | property.base-dn.requires-admin-action.synopsis=No administrative action is required by default although some action may be required on a per-backend basis before the new base DN may be used. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | user-friendly-name=Client Connection Monitor Provider |
| | | user-friendly-plural-name=Client Connection Monitor Providers |
| | | synopsis=The Client Connection Monitor Provider exposes monitor information about the set of client connections that are established to the Directory Server. |
| | | synopsis=The Client Connection Monitor Provider exposes monitor information about the set of client connections that are established to the OpenDJ directory server. |
| | | property.enabled.synopsis=Indicates whether the Client Connection Monitor Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Client Connection Monitor Provider implementation. |
| | |
| | | synopsis=The Crypto Manager provides a common interface for performing compression, decompression, hashing, encryption and other kinds of cryptographic operations. |
| | | property.cipher-key-length.synopsis=Specifies the key length in bits for the preferred cipher. |
| | | property.cipher-key-length.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change. |
| | | property.cipher-transformation.synopsis=Specifies the cipher for the Directory Server using the syntax algorithm/mode/padding. |
| | | property.cipher-transformation.synopsis=Specifies the cipher for the directory server using the syntax algorithm/mode/padding. |
| | | property.cipher-transformation.description=The full transformation is required: specifying only an algorithm and allowing the cipher provider to supply the default mode and padding is not supported, because there is no guarantee these default values are the same among different implementations. Some cipher algorithms, including RC4 and ARCFOUR, do not have a mode or padding, and hence must be specified using NONE for the mode field and NoPadding for the padding field. For example, RC4/NONE/NoPadding. |
| | | property.cipher-transformation.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change. |
| | | property.digest-algorithm.synopsis=Specifies the preferred message digest algorithm for the Directory Server. |
| | | property.digest-algorithm.synopsis=Specifies the preferred message digest algorithm for the directory server. |
| | | property.digest-algorithm.requires-admin-action.synopsis=Changes to this property take effect immediately and only affect cryptographic operations performed after the change. |
| | | property.key-wrapping-transformation.synopsis=The preferred key wrapping transformation for the Directory Server. This value must be the same for all server instances in a replication topology. |
| | | property.key-wrapping-transformation.synopsis=The preferred key wrapping transformation for the directory server. This value must be the same for all server instances in a replication topology. |
| | | property.key-wrapping-transformation.requires-admin-action.synopsis=Changes to this property will take effect immediately but will only affect cryptographic operations performed after the change. |
| | | property.mac-algorithm.synopsis=Specifies the preferred MAC algorithm for the Directory Server. |
| | | property.mac-algorithm.synopsis=Specifies the preferred MAC algorithm for the directory server. |
| | | property.mac-algorithm.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change. |
| | | property.mac-key-length.synopsis=Specifies the key length in bits for the preferred MAC algorithm. |
| | | property.mac-key-length.requires-admin-action.synopsis=Changes to this property take effect immediately but only affect cryptographic operations performed after the change. |
| | |
| | | property.ssl-cipher-suite.synopsis=Specifies the names of the SSL cipher suites that are allowed for use in SSL or TLS communication. |
| | | property.ssl-cipher-suite.default-behavior.alias.synopsis=Uses the default set of SSL cipher suites provided by the server's JVM. |
| | | property.ssl-cipher-suite.requires-admin-action.synopsis=Changes to this property take effect immediately but only impact new SSL/TLS-based sessions created after the change. |
| | | property.ssl-encryption.synopsis=Specifies whether SSL/TLS is used to provide encrypted communication between two OpenDS server components. |
| | | property.ssl-encryption.synopsis=Specifies whether SSL/TLS is used to provide encrypted communication between two OpenDJ server components. |
| | | property.ssl-encryption.requires-admin-action.synopsis=Changes to this property take effect immediately but only impact new SSL/TLS-based sessions created after the change. |
| | | property.ssl-protocol.synopsis=Specifies the names of the SSL protocols that are allowed for use in SSL or TLS communication. |
| | | property.ssl-protocol.default-behavior.alias.synopsis=Uses the default set of SSL protocols provided by the server's JVM. |
| | |
| | | property.debug-level.syntax.enumeration.value.info.synopsis=Messages with severity level of INFO or higher are logged. |
| | | property.debug-level.syntax.enumeration.value.verbose.synopsis=Messages with severity level of VERBOSE or higher are logged. |
| | | property.debug-level.syntax.enumeration.value.warning.synopsis=Messages with severity level of WARNING or higher are logged. |
| | | property.debug-scope.synopsis=Specifies the fully-qualified OpenDS Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp). |
| | | property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDS Java package, class, or method name. |
| | | property.debug-scope.synopsis=Specifies the fully-qualified OpenDJ Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp). |
| | | property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDJ Java package, class, or method name. |
| | | property.include-throwable-cause.synopsis=Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages. |
| | | property.omit-method-entry-arguments.synopsis=Specifies the property to indicate whether to include method arguments in debug messages. |
| | | property.omit-method-return-value.synopsis=Specifies the property to indicate whether to include the return value in debug messages. |
| | |
| | | property.case-sensitive-validation.synopsis=Indicates whether this password validator is to treat password characters in a case-sensitive manner. |
| | | property.case-sensitive-validation.description=If it is set to true, then the validator rejects a password only if it appears in the dictionary with exactly the same capitalization as provided by the user. |
| | | property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords. |
| | | property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.dictionary-file.syntax.string.pattern.synopsis=The path to any text file contained on the system that is readable by the server. |
| | | property.enabled.synopsis=Indicates whether the password validator is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation. |
| | |
| | | property.case-sensitive-validation.synopsis=Indica si este validador de contrase\u00f1as distinguir\u00e1 entre may\u00fasculas y min\u00fasculas en los caracteres de la contrase\u00f1a. |
| | | property.case-sensitive-validation.description=Si se establece en "true" (verdadero), el validador rechazar\u00e1 una contrase\u00f1a s\u00f3lo si aparece en el diccionario con el mismo uso exacto de may\u00fasculas y min\u00fasculas que haya especificado el usuario. |
| | | property.dictionary-file.synopsis=Especifica la ruta al archivo que contenga una lista de palabras que no se pueden utilizar como contrase\u00f1as. |
| | | property.dictionary-file.description=Debe presentar un formato de una palabra por l\u00ednea. Este valor puede ser una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDS Directory Server. |
| | | property.dictionary-file.description=Debe presentar un formato de una palabra por l\u00ednea. Este valor puede ser una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDJ . |
| | | property.dictionary-file.syntax.string.pattern.synopsis=La ruta a cualquier archivo de texto incluido en el sistema que pueda leer el servidor. |
| | | property.enabled.synopsis=Indica si el validador de contrase\u00f1as se ha habilitado para su uso. |
| | | property.java-class.synopsis=Especifica el nombre completo de la clase de Java que proporciona la implementaci\u00f3n del validador de contrase\u00f1as. |
| | |
| | | property.case-sensitive-validation.synopsis=Indique si ce validateur de mot de passe doit traiter les caract\u00e8res de mot de passe en respectant la casse. |
| | | property.case-sensitive-validation.description=S'il est d\u00e9fini \u00e0 true, le validateur refuse un mot de passe seulement s'il s'affiche dans le dictionnaire avec exactement la m\u00eame mise en majuscules que celle de l'utilisateur. |
| | | property.dictionary-file.synopsis=Sp\u00e9cifie le chemin vers le fichier contenant une liste de mots qui ne peuvent \u00eatre utilis\u00e9s comme mots de passe. |
| | | property.dictionary-file.description=Il doit \u00eatre format\u00e9 avec un mot par ligne. La valeur peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine d'instance d'OpenDS Directory Server. |
| | | property.dictionary-file.description=Il doit \u00eatre format\u00e9 avec un mot par ligne. La valeur peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine d'instance d'OpenDJ . |
| | | property.dictionary-file.syntax.string.pattern.synopsis=Le chemin vers n'importe quel fichier texte contenu dans le syst\u00e8me est lisible par le serveur. |
| | | property.enabled.synopsis=Indique si le validateur de mot de passe est activ\u00e9 pour utilisation. |
| | | property.java-class.synopsis=Sp\u00e9cifie le nom complet de la classe Java qui fournit l'impl\u00e9mentation du validateur de mot de passe. |
| | |
| | | property.case-sensitive-validation.synopsis=Indicates whether this password validator is to treat password characters in a case-sensitive manner. |
| | | property.case-sensitive-validation.description=If it is set to true, then the validator rejects a password only if it appears in the dictionary with exactly the same capitalization as provided by the user. |
| | | property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords. |
| | | property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.dictionary-file.syntax.string.pattern.synopsis=The path to any text file contained on the system that is readable by the server. |
| | | property.enabled.synopsis=Indicates whether the password validator is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation. |
| | |
| | | property.case-sensitive-validation.description=Je\u015bli ta opcja jest ustawiona, walidator odrzuca has\u0142o tylko je\u017celi pojawi si\u0119 ono z tak\u0105 sam\u0105 wielko\u015bci\u0105 liter w s\u0142owniku. |
| | | synopsis=Walidator Hase\u0142 S\u0142ownikowych sprawdza czy proponowane has\u0142o jest akceptowalne, bior\u0105c pod uwag\u0119 jego wyst\u0119powanie w pliku s\u0142ownika. |
| | | property.test-reversed-password.description=Na przyk\u0142ad, je\u017celi u\u017cytkownik podaje nowe has\u0142o "password" i ta opcja jest w\u0142\u0105czona, wtedy tak\u017ce warto\u015b\u0107 "drowssap" jest testowana. |
| | | property.dictionary-file.description=Powinien by\u0107 w formie jednego s\u0142owa na lini\u0119. Warto\u015b\u0107 mo\u017ce by\u0107 absolutn\u0105 \u015bcie\u017ck\u0105 lub \u015bcie\u017ck\u0105 kt\u00f3ra jest wzgl\u0119dna do katalogu g\u0142\u00f3wnego OpenDS Directory Server. |
| | | property.dictionary-file.description=Powinien by\u0107 w formie jednego s\u0142owa na lini\u0119. Warto\u015b\u0107 mo\u017ce by\u0107 absolutn\u0105 \u015bcie\u017ck\u0105 lub \u015bcie\u017ck\u0105 kt\u00f3ra jest wzgl\u0119dna do katalogu g\u0142\u00f3wnego OpenDJ . |
| | |
| | | property.case-sensitive-validation.synopsis=Indicates whether this password validator is to treat password characters in a case-sensitive manner. |
| | | property.case-sensitive-validation.description=If it is set to true, then the validator rejects a password only if it appears in the dictionary with exactly the same capitalization as provided by the user. |
| | | property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords. |
| | | property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.dictionary-file.syntax.string.pattern.synopsis=The path to any text file contained on the system that is readable by the server. |
| | | property.enabled.synopsis=Indicates whether the password validator is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation. |
| | |
| | | synopsis=The Dsee Compat Access Control Handler provides an implementation that uses syntax compatible with the Sun Java System Directory Server Enterprise Edition access control handlers. |
| | | property.enabled.synopsis=Indicates whether the Dsee Compat 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.global-aci.synopsis=Defines global access control rules. |
| | | property.global-aci.description=Global access control rules apply to all entries anywhere in the data managed by the Directory Server. The global access control rules may be overridden by more specific access control rules placed in the data. |
| | | property.global-aci.description=Global access control rules apply to all entries anywhere in the data managed by the OpenDJ directory server. The global access control rules may be overridden by more specific access control rules placed in the data. |
| | | property.global-aci.default-behavior.alias.synopsis=No global access control rules are defined, which means that no access is allowed for any data in the server unless specifically granted by access control rules in the data. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Dsee Compat Access Control Handler implementation. |
| | |
| | | user-friendly-name=Entry Cache |
| | | user-friendly-plural-name=Entry Caches |
| | | synopsis=Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve Directory Server performance. |
| | | synopsis=Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve OpenDJ directory server performance. |
| | | property.cache-level.synopsis=Specifies the cache level in the cache order if more than one instance of the cache is configured. |
| | | property.enabled.synopsis=Indicates whether the Entry Cache is enabled. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Entry Cache implementation. |
| | |
| | | user-friendly-name=Entry Cache Monitor Provider |
| | | user-friendly-plural-name=Entry Cache Monitor Providers |
| | | synopsis=The Entry Cache Monitor Provider exposes monitor information about the state of Directory Server entry caches. |
| | | synopsis=The Entry Cache Monitor Provider exposes monitor information about the state of OpenDJ directory server entry caches. |
| | | property.enabled.synopsis=Indicates whether the Entry Cache Monitor Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Entry Cache Monitor Provider implementation. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | user-friendly-name=Entry UUID Virtual Attribute |
| | | user-friendly-plural-name=Entry UUID Virtual Attributes |
| | | synopsis=The Entry UUID Virtual Attribute ensures that all entries contained in private backends have values for the entryUUID operational attribute. |
| | | description=The entryUUID values are generated based on a normalized representation of the entry's DN, which does not cause a consistency problem because OpenDS does not allow modify DN operations to be performed in private backends. |
| | | description=The entryUUID values are generated based on a normalized representation of the entry's DN, which does not cause a consistency problem because OpenDJ does not allow modify DN operations to be performed in private backends. |
| | | property.attribute-type.synopsis=Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute. |
| | | property.base-dn.synopsis=Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute. |
| | | property.base-dn.description=If no values are given, then the server generates virtual attributes anywhere in the server. |
| | |
| | | property.enabled.synopsis=Indicates whether the Exact Match Identity Mapper is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Exact Match Identity Mapper implementation. |
| | | property.match-attribute.synopsis=Specifies the attribute whose value should exactly match the ID string provided to this identity mapper. |
| | | property.match-attribute.description=At least one value must be provided. All values must refer to the name or OID of an attribute type defined in the Directory Server schema. If multiple attributes or OIDs are provided, at least one of those attributes must contain the provided ID string value in exactly one entry. The internal search performed includes a logical OR across all of these values. |
| | | property.match-attribute.description=At least one value must be provided. All values must refer to the name or OID of an attribute type defined in the directory server schema. If multiple attributes or OIDs are provided, at least one of those attributes must contain the provided ID string value in exactly one entry. The internal search performed includes a logical OR across all of these values. |
| | | property.match-base-dn.synopsis=Specifies the set of base DNs below which to search for users. |
| | | property.match-base-dn.description=The base DNs will be used when performing searches to map the provided ID string to a user entry. If multiple values are given, searches are performed below all specified base DNs. |
| | | property.match-base-dn.default-behavior.alias.synopsis=The server searches below all public naming contexts. |
| | |
| | | constraint.1.synopsis=The key store pin must be specified using one of the key-store-pin properties when the File Based Key Manager Provider is enabled. |
| | | property.enabled.synopsis=Indicates whether the File Based Key Manager Provider is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Key Manager Provider implementation. |
| | | property.key-store-file.synopsis=Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.key-store-file.synopsis=Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDJ instance root. |
| | | property.key-store-file.description=Changes to this property will take effect the next time that the key manager is accessed. |
| | | property.key-store-file.syntax.string.pattern.synopsis=A path to an existing file that is readable by the server. |
| | | property.key-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Key Manager Provider . |
| | |
| | | constraint.1.synopsis=Debe especificarse el PIN del almac\u00e9n de claves mediante una de las propiedades "key-store-pin" al habilitar el proveedor del administrador de claves basado en archivos. |
| | | property.enabled.synopsis=Indica si el proveedor del administrador de claves basado en archivos se ha habilitado para su uso. |
| | | property.java-class.synopsis=El nombre completo de la clase de Java que proporciona la implementaci\u00f3n del proveedor del administrador de claves basado en archivos. |
| | | property.key-store-file.synopsis=Especifica la ruta al archivo que contenga la informaci\u00f3n de clave privada. Puede ser una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDS Directory Server. |
| | | property.key-store-file.synopsis=Especifica la ruta al archivo que contenga la informaci\u00f3n de clave privada. Puede ser una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDJ . |
| | | property.key-store-file.description=Los cambios realizados en esta propiedad se aplicar\u00e1n la pr\u00f3xima vez que se acceda al proveedor del administrador de claves. |
| | | property.key-store-file.syntax.string.pattern.synopsis=Una ruta a un archivo existente que pueda leer el servidor. |
| | | property.key-store-pin.synopsis=Especifica el PIN de texto sin cifrar necesario para acceder al proveedor del administrador de claves basado en archivos. |
| | |
| | | constraint.1.synopsis=Le mot de passe de keystore doit \u00eatre sp\u00e9cifi\u00e9 en utilisant l'une de ses propri\u00e9t\u00e9s quand le fournisseur de gestionnaire de cl\u00e9 de type fichier est activ\u00e9. |
| | | property.enabled.synopsis=Indique si le fournisseur de gestionnaire de cl\u00e9 de type fichier est activ\u00e9 pour utilisation. |
| | | property.java-class.synopsis=Le nom complet de la classe Java qui fournit l'impl\u00e9mentation du fournisseur de gestionnaire de cl\u00e9 de type fichier. |
| | | property.key-store-file.synopsis=Sp\u00e9cifie le chemin vers le fichier qui contient les informations de cl\u00e9 priv\u00e9es. Ce peut \u00eatre un chemin absolu ou relatif \u00e0 la racine d'instance d'OpenDS Directory Server. |
| | | property.key-store-file.synopsis=Sp\u00e9cifie le chemin vers le fichier qui contient les informations de cl\u00e9 priv\u00e9es. Ce peut \u00eatre un chemin absolu ou relatif \u00e0 la racine d'instance d'OpenDJ . |
| | | property.key-store-file.description=Les modifications de cette propri\u00e9t\u00e9 prendront effet au prochain acc\u00e8s au gestionnaire de cl\u00e9s. |
| | | property.key-store-file.syntax.string.pattern.synopsis=Un chemin vers un fichier existant qui est lisible par le serveur. |
| | | property.key-store-pin.synopsis=Sp\u00e9cifie le num\u00e9ro d'identification personnel n\u00e9cessaire pour l'acc\u00e8s au fournisseur de gestionnaire de cl\u00e9 de type fichier. |
| | |
| | | constraint.1.synopsis=The key store pin must be specified using one of the key-store-pin properties when the File Based Key Manager Provider is enabled. |
| | | property.enabled.synopsis=Indicates whether the File Based Key Manager Provider is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Key Manager Provider implementation. |
| | | property.key-store-file.synopsis=Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.key-store-file.synopsis=Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDJ instance root. |
| | | property.key-store-file.description=Changes to this property will take effect the next time that the key manager is accessed. |
| | | property.key-store-file.syntax.string.pattern.synopsis=A path to an existing file that is readable by the server. |
| | | property.key-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Key Manager Provider . |
| | |
| | | constraint.1.synopsis=\u542f\u7528\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u540e\uff0c\u5fc5\u987b\u4f7f\u7528\u4e00\u4e2a key-store-pin \u5c5e\u6027\u6307\u5b9a\u5bc6\u94a5\u5e93\u7684\u4e2a\u4eba\u8bc6\u522b\u7801\u3002 |
| | | property.enabled.synopsis=\u6307\u793a\u662f\u5426\u542f\u7528\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u4ee5\u8fdb\u884c\u4f7f\u7528\u3002 |
| | | property.java-class.synopsis=\u63d0\u4f9b\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u3002 |
| | | property.key-store-file.synopsis=\u6307\u5b9a\u5305\u542b\u79c1\u94a5\u4fe1\u606f\u7684\u6587\u4ef6\u7684\u8def\u5f84\u3002\u5b83\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e OpenDS Directory Server \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.key-store-file.synopsis=\u6307\u5b9a\u5305\u542b\u79c1\u94a5\u4fe1\u606f\u7684\u6587\u4ef6\u7684\u8def\u5f84\u3002\u5b83\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e OpenDJ \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.key-store-file.description=\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\u751f\u6548\u3002 |
| | | property.key-store-file.syntax.string.pattern.synopsis=\u670d\u52a1\u5668\u53ef\u4ee5\u8bfb\u53d6\u7684\u73b0\u6709\u6587\u4ef6\u7684\u8def\u5f84\u3002 |
| | | property.key-store-pin.synopsis=\u6307\u5b9a\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6240\u9700\u7684\u660e\u6587\u4e2a\u4eba\u8bc6\u522b\u7801\u3002 |
| | |
| | | constraint.1.synopsis=The key store pin must be specified using one of the key-store-pin properties when the File Based Key Manager Provider is enabled. |
| | | property.enabled.synopsis=Indicates whether the File Based Key Manager Provider is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Key Manager Provider implementation. |
| | | property.key-store-file.synopsis=Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.key-store-file.synopsis=Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDJ instance root. |
| | | property.key-store-file.description=Changes to this property will take effect the next time that the key manager is accessed. |
| | | property.key-store-file.syntax.string.pattern.synopsis=A path to an existing file that is readable by the server. |
| | | property.key-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Key Manager Provider . |
| | |
| | | description=The trust store file can be in either JKS (the default Java key store format) or PKCS#12 (a standard certificate format) form. |
| | | property.enabled.synopsis=Indicate whether the File Based Trust Manager Provider is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Trust Manager Provider implementation. |
| | | property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-file.description=Changes to this configuration attribute take effect the next time that the trust manager is accessed. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDJ directory server instance root. |
| | | property.trust-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Trust Manager Provider . |
| | | property.trust-store-pin.requires-admin-action.synopsis=Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed. |
| | | property.trust-store-pin-environment-variable.synopsis=Specifies the name of the environment variable that contains the clear-text PIN needed to access the File Based Trust Manager Provider . |
| | |
| | | description=El archivo del almac\u00e9n de confianza puede presentar el formato JKS (el formato predeterminado del almac\u00e9n de claves de Java) o PKCS#12 (un formato de certificado est\u00e1ndar). |
| | | property.enabled.synopsis=Indica si el proveedor del administrador de confianza basado en archivos se ha habilitado para su uso. |
| | | property.java-class.synopsis=El nombre completo de la clase de Java que proporciona la implementaci\u00f3n del proveedor del administrador de confianza basado en archivos. |
| | | property.trust-store-file.synopsis=Especifica la ruta al archivo que contenga la informaci\u00f3n de confianza. Puede ser una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDS Directory Server. |
| | | property.trust-store-file.synopsis=Especifica la ruta al archivo que contenga la informaci\u00f3n de confianza. Puede ser una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDJ . |
| | | property.trust-store-file.description=Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n la pr\u00f3xima vez que se acceda al administrador de confianza. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=Una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDS Directory Server. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=Una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDJ . |
| | | property.trust-store-pin.synopsis=Especifica el PIN de texto sin cifrar necesario para acceder al proveedor del administrador de confianza basado en archivos. |
| | | property.trust-store-pin.requires-admin-action.synopsis=Los cambios realizados en esta propiedad se aplicar\u00e1n la pr\u00f3xima vez que se acceda al proveedor del administrador de confianza basado en archivos. |
| | | property.trust-store-pin-environment-variable.synopsis=Especifica el nombre de la variable de entorno que contenga el PIN de texto sin cifrar necesario para acceder al proveedor del administrador de confianza basado en archivos. |
| | |
| | | description=Le fichier de stockage d'approbation peut \u00eatre sous forme JKS (le format par d\u00e9faut du keystore Java) ou PKCS#12 (un format de certificat standard). |
| | | property.enabled.synopsis=Indique si le fournisseur de gestionnaire d'approbation de type fichier est activ\u00e9 pour utilisation. |
| | | property.java-class.synopsis=Le nom complet de la classe Java qui fournit l'impl\u00e9mentation du fournisseur de gestionnaire d'approbation de type fichier. |
| | | property.trust-store-file.synopsis=Sp\u00e9cifie le chemin vers le fichier contenant les informations d'approbations. Ce peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine d'instance d'OpenDS Directory Server. |
| | | property.trust-store-file.synopsis=Sp\u00e9cifie le chemin vers le fichier contenant les informations d'approbations. Ce peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine d'instance d'OpenDJ . |
| | | property.trust-store-file.description=Les modifications de cet attribut de configuration prendront effet au prochain acc\u00e8s au gestionnaire d'approbations. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=Ce peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine d'instance d'OpenDS Directory Server. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=Ce peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine d'instance d'OpenDJ . |
| | | property.trust-store-pin.synopsis=Sp\u00e9cifie le num\u00e9ro d'identification personnel n\u00e9cessaire pour l'acc\u00e8s au fournisseur de gestionnaire d'approbation de type fichier. |
| | | property.trust-store-pin.requires-admin-action.synopsis=Les modifications apport\u00e9es \u00e0 cette propri\u00e9t\u00e9 prendront effet au prochain acc\u00e8s au fournisseur de gestionnaire d'approbation de type fichier. |
| | | property.trust-store-pin-environment-variable.synopsis=Sp\u00e9cifie le nom de la variable d'environnement contenant le num\u00e9ro d'identification personnel en texte en clair n\u00e9cessaire \u00e0 l'acc\u00e8s au fournisseur de gestionnaire d'approbation de type fichier. |
| | |
| | | description=The trust store file can be in either JKS (the default Java key store format) or PKCS#12 (a standard certificate format) form. |
| | | property.enabled.synopsis=Indicate whether the File Based Trust Manager Provider is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Trust Manager Provider implementation. |
| | | property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-file.description=Changes to this configuration attribute take effect the next time that the trust manager is accessed. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Trust Manager Provider . |
| | | property.trust-store-pin.requires-admin-action.synopsis=Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed. |
| | | property.trust-store-pin-environment-variable.synopsis=Specifies the name of the environment variable that contains the clear-text PIN needed to access the File Based Trust Manager Provider . |
| | |
| | | description=\u4fe1\u4efb\u5e93\u6587\u4ef6\u53ef\u4ee5\u662f JKS\uff08\u9ed8\u8ba4 Java \u5bc6\u94a5\u5e93\u683c\u5f0f\uff09\u6216 PKCS#12\uff08\u6807\u51c6\u8bc1\u4e66\u683c\u5f0f\uff09\u683c\u5f0f\u3002 |
| | | property.enabled.synopsis=\u6307\u793a\u662f\u5426\u542f\u7528\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u4ee5\u8fdb\u884c\u4f7f\u7528\u3002 |
| | | property.java-class.synopsis=\u63d0\u4f9b\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u3002 |
| | | property.trust-store-file.synopsis=\u6307\u5b9a\u5305\u542b\u4fe1\u4efb\u4fe1\u606f\u7684\u6587\u4ef6\u7684\u8def\u5f84\u3002\u5b83\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e OpenDS Directory Server \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.trust-store-file.synopsis=\u6307\u5b9a\u5305\u542b\u4fe1\u4efb\u4fe1\u606f\u7684\u6587\u4ef6\u7684\u8def\u5f84\u3002\u5b83\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e OpenDJ \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.trust-store-file.description=\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\u751f\u6548\u3002 |
| | | property.trust-store-file.syntax.string.pattern.synopsis=\u7edd\u5bf9\u8def\u5f84\u6216\u76f8\u5bf9\u4e8e OpenDS Directory Server \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.trust-store-file.syntax.string.pattern.synopsis=\u7edd\u5bf9\u8def\u5f84\u6216\u76f8\u5bf9\u4e8e OpenDJ \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.trust-store-pin.synopsis=\u6307\u5b9a\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6240\u9700\u7684\u660e\u6587\u4e2a\u4eba\u8bc6\u522b\u7801\u3002 |
| | | property.trust-store-pin.requires-admin-action.synopsis=\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u751f\u6548\u3002 |
| | | property.trust-store-pin-environment-variable.synopsis=\u6307\u5b9a\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6240\u9700\u7684\u660e\u6587\u4e2a\u4eba\u8bc6\u522b\u7801\u7684\u73af\u5883\u53d8\u91cf\u7684\u540d\u79f0\u3002 |
| | |
| | | description=The trust store file can be in either JKS (the default Java key store format) or PKCS#12 (a standard certificate format) form. |
| | | property.enabled.synopsis=Indicate whether the File Based Trust Manager Provider is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Trust Manager Provider implementation. |
| | | property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-file.description=Changes to this configuration attribute take effect the next time that the trust manager is accessed. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Trust Manager Provider . |
| | | property.trust-store-pin.requires-admin-action.synopsis=Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed. |
| | | property.trust-store-pin-environment-variable.synopsis=Specifies the name of the environment variable that contains the clear-text PIN needed to access the File Based Trust Manager Provider . |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | user-friendly-name=Get Symmetric Key Extended Operation Handler |
| | | user-friendly-plural-name=Get Symmetric Key Extended Operation Handlers |
| | | synopsis=The Get Symmetric Key Extended Operation Handler is used by the OpenDS cryptographic framework for creating and obtaining symmetric encryption keys. |
| | | synopsis=The Get Symmetric Key Extended Operation Handler is used by the OpenDJ cryptographic framework for creating and obtaining symmetric encryption keys. |
| | | property.enabled.synopsis=Indicates whether the Get Symmetric Key Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server). |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Get Symmetric Key Extended Operation Handler implementation. |
| | |
| | | user-friendly-name=Global Configuration |
| | | user-friendly-plural-name=Global Configurations |
| | | synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDS Directory Server . |
| | | property.add-missing-rdn-attributes.synopsis=Indicates whether the Directory Server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request. |
| | | property.allow-attribute-name-exceptions.synopsis=Indicates whether the Directory Server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards). |
| | | synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDJ . |
| | | property.add-missing-rdn-attributes.synopsis=Indicates whether the directory server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request. |
| | | property.allow-attribute-name-exceptions.synopsis=Indicates whether the directory server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards). |
| | | property.allowed-task.synopsis=Specifies the fully-qualified name of a Java class that may be invoked in the server. |
| | | property.allowed-task.description=Any attempt to invoke a task not included in the list of allowed tasks is rejected. |
| | | property.allowed-task.default-behavior.alias.synopsis=If no values are defined, then the server does not allow any tasks to be invoked. |
| | | property.bind-with-dn-requires-password.synopsis=Indicates whether the Directory Server should reject any simple bind request that contains a DN but no password. |
| | | property.bind-with-dn-requires-password.synopsis=Indicates whether the directory server should reject any simple bind request that contains a DN but no password. |
| | | property.bind-with-dn-requires-password.description=Although such bind requests are technically allowed by the LDAPv3 specification (and should be treated as anonymous simple authentication), they may introduce security problems in applications that do not verify that the client actually provided a password. |
| | | property.check-schema.synopsis=Indicates whether schema enforcement is active. |
| | | property.check-schema.description=When schema enforcement is activated, the Directory Server ensures that all operations result in entries are valid according to the defined server schema. It is strongly recommended that this option be left enabled to prevent the inadvertent addition of invalid data into the server. |
| | | property.check-schema.description=When schema enforcement is activated, the directory server ensures that all operations result in entries are valid according to the defined server schema. It is strongly recommended that this option be left enabled to prevent the inadvertent addition of invalid data into the server. |
| | | property.default-password-policy.synopsis=Specifies the name of the password policy that is in effect for users whose entries do not specify an alternate password policy (either via a real or virtual attribute). |
| | | property.disabled-privilege.synopsis=Specifies the name of a privilege that should not be evaluated by the server. |
| | | property.disabled-privilege.description=If a privilege is disabled, then it is assumed that all clients (including unauthenticated clients) have that privilege. |
| | |
| | | property.etime-resolution.syntax.enumeration.value.nanoseconds.synopsis=Use nanosecond resolution. |
| | | property.idle-time-limit.synopsis=Specifies the maximum length of time that a client connection may remain established since its last completed operation. |
| | | property.idle-time-limit.description=A value of "0 seconds" indicates that no idle time limit is enforced. |
| | | property.invalid-attribute-syntax-behavior.synopsis=Specifies how the Directory Server should handle operations whenever an attribute value violates the associated attribute syntax. |
| | | property.invalid-attribute-syntax-behavior.syntax.enumeration.value.accept.synopsis=The Directory Server silently accepts attribute values that are invalid according to their associated syntax. Matching operations targeting those values may not behave as expected. |
| | | property.invalid-attribute-syntax-behavior.syntax.enumeration.value.reject.synopsis=The Directory Server rejects attribute values that are invalid according to their associated syntax. |
| | | property.invalid-attribute-syntax-behavior.syntax.enumeration.value.warn.synopsis=The Directory Server accepts attribute values that are invalid according to their associated syntax, but also logs a warning message to the error log. Matching operations targeting those values may not behave as expected. |
| | | property.lookthrough-limit.synopsis=Specifies the maximum number of entries that the Directory Server should "look through" in the course of processing a search request. |
| | | property.invalid-attribute-syntax-behavior.synopsis=Specifies how the directory server should handle operations whenever an attribute value violates the associated attribute syntax. |
| | | property.invalid-attribute-syntax-behavior.syntax.enumeration.value.accept.synopsis=The directory server silently accepts attribute values that are invalid according to their associated syntax. Matching operations targeting those values may not behave as expected. |
| | | property.invalid-attribute-syntax-behavior.syntax.enumeration.value.reject.synopsis=The directory server rejects attribute values that are invalid according to their associated syntax. |
| | | property.invalid-attribute-syntax-behavior.syntax.enumeration.value.warn.synopsis=The directory server accepts attribute values that are invalid according to their associated syntax, but also logs a warning message to the error log. Matching operations targeting those values may not behave as expected. |
| | | property.lookthrough-limit.synopsis=Specifies the maximum number of entries that the directory server should "look through" in the course of processing a search request. |
| | | property.lookthrough-limit.description=This includes any entry that the server must examine in the course of processing the request, regardless of whether it actually matches the search criteria. A value of 0 indicates that no lookthrough limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-lookthrough-limit operational attribute. |
| | | property.max-allowed-client-connections.synopsis=Specifies the maximum number of client connections that may be established at any given time |
| | | property.max-allowed-client-connections.description=A value of 0 indicates that unlimited client connection is allowed. |
| | | property.max-psearches.synopsis=Defines the maximum number of concurrent persistent searches that can be performed on Directory Server |
| | | property.max-psearches.synopsis=Defines the maximum number of concurrent persistent searches that can be performed on directory server |
| | | property.max-psearches.description=The persistent search mechanism provides an active channel through which entries that change, and information about the changes that occur, can be communicated. Because each persistent search operation consumes resources, limiting the number of simultaneous persistent searches keeps the performance impact minimal. A value of -1 indicates that there is no limit on the persistent searches. |
| | | property.notify-abandoned-operations.synopsis=Indicates whether the Directory Server should send a response to any operation that is interrupted via an abandon request. |
| | | property.notify-abandoned-operations.synopsis=Indicates whether the directory server should send a response to any operation that is interrupted via an abandon request. |
| | | property.notify-abandoned-operations.description=The LDAP specification states that abandoned operations should not receive any response, but this may cause problems with client applications that always expect to receive a response to each request. |
| | | property.proxied-authorization-identity-mapper.synopsis=Specifies the name of the identity mapper to map authorization ID values (using the "u:" form) provided in the proxied authorization control to the corresponding user entry. |
| | | property.proxied-authorization-identity-mapper.syntax.aggregation.constraint-synopsis=The referenced identity mapper must be enabled. |
| | | property.reject-unauthenticated-requests.synopsis=Indicates whether the Directory Server should reject any request (other than bind or StartTLS requests) received from a client that has not yet been authenticated, whose last authentication attempt was unsuccessful, or whose last authentication attempt used anonymous authentication. |
| | | property.reject-unauthenticated-requests.synopsis=Indicates whether the directory server should reject any request (other than bind or StartTLS requests) received from a client that has not yet been authenticated, whose last authentication attempt was unsuccessful, or whose last authentication attempt used anonymous authentication. |
| | | property.return-bind-error-messages.synopsis=Indicates whether responses for failed bind operations should include a message string providing the reason for the authentication failure. |
| | | property.return-bind-error-messages.description=Note that these messages may include information that could potentially be used by an attacker. If this option is disabled, then these messages appears only in the server's access log. |
| | | property.save-config-on-successful-startup.synopsis=Indicates whether the Directory Server should save a copy of its configuration whenever the startup process completes successfully. |
| | | property.save-config-on-successful-startup.synopsis=Indicates whether the directory server should save a copy of its configuration whenever the startup process completes successfully. |
| | | property.save-config-on-successful-startup.description=This ensures that the server provides a "last known good" configuration, which can be used as a reference (or copied into the active config) if the server fails to start with the current "active" configuration. |
| | | property.server-error-result-code.synopsis=Specifies the numeric value of the result code when request processing fails due to an internal server error. |
| | | property.single-structural-objectclass-behavior.synopsis=Specifies how the Directory Server should handle operations an entry does not contain a structural object class or contains multiple structural classes. |
| | | property.single-structural-objectclass-behavior.syntax.enumeration.value.accept.synopsis=The Directory Server silently accepts entries that do not contain exactly one structural object class. Certain schema features that depend on the entry's structural class may not behave as expected. |
| | | property.single-structural-objectclass-behavior.syntax.enumeration.value.reject.synopsis=The Directory Server rejects entries that do not contain exactly one structural object class. |
| | | property.single-structural-objectclass-behavior.syntax.enumeration.value.warn.synopsis=The Directory Server accepts entries that do not contain exactly one structural object class, but also logs a warning message to the error log. Certain schema features that depend on the entry's structural class may not behave as expected. |
| | | property.single-structural-objectclass-behavior.synopsis=Specifies how the directory server should handle operations an entry does not contain a structural object class or contains multiple structural classes. |
| | | property.single-structural-objectclass-behavior.syntax.enumeration.value.accept.synopsis=The directory server silently accepts entries that do not contain exactly one structural object class. Certain schema features that depend on the entry's structural class may not behave as expected. |
| | | property.single-structural-objectclass-behavior.syntax.enumeration.value.reject.synopsis=The directory server rejects entries that do not contain exactly one structural object class. |
| | | property.single-structural-objectclass-behavior.syntax.enumeration.value.warn.synopsis=The directory server accepts entries that do not contain exactly one structural object class, but also logs a warning message to the error log. Certain schema features that depend on the entry's structural class may not behave as expected. |
| | | property.size-limit.synopsis=Specifies the maximum number of entries that can be returned to the client during a single search operation. |
| | | property.size-limit.description=A value of 0 indicates that no size limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-size-limit operational attribute. |
| | | property.smtp-server.synopsis=Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP. |
| | |
| | | property.workflow-configuration-mode.synopsis=Specifies the workflow configuration mode (auto vs. manual). |
| | | property.workflow-configuration-mode.syntax.enumeration.value.auto.synopsis=In the "auto" configuration mode, there is no workflow configuration. The workflows are created automatically based on the backend configuration. There is one workflow per backend base DN. |
| | | property.workflow-configuration-mode.syntax.enumeration.value.manual.synopsis=In the "manual" configuration mode, each workflow is created according to its description in the configuration. |
| | | property.writability-mode.synopsis=Specifies the kinds of write operations the Directory Server can process. |
| | | property.writability-mode.syntax.enumeration.value.disabled.synopsis=The Directory Server rejects all write operations that are requested of it, regardless of their origin. |
| | | property.writability-mode.syntax.enumeration.value.enabled.synopsis=The Directory Server attempts to process all write operations that are requested of it, regardless of their origin. |
| | | property.writability-mode.syntax.enumeration.value.internal-only.synopsis=The Directory Server attempts to process write operations requested as internal operations or through synchronization, but rejects any such operations requested from external clients. |
| | | property.writability-mode.synopsis=Specifies the kinds of write operations the directory server can process. |
| | | property.writability-mode.syntax.enumeration.value.disabled.synopsis=The directory server rejects all write operations that are requested of it, regardless of their origin. |
| | | property.writability-mode.syntax.enumeration.value.enabled.synopsis=The directory server attempts to process all write operations that are requested of it, regardless of their origin. |
| | | property.writability-mode.syntax.enumeration.value.internal-only.synopsis=The directory server attempts to process write operations requested as internal operations or through synchronization, but rejects any such operations requested from external clients. |
| | |
| | | user-friendly-name=Configuraci\u00f3n global |
| | | user-friendly-plural-name=Configuraciones globales |
| | | synopsis=La configuraci\u00f3n global contiene las propiedades que afectan al funcionamiento general de OpenDS Directory Server. |
| | | synopsis=La configuraci\u00f3n global contiene las propiedades que afectan al funcionamiento general de OpenDJ . |
| | | property.add-missing-rdn-attributes.synopsis=Indica si Directory Server debe agregar autom\u00e1ticamente cualquier valor de atributo incluido en el RDN de la entrada a esa entrada cuando se procese una solicitud de adici\u00f3n. |
| | | property.allow-attribute-name-exceptions.synopsis=Indica si Directory Server debe aceptar los caracteres de subrayado en los nombres de atributos y permitir que \u00e9stos comiencen por d\u00edgitos num\u00e9ricos (ya que estas dos acciones infringen las normas de LDAP). |
| | | property.allowed-task.synopsis=Especifica el nombre completo de la clase de Java que puede invocarse en el servidor. |
| | |
| | | user-friendly-name=Configuration globale |
| | | user-friendly-plural-name=Configurations globales |
| | | synopsis=La configuration globale contient des propri\u00e9t\u00e9s qui affectent l'op\u00e9ration d'OpenDS Directory Server dans son ensemble. |
| | | synopsis=La configuration globale contient des propri\u00e9t\u00e9s qui affectent l'op\u00e9ration d'OpenDJ dans son ensemble. |
| | | property.add-missing-rdn-attributes.synopsis=Indique si Directory Server doit automatiquement ajouter dans cette entr\u00e9e, les valeurs d'attribut contenues dans le NRD (Relative Distinguished Name, nom distinctif relatif) de l'entr\u00e9e lors du traitement d'une requ\u00eate d'ajout. |
| | | property.allow-attribute-name-exceptions.synopsis=Indique si Directory Server doit autoriser les soulignements dans les noms d'attribut et autoriser les noms d'attribut \u00e0 commencer par des chiffres num\u00e9riques (qui sont tous les deux des violations des standards LDAP). |
| | | property.allowed-task.synopsis=Sp\u00e9cifie le nom complet d'une classe Java qui peut \u00eatre appel\u00e9e dans le serveur. |
| | |
| | | user-friendly-name=Global Configuration |
| | | user-friendly-plural-name=Global Configurations |
| | | synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDS Directory Server . |
| | | synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDJ . |
| | | property.add-missing-rdn-attributes.synopsis=Indicates whether the Directory Server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request. |
| | | property.allow-attribute-name-exceptions.synopsis=Indicates whether the Directory Server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards). |
| | | property.allowed-task.synopsis=Specifies the fully-qualified name of a Java class that may be invoked in the server. |
| | |
| | | user-friendly-name=Global Configuration |
| | | user-friendly-plural-name=Global Configurations |
| | | synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDS Directory Server . |
| | | synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDJ . |
| | | property.add-missing-rdn-attributes.synopsis=Indicates whether the Directory Server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request. |
| | | property.allow-attribute-name-exceptions.synopsis=Indicates whether the Directory Server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards). |
| | | property.allowed-task.synopsis=Specifies the fully-qualified name of a Java class that may be invoked in the server. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | property.db-cleaner-min-utilization.synopsis=Specifies the minimum percentage of "live" data that the database cleaner attempts to keep in database log files. |
| | | property.db-cleaner-min-utilization.description=If the amount of live data in any database log file drops below this percentage, then the cleaner moves the remaining live data in that file to the end of the database and deletes the original file in order to keep the database relatively compact. |
| | | property.db-directory.synopsis=Specifies the path to the filesystem directory that is used to hold the Berkeley DB Java Edition database files containing the data for this backend. |
| | | property.db-directory.description=The path may be either an absolute path or a path relative to the directory containing the base of the OpenDS Directory Server installation. The path may be any valid directory path in which the server has appropriate permissions to read and write files and has sufficient space to hold the database contents. |
| | | property.db-directory.description=The path may be either an absolute path or a path relative to the directory containing the base of the OpenDJ directory server installation. The path may be any valid directory path in which the server has appropriate permissions to read and write files and has sufficient space to hold the database contents. |
| | | property.db-directory-permissions.synopsis=Specifies the permissions that should be applied to the directory containing the server database files. |
| | | property.db-directory-permissions.description=They should be expressed as three-digit octal values, which is the traditional representation for UNIX file permissions. The three digits represent the permissions that are available for the directory's owner, group members, and other users (in that order), and each digit is the octal representation of the read, write, and execute bits. Note that this only impacts permissions on the database directory and not on the files written into that directory. On UNIX systems, the user's umask controls permissions given to the database files. |
| | | property.db-directory-permissions.syntax.string.pattern.synopsis=Any octal value between 700 and 777 (the owner must always have read, write, and execute permissions on the directory). |
| | |
| | | property.db-run-cleaner.synopsis=Indicates whether the database cleaner threads should be enabled. |
| | | property.db-run-cleaner.description=The cleaner threads are used to periodically compact the database by identifying database files with a low (that is, less than the amount specified by the db-cleaner-min-utilization property) percentage of live data, moving the remaining live data to the end of the log and deleting that file. |
| | | property.db-txn-no-sync.synopsis=Indicates whether database writes should be primarily written to an internal buffer but not immediately written to disk. |
| | | property.db-txn-no-sync.description=Setting the value of this configuration attribute to "true" may improve write performance but could cause the most recent changes to be lost if the OpenDS Directory Server or the underlying JVM exits abnormally, or if an OS or hardware failure occurs (a behavior similar to running with transaction durability disabled in the Sun Java System Directory Server). |
| | | property.db-txn-no-sync.description=Setting the value of this configuration attribute to "true" may improve write performance but could cause the most recent changes to be lost if the OpenDJ directory server or the underlying JVM exits abnormally, or if an OS or hardware failure occurs (a behavior similar to running with transaction durability disabled in the Sun Java System Directory Server). |
| | | property.db-txn-write-no-sync.synopsis=Indicates whether the database should synchronously flush data as it is written to disk. |
| | | property.db-txn-write-no-sync.description=If this value is set to "false", then all data written to disk is synchronously flushed to persistent storage and thereby providing full durability. If it is set to "true", then data may be cached for a period of time by the underlying operating system before actually being written to disk. This may improve performance, but could cause the most recent changes to be lost in the event of an underlying OS or hardware failure (but not in the case that the OpenDS Directory Server or the JVM exits abnormally). |
| | | property.db-txn-write-no-sync.description=If this value is set to "false", then all data written to disk is synchronously flushed to persistent storage and thereby providing full durability. If it is set to "true", then data may be cached for a period of time by the underlying operating system before actually being written to disk. This may improve performance, but could cause the most recent changes to be lost in the event of an underlying OS or hardware failure (but not in the case that the OpenDJ directory server or the JVM exits abnormally). |
| | | property.disk-full-threshold.synopsis=Full disk threshold to limit database updates |
| | | property.disk-full-threshold.description=When the available free space on the disk used by this database instance falls below the value specified, no updates are permitted and the server returns an UNWILLING_TO_PERFORM error. Updates are allowed again as soon as free space rises above the threshold. |
| | | property.disk-low-threshold.synopsis=Low disk threshold to limit database updates |
| | |
| | | property.entries-compressed.synopsis=Indicates whether the backend should attempt to compress entries before storing them in the database. |
| | | property.entries-compressed.description=Note that this property applies only to the entries themselves and does not impact the index data. Further, the effectiveness of the compression is based on the type of data contained in the entry. |
| | | property.entries-compressed.requires-admin-action.synopsis=Changes to this setting take effect only for writes that occur after the change is made. It is not retroactively applied to existing data. |
| | | property.import-queue-size.synopsis=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDS 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-queue-size.requires-admin-action.synopsis=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDS 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-thread-count.synopsis=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDS 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-thread-count.description=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDS 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-queue-size.synopsis=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDJ 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-queue-size.requires-admin-action.synopsis=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDJ 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-thread-count.synopsis=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDJ 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-thread-count.description=This parameter has been deprecated in OpenDS 2.1 and will be removed in OpenDJ 3.0. It is only being kept for migration ease and is ignored in OpenDS versions after 2.0. |
| | | property.import-thread-count.requires-admin-action.synopsis=Changes do not take effect for any import that may already be in progress. |
| | | property.index-entry-limit.synopsis=Specifies the maximum number of entries that is allowed to match a given index key before that particular index key is no longer maintained. |
| | | property.index-entry-limit.description=This property is analogous to the ALL IDs threshold in the Sun Java System Directory Server. Note that this is the default limit for the backend, and it may be overridden on a per-attribute basis.A value of 0 means there is no limit. |
| | | property.index-entry-limit.requires-admin-action.synopsis=If any index keys have already reached this limit, indexes need to be rebuilt before they are allowed to use the new limit. |
| | | property.index-filter-analyzer-enabled.synopsis=Indicates whether to gather statistical information about the search filters processed by the Directory Server while evaluating the usage of indexes. |
| | | property.index-filter-analyzer-enabled.synopsis=Indicates whether to gather statistical information about the search filters processed by the directory server while evaluating the usage of indexes. |
| | | property.index-filter-analyzer-enabled.description=Analyzing indexes requires gathering search filter usage patterns from user requests, especially for values as specified in the filters and subsequently looking the status of those values into the index files. When a search requests is processed, internal or user generated, a first phase uses indexes to find potential entries to be returned. Depending on the search filter, if the index of one of the specified attributes matches too many entries (exceeds the index entry limit), the search becomes non-indexed. In any case, all entries thus gathered (or the entire DIT) are matched against the filter for actually returning the search result. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation. |
| | | property.je-property.synopsis=Specifies the database and environment properties for the Berkeley DB Java Edition database serving the data for this backend. |
| | | property.je-property.description=Any Berkeley DB Java Edition property can be specified using the following form: property-name=property-value. Refer to OpenDS documentation for further information on related properties, their implications, and range values. The definitive identification of all the property parameters is available in the example.properties file of Berkeley DB Java Edition distribution. |
| | | property.je-property.description=Any Berkeley DB Java Edition property can be specified using the following form: property-name=property-value. Refer to OpenDJ documentation for further information on related properties, their implications, and range values. The definitive identification of all the property parameters is available in the example.properties file of Berkeley DB Java Edition distribution. |
| | | property.max-entries.synopsis=The maximum number of search filter statistics to keep. |
| | | property.max-entries.description=When the maximum number of search filter is reached, the least used one will be deleted. |
| | | property.preload-time-limit.synopsis=Specifies the length of time that the backend is allowed to spend "pre-loading" data when it is initialized. |
| | |
| | | property.db-cleaner-min-utilization.synopsis=Especifica el porcentaje m\u00e1ximo de datos "en vivo" que la aplicaci\u00f3n de limpieza de la base de datos mantiene en los archivos de registro de la base de datos. |
| | | property.db-cleaner-min-utilization.description=Si la cantidad de datos "en vivo" de cualquier archivo de registro de la base de datos desciende por debajo de este porcentaje, la aplicaci\u00f3n de limpieza transferir\u00e1 los datos "en vivo" restantes de ese archivo al final de la base de datos y eliminar\u00e1 el archivo original para mantener la base de datos relativamente comprimida. |
| | | property.db-directory.synopsis=Especifica la ruta al directorio del sistema de archivos que se utiliza para mantener los archivos de la base de datos Berkeley DB Java Edition que contienen los datos de este servidor de fondo. |
| | | property.db-directory.description=Puede utilizarse una ruta absoluta o una relativa al directorio que contenga la base de la instalaci\u00f3n de OpenDS Directory Server. Puede utilizarse cualquier ruta de directorio v\u00e1lida para la que el servidor tenga los permisos de lectura y escritura de archivos adecuados y el suficiente espacio para mantener el contenido de la base de datos. |
| | | property.db-directory.description=Puede utilizarse una ruta absoluta o una relativa al directorio que contenga la base de la instalaci\u00f3n de OpenDJ . Puede utilizarse cualquier ruta de directorio v\u00e1lida para la que el servidor tenga los permisos de lectura y escritura de archivos adecuados y el suficiente espacio para mantener el contenido de la base de datos. |
| | | property.db-directory-permissions.synopsis=Especifica los permisos que deben aplicarse al directorio que contenga los archivos de base de datos del servidor. |
| | | property.db-directory-permissions.description=Deben expresarse en forma de valores octales de tres d\u00edgitos, que supone la representaci\u00f3n tradicional de los permisos de archivo de UNIX. Los tres d\u00edgitos representan los permisos disponibles para el propietario del directorio, los miembros del grupo y los dem\u00e1s usuarios (en ese orden) y cada d\u00edgito es la representaci\u00f3n octal de los bits de lectura, escritura y ejecuci\u00f3n. Tenga en cuenta que esto s\u00f3lo afecta a los permisos del directorio de la base de datos y no a los archivos que se escriban en \u00e9l. En los sistemas UNIX, la funci\u00f3n "umask" del usuario controla los permisos concedidos a los archivos de base de datos. |
| | | property.db-directory-permissions.syntax.string.pattern.synopsis=Cualquier valor octal entre 700 y 777 (el propietario debe tener siempre permisos de lectura, escritura y ejecuci\u00f3n en el directorio). |
| | |
| | | property.db-run-cleaner.synopsis=Indica si deben habilitarse los subprocesos de limpieza de la base de datos. |
| | | property.db-run-cleaner.description=Los subprocesos de limpieza se utilizan para comprimir peri\u00f3dicamente la base de datos. Para ello, se identifican los archivos de base de datos con un porcentaje bajo (es decir, inferior a la cantidad especificada en la propiedad "db-cleaner-min-utilization") de datos "en vivo", se transfieren los datos "en vivo" restantes al final de registro y se elimina este archivo. |
| | | property.db-txn-no-sync.synopsis=Indica si las operaciones de escritura de la base de datos deben realizarse fundamentalmente en un b\u00fafer interno, pero no efectuarse inmediatamente en un disco. |
| | | property.db-txn-no-sync.description=Si se establece el valor de este atributo de configuraci\u00f3n en "true" (verdadero), es posible que mejore el rendimiento de escritura, pero podr\u00eda provocar la p\u00e9rdida de los cambios m\u00e1s recientes si se sale de forma anormal de la m\u00e1quina JVM subyacente o de OpenDS Directory Server, o si se produce un error en el SO o el hardware (un comportamiento similar a la ejecuci\u00f3n de Sun Java System Directory Server con la funci\u00f3n de durabilidad de las transacciones deshabilitada). |
| | | property.db-txn-no-sync.description=Si se establece el valor de este atributo de configuraci\u00f3n en "true" (verdadero), es posible que mejore el rendimiento de escritura, pero podr\u00eda provocar la p\u00e9rdida de los cambios m\u00e1s recientes si se sale de forma anormal de la m\u00e1quina JVM subyacente o de OpenDJ , o si se produce un error en el SO o el hardware (un comportamiento similar a la ejecuci\u00f3n de Sun Java System Directory Server con la funci\u00f3n de durabilidad de las transacciones deshabilitada). |
| | | property.db-txn-write-no-sync.synopsis=Indica si la base de datos debe vaciar los datos de forma sincr\u00f3nica a medida que se escriben en el disco. |
| | | property.db-txn-write-no-sync.description=Si este valor se establece en "false" (falso), todos los datos escritos en el disco se vaciar\u00e1n de forma sincr\u00f3nica en el almacenamiento persistente, lo que proporcionar\u00eda una durabilidad completa. Si, por el contrario, se establece en "true" (verdadero), es posible que el sistema operativo subyacente almacene los datos en la cach\u00e9 durante un periodo de tiempo espec\u00edfico antes de escribirlos realmente en el disco. Esto puede mejorar el rendimiento, pero podr\u00eda provocar la p\u00e9rdida de los cambios m\u00e1s recientes en caso de que produzca un error en el SO subyacente o el hardware (aunque no si se sale de forma anormal de JVM o de OpenDS Directory Server). |
| | | property.db-txn-write-no-sync.description=Si este valor se establece en "false" (falso), todos los datos escritos en el disco se vaciar\u00e1n de forma sincr\u00f3nica en el almacenamiento persistente, lo que proporcionar\u00eda una durabilidad completa. Si, por el contrario, se establece en "true" (verdadero), es posible que el sistema operativo subyacente almacene los datos en la cach\u00e9 durante un periodo de tiempo espec\u00edfico antes de escribirlos realmente en el disco. Esto puede mejorar el rendimiento, pero podr\u00eda provocar la p\u00e9rdida de los cambios m\u00e1s recientes en caso de que produzca un error en el SO subyacente o el hardware (aunque no si se sale de forma anormal de JVM o de OpenDJ ). |
| | | property.disk-full-threshold.synopsis=Umbral de disco lleno para limitar las actualizaciones de la base de datos |
| | | property.disk-full-threshold.description=Cuando el espacio libre disponible en el disco utilizado por esta instancia de base de datos es inferior al valor especificado, no se permiten las actualizaciones y el servidor muestra el error UNWILLING_TO_PERFORM. Las actualizaciones vuelven a permitirse tan pronto como el espacio libre supere el umbral. |
| | | property.disk-low-threshold.synopsis=Umbral de espacio escaso en el disco para limitar las actualizaciones de la base de datos |
| | |
| | | property.db-run-cleaner.synopsis=Indique si les threads de nettoyeur de base de donn\u00e9es doivent \u00eatre activ\u00e9s. |
| | | property.db-run-cleaner.description=Les threads de nettoyeur sont utilis\u00e9s pour compacter p\u00e9riodiquement la base de donn\u00e9es, en identifiant les fichiers de base de donn\u00e9es ayant un pourcentage de base de donn\u00e9es vivantes (c'est-\u00e0-dire moins que la quantit\u00e9 sp\u00e9cifi\u00e9e par la propri\u00e9t\u00e9 db-cleaner-min-utilization), et en d\u00e9pla\u00e7ant les donn\u00e9es vivantes restantes vers la fin du journal et en supprimant ce fichier. |
| | | property.db-txn-no-sync.synopsis=Indique si les \u00e9critures dans la base de donn\u00e9es doivent \u00eatre \u00e9crites en premier sur un tampon interne mais pas imm\u00e9diatement sur le disque. |
| | | property.db-txn-no-sync.description=La d\u00e9finition de la valeur de cet attribut de configuration \u00e0 "true" peut am\u00e9liorer les performances d'\u00e9criture mais peut entra\u00eener la perte des modifications les plus r\u00e9centes si OpenDS Directory Server ou la JVM sous-jacente quitte de fa\u00e7on anormale, ou si un syst\u00e8me d'exploitation ou une erreur mat\u00e9riel se produit (un comportement similaire \u00e0 une ex\u00e9cution avec une dur\u00e9e de transaction d\u00e9sactiv\u00e9e dans Sun Java System Directory Server). |
| | | property.db-txn-no-sync.description=La d\u00e9finition de la valeur de cet attribut de configuration \u00e0 "true" peut am\u00e9liorer les performances d'\u00e9criture mais peut entra\u00eener la perte des modifications les plus r\u00e9centes si OpenDJ ou la JVM sous-jacente quitte de fa\u00e7on anormale, ou si un syst\u00e8me d'exploitation ou une erreur mat\u00e9riel se produit (un comportement similaire \u00e0 une ex\u00e9cution avec une dur\u00e9e de transaction d\u00e9sactiv\u00e9e dans Sun Java System Directory Server). |
| | | property.db-txn-write-no-sync.synopsis=Indique si la base de donn\u00e9es doit vider ses donn\u00e9es de mani\u00e8re synchronis\u00e9e quand elles sont \u00e9crites sur le disque. |
| | | property.db-txn-write-no-sync.description=Si cette valeur est d\u00e9finie \u00e0 "false", toutes les donn\u00e9es \u00e9crites sur le disque sont vid\u00e9es de fa\u00e7on synchronis\u00e9e vers le stockage persistant et fournissant ainsi une durabilit\u00e9 compl\u00e8te. Si elle est d\u00e9finie \u00e0 "true", les donn\u00e9es peuvent \u00eatre mises en cache pour une p\u00e9riode de temps par le syst\u00e8me d'exploitation sous-jacent avant d'\u00eatre r\u00e9ellement \u00e9crites sur le disque. Ceci peut am\u00e9liorer les performances, mais peut entra\u00eener la perte des modifications les plus r\u00e9centes en cas d'un syst\u00e8me d'exploitation sous-jacent ou une erreur mat\u00e9riel (mais pas au cas o\u00f9 OpenDS Directory Server ou la JVM quitte de fa\u00e7on anormale). |
| | | property.db-txn-write-no-sync.description=Si cette valeur est d\u00e9finie \u00e0 "false", toutes les donn\u00e9es \u00e9crites sur le disque sont vid\u00e9es de fa\u00e7on synchronis\u00e9e vers le stockage persistant et fournissant ainsi une durabilit\u00e9 compl\u00e8te. Si elle est d\u00e9finie \u00e0 "true", les donn\u00e9es peuvent \u00eatre mises en cache pour une p\u00e9riode de temps par le syst\u00e8me d'exploitation sous-jacent avant d'\u00eatre r\u00e9ellement \u00e9crites sur le disque. Ceci peut am\u00e9liorer les performances, mais peut entra\u00eener la perte des modifications les plus r\u00e9centes en cas d'un syst\u00e8me d'exploitation sous-jacent ou une erreur mat\u00e9riel (mais pas au cas o\u00f9 OpenDJ ou la JVM quitte de fa\u00e7on anormale). |
| | | property.disk-full-threshold.synopsis=Seuil de disque plein pour limiter les mises \u00e0 jour des bases de donn\u00e9es |
| | | property.disk-full-threshold.description=Quand l'espace libre disponible sur le disque utilis\u00e9 par cette instance de base de donn\u00e9es tombe en dessous de la valeur sp\u00e9cifi\u00e9e, aucune mise \u00e0 jour n'est autoris\u00e9e et le serveur renvoie une erreur UNWILLING_TO_PERFORM. Les mises \u00e0 jour seront \u00e0 nouveau autoris\u00e9es d\u00e8s que l'espace libre aura d\u00e9pass\u00e9 le seuil sp\u00e9cifi\u00e9. |
| | | property.disk-low-threshold.synopsis=Seuil de disque minimum pour limiter les mises \u00e0 jour de la base de donn\u00e9es |
| | |
| | | property.db-cleaner-min-utilization.synopsis=Specifies the minimum percentage of "live" data that the database cleaner attempts to keep in database log files. |
| | | property.db-cleaner-min-utilization.description=If the amount of live data in any database log file drops below this percentage, then the cleaner moves the remaining live data in that file to the end of the database and deletes the original file in order to keep the database relatively compact. |
| | | property.db-directory.synopsis=Specifies the path to the filesystem directory that is used to hold the Berkeley DB Java Edition database files containing the data for this backend. |
| | | property.db-directory.description=The path may be either an absolute path or a path relative to the directory containing the base of the OpenDS Directory Server installation. The path may be any valid directory path in which the server has appropriate permissions to read and write files and has sufficient space to hold the database contents. |
| | | property.db-directory.description=The path may be either an absolute path or a path relative to the directory containing the base of the OpenDJ installation. The path may be any valid directory path in which the server has appropriate permissions to read and write files and has sufficient space to hold the database contents. |
| | | property.db-directory-permissions.synopsis=Specifies the permissions that should be applied to the directory containing the server database files. |
| | | property.db-directory-permissions.description=They should be expressed as three-digit octal values, which is the traditional representation for UNIX file permissions. The three digits represent the permissions that are available for the directory's owner, group members, and other users (in that order), and each digit is the octal representation of the read, write, and execute bits. Note that this only impacts permissions on the database directory and not on the files written into that directory. On UNIX systems, the user's umask controls permissions given to the database files. |
| | | property.db-directory-permissions.syntax.string.pattern.synopsis=Any octal value between 700 and 777 (the owner must always have read, write, and execute permissions on the directory). |
| | |
| | | property.db-run-cleaner.synopsis=Indicates whether the database cleaner threads should be enabled. |
| | | property.db-run-cleaner.description=The cleaner threads are used to periodically compact the database by identifying database files with a low (that is, less than the amount specified by the db-cleaner-min-utilization property) percentage of live data, moving the remaining live data to the end of the log and deleting that file. |
| | | property.db-txn-no-sync.synopsis=Indicates whether database writes should be primarily written to an internal buffer but not immediately written to disk. |
| | | property.db-txn-no-sync.description=Setting the value of this configuration attribute to "true" may improve write performance but could cause the most recent changes to be lost if the OpenDS Directory Server or the underlying JVM exits abnormally, or if an OS or hardware failure occurs (a behavior similar to running with transaction durability disabled in the Sun Java System Directory Server). |
| | | property.db-txn-no-sync.description=Setting the value of this configuration attribute to "true" may improve write performance but could cause the most recent changes to be lost if the OpenDJ or the underlying JVM exits abnormally, or if an OS or hardware failure occurs (a behavior similar to running with transaction durability disabled in the Sun Java System Directory Server). |
| | | property.db-txn-write-no-sync.synopsis=Indicates whether the database should synchronously flush data as it is written to disk. |
| | | property.db-txn-write-no-sync.description=If this value is set to "false", then all data written to disk is synchronously flushed to persistent storage and thereby providing full durability. If it is set to "true", then data may be cached for a period of time by the underlying operating system before actually being written to disk. This may improve performance, but could cause the most recent changes to be lost in the event of an underlying OS or hardware failure (but not in the case that the OpenDS Directory Server or the JVM exits abnormally). |
| | | property.db-txn-write-no-sync.description=If this value is set to "false", then all data written to disk is synchronously flushed to persistent storage and thereby providing full durability. If it is set to "true", then data may be cached for a period of time by the underlying operating system before actually being written to disk. This may improve performance, but could cause the most recent changes to be lost in the event of an underlying OS or hardware failure (but not in the case that the OpenDJ or the JVM exits abnormally). |
| | | property.enabled.synopsis=Indicates whether the backend is enabled in the server. |
| | | property.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations. |
| | | property.entries-compressed.synopsis=Indicates whether the backend should attempt to compress entries before storing them in the database. |
| | |
| | | property.db-cleaner-min-utilization.synopsis=\u6307\u5b9a\u6570\u636e\u5e93\u6e05\u7406\u7a0b\u5e8f\u5c1d\u8bd5\u4fdd\u7559\u5728\u6570\u636e\u5e93\u65e5\u5fd7\u6587\u4ef6\u4e2d\u7684\u201c\u52a8\u6001\u201d\u6570\u636e\u6700\u5c0f\u767e\u5206\u6bd4\u3002 |
| | | property.db-cleaner-min-utilization.description=\u5982\u679c\u4efb\u4f55\u6570\u636e\u5e93\u65e5\u5fd7\u6587\u4ef6\u4e2d\u52a8\u6001\u6570\u636e\u7684\u91cf\u5c0f\u4e8e\u6b64\u767e\u5206\u6bd4\uff0c\u5219\u6e05\u7406\u7a0b\u5e8f\u4f1a\u5c06\u8be5\u6587\u4ef6\u4e2d\u7684\u5269\u4f59\u52a8\u6001\u6570\u636e\u79fb\u5165\u6570\u636e\u5e93\u7684\u672b\u5c3e\uff0c\u5e76\u5220\u9664\u539f\u59cb\u6587\u4ef6\uff0c\u4ee5\u4fbf\u4fdd\u6301\u6570\u636e\u5e93\u76f8\u5bf9\u7d27\u51d1\u3002 |
| | | property.db-directory.synopsis=\u6307\u5b9a\u6587\u4ef6\u7cfb\u7edf\u76ee\u5f55\u7684\u8def\u5f84\uff0c\u8be5\u76ee\u5f55\u7528\u4e8e\u5bb9\u7eb3\u5305\u542b\u6b64\u540e\u7aef\u6570\u636e\u7684 Berkeley DB Java Edition \u6570\u636e\u5e93\u6587\u4ef6\u3002 |
| | | property.db-directory.description=\u8be5\u8def\u5f84\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e\u5305\u542b OpenDS Directory Server \u5b89\u88c5\u57fa\u76ee\u5f55\u7684\u76ee\u5f55\u7684\u8def\u5f84\u3002\u8be5\u8def\u5f84\u53ef\u4ee5\u662f\u4efb\u4f55\u6709\u6548\u76ee\u5f55\u8def\u5f84\uff0c\u53ea\u8981\u670d\u52a1\u5668\u5728\u5176\u4e2d\u5177\u6709\u9002\u5f53\u7684\u6743\u9650\u6765\u8bfb\u53d6\u548c\u5199\u5165\u6587\u4ef6\uff0c\u5e76\u5177\u6709\u8db3\u591f\u7684\u7a7a\u95f4\u6765\u5bb9\u7eb3\u6570\u636e\u5e93\u5185\u5bb9\u3002 |
| | | property.db-directory.description=\u8be5\u8def\u5f84\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e\u5305\u542b OpenDJ \u5b89\u88c5\u57fa\u76ee\u5f55\u7684\u76ee\u5f55\u7684\u8def\u5f84\u3002\u8be5\u8def\u5f84\u53ef\u4ee5\u662f\u4efb\u4f55\u6709\u6548\u76ee\u5f55\u8def\u5f84\uff0c\u53ea\u8981\u670d\u52a1\u5668\u5728\u5176\u4e2d\u5177\u6709\u9002\u5f53\u7684\u6743\u9650\u6765\u8bfb\u53d6\u548c\u5199\u5165\u6587\u4ef6\uff0c\u5e76\u5177\u6709\u8db3\u591f\u7684\u7a7a\u95f4\u6765\u5bb9\u7eb3\u6570\u636e\u5e93\u5185\u5bb9\u3002 |
| | | property.db-directory-permissions.synopsis=\u6307\u5b9a\u5e94\u5f53\u5e94\u7528\u4e8e\u5305\u542b\u670d\u52a1\u5668\u6570\u636e\u5e93\u6587\u4ef6\u7684\u76ee\u5f55\u7684\u6743\u9650\u3002 |
| | | property.db-directory-permissions.description=\u8fd9\u4e9b\u6743\u9650\u5e94\u4ee5\u4e09\u4f4d\u6570\u7684\u516b\u8fdb\u5236\u503c\u8868\u793a\uff0c\u8fd9\u662f UNIX \u6587\u4ef6\u6743\u9650\u7684\u4f20\u7edf\u8868\u793a\u65b9\u5f0f\u3002\u8fd9\u4e09\u4f4d\u6570\u8868\u793a\u9002\u7528\u4e8e\u76ee\u5f55\u6240\u6709\u8005\u3001\u7ec4\u6210\u5458\u53ca\u5176\u4ed6\u7528\u6237\uff08\u6309\u8be5\u987a\u5e8f\uff09\u7684\u6743\u9650\uff0c\u5e76\u4e14\u6bcf\u4e2a\u6570\u4f4d\u5206\u522b\u662f\u5bf9\u8bfb\u53d6\u3001\u5199\u5165\u548c\u6267\u884c\u4f4d\u7684\u516b\u8fdb\u5236\u8868\u793a\u3002\u8bf7\u6ce8\u610f\uff0c\u6b64\u5c5e\u6027\u4ec5\u5f71\u54cd\u5bf9\u6570\u636e\u5e93\u76ee\u5f55\u7684\u6743\u9650\uff0c\u800c\u4e0d\u4f1a\u5f71\u54cd\u5bf9\u5199\u5165\u8be5\u76ee\u5f55\u4e2d\u7684\u6587\u4ef6\u7684\u6743\u9650\u3002\u5728 UNIX \u7cfb\u7edf\u4e2d\uff0c\u7528\u6237\u7684 umask \u53ef\u63a7\u5236\u6307\u5b9a\u7684\u5bf9\u6570\u636e\u5e93\u6587\u4ef6\u7684\u6743\u9650\u3002 |
| | | property.db-directory-permissions.syntax.string.pattern.synopsis=\u4efb\u4f55\u4ecb\u4e8e 700 \u548c 777 \u4e4b\u95f4\u7684\u516b\u8fdb\u5236\u503c\uff08\u6240\u6709\u8005\u5fc5\u987b\u59cb\u7ec8\u5177\u6709\u5bf9\u76ee\u5f55\u7684\u8bfb\u53d6\u3001\u5199\u5165\u548c\u6267\u884c\u6743\u9650\uff09\u3002 |
| | |
| | | property.db-run-cleaner.synopsis=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u6570\u636e\u5e93\u6e05\u7406\u7a0b\u5e8f\u7ebf\u7a0b\u3002 |
| | | property.db-run-cleaner.description=\u6e05\u7406\u7a0b\u5e8f\u7ebf\u7a0b\u901a\u8fc7\u8bc6\u522b\u51fa\u52a8\u6001\u6570\u636e\u767e\u5206\u6bd4\u8f83\u4f4e\uff08\u5373\uff0c\u5c0f\u4e8e db-cleaner-min-utilization \u5c5e\u6027\u6307\u5b9a\u7684\u91cf\uff09\u7684\u6570\u636e\u5e93\u6587\u4ef6\uff0c\u5c06\u5269\u4f59\u52a8\u6001\u6570\u636e\u79fb\u5165\u65e5\u5fd7\u672b\u5c3e\u7136\u540e\u5220\u9664\u8be5\u6587\u4ef6\uff0c\u6765\u5b9a\u671f\u538b\u7f29\u6570\u636e\u5e93\u3002 |
| | | property.db-txn-no-sync.synopsis=\u6307\u793a\u6570\u636e\u5e93\u5199\u5165\u5185\u5bb9\u662f\u5426\u5e94\u4e3b\u8981\u5199\u5165\u5185\u90e8\u7f13\u51b2\u533a\uff0c\u800c\u4e0d\u662f\u76f4\u63a5\u5199\u5165\u78c1\u76d8\u3002 |
| | | property.db-txn-no-sync.description=\u5c06\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u503c\u8bbe\u7f6e\u4e3a "true" \u53ef\u80fd\u4f1a\u63d0\u9ad8\u5199\u5165\u6027\u80fd\uff0c\u4f46\u5982\u679c OpenDS Directory Server \u6216\u57fa\u7840 JVM \u5f02\u5e38\u9000\u51fa\uff0c\u6216\u8005\u64cd\u4f5c\u7cfb\u7edf\u6216\u786c\u4ef6\u51fa\u73b0\u6545\u969c\uff0c\u5219\u53ef\u80fd\u5bfc\u81f4\u6700\u8fd1\u7684\u66f4\u6539\u4e22\u5931\uff08\u4e0e\u5728\u7981\u7528\u4e8b\u52a1\u6301\u4e45\u6027\u7684\u60c5\u51b5\u4e0b\uff0c\u5728 Sun Java System Directory Server \u4e2d\u8fd0\u884c\u7684\u60c5\u51b5\u7c7b\u4f3c\uff09\u3002 |
| | | property.db-txn-no-sync.description=\u5c06\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u503c\u8bbe\u7f6e\u4e3a "true" \u53ef\u80fd\u4f1a\u63d0\u9ad8\u5199\u5165\u6027\u80fd\uff0c\u4f46\u5982\u679c OpenDJ \u6216\u57fa\u7840 JVM \u5f02\u5e38\u9000\u51fa\uff0c\u6216\u8005\u64cd\u4f5c\u7cfb\u7edf\u6216\u786c\u4ef6\u51fa\u73b0\u6545\u969c\uff0c\u5219\u53ef\u80fd\u5bfc\u81f4\u6700\u8fd1\u7684\u66f4\u6539\u4e22\u5931\uff08\u4e0e\u5728\u7981\u7528\u4e8b\u52a1\u6301\u4e45\u6027\u7684\u60c5\u51b5\u4e0b\uff0c\u5728 Sun Java System Directory Server \u4e2d\u8fd0\u884c\u7684\u60c5\u51b5\u7c7b\u4f3c\uff09\u3002 |
| | | property.db-txn-write-no-sync.synopsis=\u6307\u793a\u5728\u5c06\u6570\u636e\u5199\u5165\u78c1\u76d8\u65f6\uff0c\u6570\u636e\u5e93\u662f\u5426\u5e94\u540c\u6b65\u6e05\u7406\u6570\u636e\u3002 |
| | | property.db-txn-write-no-sync.description=\u5982\u679c\u6b64\u503c\u8bbe\u7f6e\u4e3a "false"\uff0c\u5219\u5199\u5165\u78c1\u76d8\u7684\u6240\u6709\u6570\u636e\u4f1a\u540c\u6b65\u6e05\u7406\u5199\u56de\u5230\u6c38\u4e45\u5b58\u50a8\u5e93\u4e2d\uff0c\u5e76\u56e0\u6b64\u5177\u6709\u5b8c\u5168\u7684\u6301\u4e45\u6027\u3002\u5982\u679c\u6b64\u503c\u8bbe\u7f6e\u4e3a "true"\uff0c\u5219\u57fa\u7840\u64cd\u4f5c\u7cfb\u7edf\u53ef\u80fd\u4f1a\u5c06\u6570\u636e\u7f13\u5b58\u4e00\u6bb5\u65f6\u95f4\uff0c\u7136\u540e\u518d\u5b9e\u9645\u5199\u5165\u78c1\u76d8\u3002\u8fd9\u53ef\u80fd\u4f1a\u63d0\u9ad8\u6027\u80fd\uff0c\u4f46\u5982\u679c\u57fa\u7840\u64cd\u4f5c\u7cfb\u7edf\u6216\u786c\u4ef6\u51fa\u73b0\u6545\u969c\uff08\u4f46\u4e0d\u662f OpenDS Directory Server \u6216 JVM \u5f02\u5e38\u9000\u51fa\u8fd9\u79cd\u60c5\u51b5\uff09\uff0c\u5219\u53ef\u80fd\u5bfc\u81f4\u6700\u8fd1\u7684\u66f4\u6539\u4e22\u5931\u3002 |
| | | property.db-txn-write-no-sync.description=\u5982\u679c\u6b64\u503c\u8bbe\u7f6e\u4e3a "false"\uff0c\u5219\u5199\u5165\u78c1\u76d8\u7684\u6240\u6709\u6570\u636e\u4f1a\u540c\u6b65\u6e05\u7406\u5199\u56de\u5230\u6c38\u4e45\u5b58\u50a8\u5e93\u4e2d\uff0c\u5e76\u56e0\u6b64\u5177\u6709\u5b8c\u5168\u7684\u6301\u4e45\u6027\u3002\u5982\u679c\u6b64\u503c\u8bbe\u7f6e\u4e3a "true"\uff0c\u5219\u57fa\u7840\u64cd\u4f5c\u7cfb\u7edf\u53ef\u80fd\u4f1a\u5c06\u6570\u636e\u7f13\u5b58\u4e00\u6bb5\u65f6\u95f4\uff0c\u7136\u540e\u518d\u5b9e\u9645\u5199\u5165\u78c1\u76d8\u3002\u8fd9\u53ef\u80fd\u4f1a\u63d0\u9ad8\u6027\u80fd\uff0c\u4f46\u5982\u679c\u57fa\u7840\u64cd\u4f5c\u7cfb\u7edf\u6216\u786c\u4ef6\u51fa\u73b0\u6545\u969c\uff08\u4f46\u4e0d\u662f OpenDJ \u6216 JVM \u5f02\u5e38\u9000\u51fa\u8fd9\u79cd\u60c5\u51b5\uff09\uff0c\u5219\u53ef\u80fd\u5bfc\u81f4\u6700\u8fd1\u7684\u66f4\u6539\u4e22\u5931\u3002 |
| | | property.disk-full-threshold.synopsis=\u63d0\u9ad8\u78c1\u76d8\u9608\u503c\u4ee5\u9650\u5236\u6570\u636e\u5e93\u66f4\u65b0 |
| | | property.disk-full-threshold.description=\u5f53\u6570\u636e\u5e93\u5b9e\u4f8b\u4f7f\u7528\u7684\u78c1\u76d8\u4e0a\u7684\u53ef\u7528\u7a7a\u95f2\u7a7a\u95f4\u5c0f\u4e8e\u6307\u5b9a\u503c\u65f6\uff0c\u5c06\u4e0d\u5141\u8bb8\u66f4\u65b0\u4e14\u670d\u52a1\u5668\u4f1a\u8fd4\u56de UNWILLING_TO_PERFORM \u9519\u8bef\u3002\u53ea\u8981\u7a7a\u95f2\u7a7a\u95f4\u5927\u4e8e\u8be5\u9608\u503c\u5c31\u4f1a\u518d\u6b21\u5141\u8bb8\u66f4\u65b0\u3002 |
| | | property.disk-low-threshold.synopsis=\u964d\u4f4e\u78c1\u76d8\u9608\u503c\u4ee5\u9650\u5236\u6570\u636e\u5e93\u66f4\u65b0 |
| | |
| | | property.db-cleaner-min-utilization.synopsis=Specifies the minimum percentage of "live" data that the database cleaner attempts to keep in database log files. |
| | | property.db-cleaner-min-utilization.description=If the amount of live data in any database log file drops below this percentage, then the cleaner moves the remaining live data in that file to the end of the database and deletes the original file in order to keep the database relatively compact. |
| | | property.db-directory.synopsis=Specifies the path to the filesystem directory that is used to hold the Berkeley DB Java Edition database files containing the data for this backend. |
| | | property.db-directory.description=The path may be either an absolute path or a path relative to the directory containing the base of the OpenDS Directory Server installation. The path may be any valid directory path in which the server has appropriate permissions to read and write files and has sufficient space to hold the database contents. |
| | | property.db-directory.description=The path may be either an absolute path or a path relative to the directory containing the base of the OpenDJ installation. The path may be any valid directory path in which the server has appropriate permissions to read and write files and has sufficient space to hold the database contents. |
| | | property.db-directory-permissions.synopsis=Specifies the permissions that should be applied to the directory containing the server database files. |
| | | property.db-directory-permissions.description=They should be expressed as three-digit octal values, which is the traditional representation for UNIX file permissions. The three digits represent the permissions that are available for the directory's owner, group members, and other users (in that order), and each digit is the octal representation of the read, write, and execute bits. Note that this only impacts permissions on the database directory and not on the files written into that directory. On UNIX systems, the user's umask controls permissions given to the database files. |
| | | property.db-directory-permissions.syntax.string.pattern.synopsis=Any octal value between 700 and 777 (the owner must always have read, write, and execute permissions on the directory). |
| | |
| | | property.db-run-cleaner.synopsis=Indicates whether the database cleaner threads should be enabled. |
| | | property.db-run-cleaner.description=The cleaner threads are used to periodically compact the database by identifying database files with a low (that is, less than the amount specified by the db-cleaner-min-utilization property) percentage of live data, moving the remaining live data to the end of the log and deleting that file. |
| | | property.db-txn-no-sync.synopsis=Indicates whether database writes should be primarily written to an internal buffer but not immediately written to disk. |
| | | property.db-txn-no-sync.description=Setting the value of this configuration attribute to "true" may improve write performance but could cause the most recent changes to be lost if the OpenDS Directory Server or the underlying JVM exits abnormally, or if an OS or hardware failure occurs (a behavior similar to running with transaction durability disabled in the Sun Java System Directory Server). |
| | | property.db-txn-no-sync.description=Setting the value of this configuration attribute to "true" may improve write performance but could cause the most recent changes to be lost if the OpenDJ or the underlying JVM exits abnormally, or if an OS or hardware failure occurs (a behavior similar to running with transaction durability disabled in the Sun Java System Directory Server). |
| | | property.db-txn-write-no-sync.synopsis=Indicates whether the database should synchronously flush data as it is written to disk. |
| | | property.db-txn-write-no-sync.description=If this value is set to "false", then all data written to disk is synchronously flushed to persistent storage and thereby providing full durability. If it is set to "true", then data may be cached for a period of time by the underlying operating system before actually being written to disk. This may improve performance, but could cause the most recent changes to be lost in the event of an underlying OS or hardware failure (but not in the case that the OpenDS Directory Server or the JVM exits abnormally). |
| | | property.db-txn-write-no-sync.description=If this value is set to "false", then all data written to disk is synchronously flushed to persistent storage and thereby providing full durability. If it is set to "true", then data may be cached for a period of time by the underlying operating system before actually being written to disk. This may improve performance, but could cause the most recent changes to be lost in the event of an underlying OS or hardware failure (but not in the case that the OpenDJ or the JVM exits abnormally). |
| | | property.enabled.synopsis=Indicates whether the backend is enabled in the server. |
| | | property.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations. |
| | | property.entries-compressed.synopsis=Indicates whether the backend should attempt to compress entries before storing them in the database. |
| | |
| | | user-friendly-name=Memory Backend |
| | | user-friendly-plural-name=Memory Backends |
| | | synopsis=The Memory Backend provides a Directory Server backend implementation that stores entries in memory. |
| | | synopsis=The Memory Backend provides a directory server backend implementation that stores entries in memory. |
| | | description=There is no persistence of any kind, and the backend contents are cleared whenever the backend is brought online or offline and when the server is restarted. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | |
| | | user-friendly-name=Monitor Backend |
| | | user-friendly-plural-name=Monitor Backends |
| | | synopsis=The Monitor Backend allows clients to access the information made available by Directory Server monitor providers. |
| | | synopsis=The Monitor Backend allows clients to access the information made available by directory server monitor providers. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | | property.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | user-friendly-name=Null Backend |
| | | user-friendly-plural-name=Null Backends |
| | | synopsis=The Null Backend provides a Directory Server backend that implements a /dev/null like behavior for development and testing. |
| | | synopsis=The Null Backend provides a directory server backend that implements a /dev/null like behavior for development and testing. |
| | | description=The Null Backend behaves as follows: all search operations return success but no data; all write operations do nothing; bind operations fail with invalid credentials; compare operations are only possible on objectClass and return true for top, nullBackendObject, and extensibleObject. In addition controls are supported although this implementation does not provide any specific emulation for controls. Generally known request controls are accepted and default response controls returned where applicable. Searches within a Null Backend are always considered indexed. Null Backends are for development and testing only. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | |
| | | property.deprecated-password-storage-scheme.synopsis=Specifies the names of the password storage schemes that are considered deprecated for this password policy. |
| | | property.deprecated-password-storage-scheme.description=If a user with this password policy authenticates to the server and his/her password is encoded with a deprecated scheme, those values are removed and replaced with values encoded using the default password storage scheme(s). |
| | | property.deprecated-password-storage-scheme.syntax.aggregation.constraint-synopsis=The referenced password storage schemes must be enabled. |
| | | property.expire-passwords-without-warning.synopsis=Indicates whether the Directory Server allows a user's password to expire even if that user has never seen an expiration warning notification. |
| | | property.expire-passwords-without-warning.synopsis=Indicates whether the directory server allows a user's password to expire even if that user has never seen an expiration warning notification. |
| | | property.expire-passwords-without-warning.description=If this property is true, accounts always expire when the expiration time arrives. If this property is false or disabled, the user always receives at least one warning notification, and the password expiration is set to the warning time plus the warning interval. |
| | | property.force-change-on-add.synopsis=Indicates whether users are forced to change their passwords upon first authenticating to the Directory Server after their account has been created. |
| | | property.force-change-on-add.synopsis=Indicates whether users are forced to change their passwords upon first authenticating to the directory server after their account has been created. |
| | | property.force-change-on-reset.synopsis=Indicates whether users are forced to change their passwords if they are reset by an administrator. |
| | | property.force-change-on-reset.description=For this purpose, anyone with permission to change a given user's password other than that user is considered an administrator. |
| | | property.grace-login-count.synopsis=Specifies the number of grace logins that a user is allowed after the account has expired to allow that user to choose a new password. |
| | |
| | | property.idle-lockout-interval.synopsis=Specifies the maximum length of time that an account may remain idle (that is, the associated user does not authenticate to the server) before that user is locked out. |
| | | property.idle-lockout-interval.description=The value of this attribute is an integer followed by a unit of seconds, minutes, hours, days, or weeks. A value of 0 seconds indicates that idle accounts are not automatically locked out. This feature is available only if the last login time is maintained. |
| | | property.last-login-time-attribute.synopsis=Specifies the name or OID of the attribute type that is used to hold the last login time for users with the associated password policy. |
| | | property.last-login-time-attribute.description=This attribute type must be defined in the Directory Server schema and must either be defined as an operational attribute or must be allowed by the set of objectClasses for all users with the associated password policy. |
| | | property.last-login-time-attribute.description=This attribute type must be defined in the directory server schema and must either be defined as an operational attribute or must be allowed by the set of objectClasses for all users with the associated password policy. |
| | | property.last-login-time-format.synopsis=Specifies the format string that is used to generate the last login time value for users with the associated password policy. |
| | | property.last-login-time-format.description=This format string conforms to the syntax described in the API documentation for the java.text.SimpleDateFormat class. |
| | | property.last-login-time-format.syntax.string.pattern.synopsis=Any valid format string that can be used with the java.text.SimpleDateFormat class. |
| | |
| | | user-friendly-name=Password Policy Import Plugin |
| | | user-friendly-plural-name=Password Policy Import Plugins |
| | | synopsis=The Password Policy Import Plugin ensures that clear-text passwords contained in LDIF entries are properly encoded before they are stored in the appropriate Directory Server backend. |
| | | synopsis=The Password Policy Import Plugin ensures that clear-text passwords contained in LDIF entries are properly encoded before they are stored in the appropriate directory server backend. |
| | | property.default-auth-password-storage-scheme.synopsis=Specifies the names of password storage schemes that to be used for encoding passwords contained in attributes with the auth password syntax for entries that do not include the ds-pwp-password-policy-dn attribute specifying which password policy should be used to govern them. |
| | | property.default-auth-password-storage-scheme.default-behavior.alias.synopsis=If the default password policy uses an attribute with the auth password syntax, then the server uses the default password storage schemes for that password policy. Otherwise, it encodes auth password values using the "SHA1" scheme. |
| | | property.default-auth-password-storage-scheme.syntax.aggregation.constraint-synopsis=The referenced password storage schemes must be enabled when the Password Policy Import plug-in is enabled. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | user-friendly-name=Profiler Plugin |
| | | user-friendly-plural-name=Profiler Plugins |
| | | synopsis=The Profiler plug-in captures profiling information about operations performed inside the JVM while the Directory Server is running. |
| | | synopsis=The Profiler plug-in captures profiling information about operations performed inside the JVM while the OpenDJ directory server is running. |
| | | property.enabled.synopsis=Indicates whether the plug-in is enabled for use. |
| | | property.enable-profiling-on-startup.synopsis=Indicates whether the profiler plug-in is to start collecting data automatically when the Directory Server is started. |
| | | property.enable-profiling-on-startup.synopsis=Indicates whether the profiler plug-in is to start collecting data automatically when the directory server is started. |
| | | property.enable-profiling-on-startup.description=This property is read only when the server is started, and any changes take effect on the next restart. This property is typically set to "false" unless startup profiling is required, because otherwise the volume of data that can be collected can cause the server to run out of memory if it is not turned off in a timely manner. |
| | | property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations. |
| | | property.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | | property.profile-action.synopsis=Specifies the action that should be taken by the profiler. |
| | |
| | | property.profile-action.syntax.enumeration.value.none.synopsis=Do not take any action. |
| | | property.profile-action.syntax.enumeration.value.start.synopsis=Start collecting profile data. |
| | | property.profile-action.syntax.enumeration.value.stop.synopsis=Stop collecting profile data and write what has been captured to a file in the profile directory. |
| | | property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDS Directory Server instance. |
| | | property.profile-directory.description=The directory must exist and the Directory Server must have permission to create new files in it. |
| | | property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDJ directory server instance. |
| | | property.profile-directory.description=The directory must exist and the directory server must have permission to create new files in it. |
| | | property.profile-directory.syntax.string.pattern.synopsis=The path to any directory that exists on the filesystem and that can be read and written by the server user. |
| | | property.profile-sample-interval.synopsis=Specifies the sample interval in milliseconds to be used when capturing profiling information in the server. |
| | | property.profile-sample-interval.description=When capturing data, the profiler thread sleeps for this length of time between calls to obtain traces for all threads running in the JVM. |
| | |
| | | property.profile-action.syntax.enumeration.value.none.synopsis=No realizar ninguna acci\u00f3n. |
| | | property.profile-action.syntax.enumeration.value.start.synopsis=Iniciar la recopilaci\u00f3n de datos de perfiles. |
| | | property.profile-action.syntax.enumeration.value.stop.synopsis=Detener la recopilaci\u00f3n de datos de perfiles y escribir lo que se haya capturado en un archivo en el directorio de perfiles. |
| | | property.profile-directory.synopsis=Indica la ruta al directorio en el que se va a escribir la informaci\u00f3n acerca de los perfiles. Puede utilizarse una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDS Directory Server. |
| | | property.profile-directory.synopsis=Indica la ruta al directorio en el que se va a escribir la informaci\u00f3n acerca de los perfiles. Puede utilizarse una ruta absoluta o una relativa a la ra\u00edz de instancias de OpenDJ . |
| | | property.profile-directory.description=El directorio debe existir, y Directory Server debe tener permiso para crear archivos nuevos en \u00e9l. |
| | | property.profile-directory.syntax.string.pattern.synopsis=La ruta a cualquier directorio existente del sistema de archivos para el que el usuario del servidor tenga permisos de lectura y escritura. |
| | | property.profile-sample-interval.synopsis=Especifica el intervalo de muestreo (en milisegundos) que se utilizar\u00e1 al capturar informaci\u00f3n sobre la creaci\u00f3n de perfiles en el servidor. |
| | |
| | | property.profile-action.syntax.enumeration.value.none.synopsis=N'agisser pas. |
| | | property.profile-action.syntax.enumeration.value.start.synopsis=Commencer \u00e0 collecter les donn\u00e9es du profil. |
| | | property.profile-action.syntax.enumeration.value.stop.synopsis=Arr\u00eater de collecter les donn\u00e9es du profil et \u00e9criver ce qui a \u00e9t\u00e9 captur\u00e9 vers un fichier du r\u00e9pertoire du profil. |
| | | property.profile-directory.synopsis=Sp\u00e9cifie le chemin vers le r\u00e9pertoire o\u00f9 les informations de profil doivent \u00eatre \u00e9crites. Ce chemin peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine de l'instance d'OpenDS Directory Server. |
| | | property.profile-directory.synopsis=Sp\u00e9cifie le chemin vers le r\u00e9pertoire o\u00f9 les informations de profil doivent \u00eatre \u00e9crites. Ce chemin peut \u00eatre un chemin absolu ou un chemin relatif \u00e0 la racine de l'instance d'OpenDJ . |
| | | property.profile-directory.description=Ce r\u00e9pertoire doit exister et Directory Server doit disposer d'une autorisation pour cr\u00e9er de nouveaux fichiers dans celui-ci. |
| | | property.profile-directory.syntax.string.pattern.synopsis=Le chemin vers tout r\u00e9pertoire qui existe dans le syst\u00e8me de fichiers et dans lequel l'utilisateur du serveur peut lire et \u00e9crire. |
| | | property.profile-sample-interval.synopsis=Sp\u00e9cifie l'intervalle d'\u00e9chantillon en millisecondes \u00e0 utiliser lors de la capture d'informations de profilage dans le serveur. |
| | |
| | | property.profile-action.syntax.enumeration.value.none.synopsis=Do not take any action. |
| | | property.profile-action.syntax.enumeration.value.start.synopsis=Start collecting profile data. |
| | | property.profile-action.syntax.enumeration.value.stop.synopsis=Stop collecting profile data and write what has been captured to a file in the profile directory. |
| | | property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDS Directory Server instance. |
| | | property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDJ instance. |
| | | property.profile-directory.description=\ub514\ub809\ud1a0\ub9ac\uac00 \uc788\uace0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc774 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uc0c8 \ud30c\uc77c\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | property.profile-directory.syntax.string.pattern.synopsis=The path to any directory that exists on the filesystem and that can be read and written by the server user. |
| | | property.profile-sample-interval.synopsis=Specifies the sample interval in milliseconds to be used when capturing profiling information in the server. |
| | |
| | | property.profile-action.syntax.enumeration.value.none.synopsis=Do not take any action. |
| | | property.profile-action.syntax.enumeration.value.start.synopsis=Start collecting profile data. |
| | | property.profile-action.syntax.enumeration.value.stop.synopsis=Stop collecting profile data and write what has been captured to a file in the profile directory. |
| | | property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDS Directory Server instance. |
| | | property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDJ instance. |
| | | property.profile-directory.description=\u8a72\u76ee\u9304\u5fc5\u9808\u5b58\u5728\uff0c\u4e14\u76ee\u9304\u4f3a\u670d\u5668\u5fc5\u9808\u5177\u6709\u5728\u5176\u4e2d\u5efa\u7acb\u65b0\u6a94\u6848\u7684\u6b0a\u9650\u3002 |
| | | property.profile-directory.syntax.string.pattern.synopsis=The path to any directory that exists on the filesystem and that can be read and written by the server user. |
| | | property.profile-sample-interval.synopsis=Specifies the sample interval in milliseconds to be used when capturing profiling information in the server. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | | property.update-interval.synopsis=Specifies the interval in seconds when referential integrity updates are made. |
| | |
| | | property.enabled.synopsis=Indicates whether the Regular Expression Identity Mapper is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Regular Expression Identity Mapper implementation. |
| | | property.match-attribute.synopsis=Specifies the name or OID of the attribute whose value should match the provided identifier string after it has been processed by the associated regular expression. |
| | | property.match-attribute.description=All values must refer to the name or OID of an attribute type defined in the Directory Server schema. If multiple attributes or OIDs are provided, at least one of those attributes must contain the provided ID string value in exactly one entry. |
| | | property.match-attribute.description=All values must refer to the name or OID of an attribute type defined in the directory server schema. If multiple attributes or OIDs are provided, at least one of those attributes must contain the provided ID string value in exactly one entry. |
| | | property.match-base-dn.synopsis=Specifies the base DN(s) that should be used when performing searches to map the provided ID string to a user entry. If multiple values are given, searches are performed below all the specified base DNs. |
| | | property.match-base-dn.default-behavior.alias.synopsis=The server searches below all public naming contexts. |
| | | property.match-pattern.synopsis=Specifies the regular expression pattern that is used to identify portions of the ID string that will be replaced. |
| | |
| | | property.assured-type.syntax.enumeration.value.safe-data.synopsis=Assured replication is enabled in Safe Data mode: updates sent for replication are subject to acknowledgment from the replication servers that have the same group ID as the local server (defined with the group-id property). The number of acknowledgments to expect is defined by the assured-sd-level property. After acknowledgments are received, LDAP client call returns. |
| | | property.assured-type.syntax.enumeration.value.safe-read.synopsis=Assured replication is enabled in Safe Read mode: updates sent for replication are subject to acknowledgments from the LDAP servers in the topology that have the same group ID as the local server (defined with the group-id property). After acknowledgments are received, LDAP client call returns. |
| | | property.base-dn.synopsis=Specifies the base DN of the replicated data. |
| | | property.changetime-heartbeat-interval.synopsis=Specifies the heart-beat interval that the Directory Server will use when sending its local change time to the Replication Server. |
| | | property.changetime-heartbeat-interval.description=The Directory Server sends a regular heart-beat to the Replication within the specified interval. The heart-beat indicates the change time of the Directory Server to the Replication Server. |
| | | property.changetime-heartbeat-interval.synopsis=Specifies the heart-beat interval that the directory server will use when sending its local change time to the Replication Server. |
| | | property.changetime-heartbeat-interval.description=The directory server sends a regular heart-beat to the Replication within the specified interval. The heart-beat indicates the change time of the directory server to the Replication Server. |
| | | property.conflicts-historical-purge-delay.synopsis=This delay indicates the time (in minutes) the domain keeps the historical information necessary to solve conflicts.When a change stored in the historical part of the user entry has a date (from its replication ChangeNumber) older than this delay, it is candidate to be purged. The purge is applied on 2 events: modify of the entry, dedicated purge task. |
| | | property.fractional-exclude.synopsis=Allows to exclude some attributes to replicate to this server. |
| | | property.fractional-exclude.description=If fractional-exclude configuration attribute is used, attributes specified in this attribute will be ignored (not added/modified/deleted) when an operation performed from another directory server is being replayed in the local server. Note that the usage of this configuration attribute is mutually exclusive with the usage of the fractional-include attribute. |
| | |
| | | property.fractional-include.syntax.string.pattern.synopsis=Defines attribute(s) of one particular class or of all possible classes, to include in the replication. |
| | | property.group-id.synopsis=The group ID associated with this replicated domain. |
| | | property.group-id.description=This value defines the group ID of the replicated domain. The replication system will preferably connect and send updates to replicate to a replication server with the same group ID as its own one (the local server group ID). |
| | | property.heartbeat-interval.synopsis=Specifies the heart-beat interval that the Directory Server will use when communicating with Replication Servers. |
| | | property.heartbeat-interval.description=The Directory Server expects a regular heart-beat coming from the Replication Server within the specified interval. If a heartbeat is not received within the interval, the Directory Server closes its connection and connects to another Replication Server. |
| | | property.initialization-window-size.synopsis=Specifies the window size that this Directory Server may use when communicating with remote Directory Servers for initialization. |
| | | property.isolation-policy.synopsis=Specifies the behavior of the Directory Server if a write operation is attempted on the data within the Replication Domain when none of the configured Replication Servers are available. |
| | | property.heartbeat-interval.synopsis=Specifies the heart-beat interval that the directory server will use when communicating with Replication Servers. |
| | | property.heartbeat-interval.description=The directory server expects a regular heart-beat coming from the Replication Server within the specified interval. If a heartbeat is not received within the interval, the Directory Server closes its connection and connects to another Replication Server. |
| | | property.initialization-window-size.synopsis=Specifies the window size that this directory server may use when communicating with remote Directory Servers for initialization. |
| | | property.isolation-policy.synopsis=Specifies the behavior of the directory server if a write operation is attempted on the data within the Replication Domain when none of the configured Replication Servers are available. |
| | | property.isolation-policy.syntax.enumeration.value.accept-all-updates.synopsis=Indicates that updates should be accepted even though it is not possible to send them to any Replication Server. Best effort is made to re-send those updates to a Replication Servers when one of them is available, however those changes are at risk because they are only available from the historical information. This mode can also introduce high replication latency. |
| | | property.isolation-policy.syntax.enumeration.value.reject-all-updates.synopsis=Indicates that all updates attempted on this Replication Domain are rejected when no Replication Server is available. |
| | | property.log-changenumber.synopsis=Indicates if this server logs the ChangeNumber in access log. |
| | |
| | | property.referrals-url.synopsis=The URLs other LDAP servers should use to refer to the local server. |
| | | property.referrals-url.description=URLs used by peer servers in the topology to refer to the local server through LDAP referrals. If this attribute is not defined, every URLs available to access this server will be used. If defined, only URLs specified here will be used. |
| | | property.referrals-url.syntax.string.pattern.synopsis=A LDAP URL compliant with RFC 2255. |
| | | property.replication-server.synopsis=Specifies the addresses of the Replication Servers within the Replication Domain to which the Directory Server should try to connect at startup time. |
| | | property.replication-server.synopsis=Specifies the addresses of the Replication Servers within the Replication Domain to which the directory server should try to connect at startup time. |
| | | property.replication-server.description=Addresses must be specified using the syntax: hostname:port |
| | | property.replication-server.syntax.string.pattern.synopsis=A host name followed by a ":" and a port number. |
| | | property.server-id.synopsis=Specifies a unique identifier for the Directory Server within the Replication Domain. |
| | | property.server-id.description=Each Directory Server within the same Replication Domain must have a different server ID. A Directory Server which is a member of multiple Replication Domains may use the same server ID for each of its Replication Domain configurations. |
| | | property.server-id.synopsis=Specifies a unique identifier for the directory server within the Replication Domain. |
| | | property.server-id.description=Each directory server within the same Replication Domain must have a different server ID. A directory server which is a member of multiple Replication Domains may use the same server ID for each of its Replication Domain configurations. |
| | | property.solve-conflicts.synopsis=Indicates if this server solves conflict. |
| | | property.solve-conflicts.description=This boolean indicates if this domain keeps the historical information necessary to solve conflicts. When set to false the server will not maintain historical information and will therefore not be able to solve conflict. This should therefore be done only if the replication is used in a single master type of deployment. |
| | | property.window-size.synopsis=Specifies the window size that the Directory Server will use when communicating with Replication Servers. |
| | | property.window-size.synopsis=Specifies the window size that the directory server will use when communicating with Replication Servers. |
| | | relation.external-changelog-domain.user-friendly-name=External Changelog Domain |
| | | relation.external-changelog-domain.synopsis=The External Changelog Domain provides configuration of the external changelog for the replication domain. |
| | |
| | | property.group-id.description=This value defines the group id of the replication server. The replication system of a LDAP server uses the group id of the replicated domain and tries to connect, if possible, to a replication with the same group id. |
| | | property.monitoring-period.synopsis=The period between sending of monitoring messages. |
| | | property.monitoring-period.description=Defines the number of milliseconds that the replication server will wait before sending new monitoring messages to its peers (replication servers and directory servers). |
| | | property.queue-size.synopsis=Specifies the number of changes that are kept in memory for each Directory Server in the Replication Domain. |
| | | property.queue-size.synopsis=Specifies the number of changes that are kept in memory for each directory server in the Replication Domain. |
| | | property.replication-db-directory.synopsis=The path where the Replication Server stores all persistent information. |
| | | property.replication-port.synopsis=The port on which this Replication Server waits for connections from other Replication Servers or Directory Servers. |
| | | property.replication-purge-delay.synopsis=The time (in seconds) after which the Replication Server erases all persistent information. |
| | |
| | | user-friendly-name=Replication Synchronization Provider |
| | | user-friendly-plural-name=Replication Synchronization Providers |
| | | synopsis=The Replication Synchronization Provider provides multi-master replication of data across multiple Directory Server instances. |
| | | synopsis=The Replication Synchronization Provider provides multi-master replication of data across multiple directory server instances. |
| | | property.enabled.synopsis=Indicates whether the Replication Synchronization Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Replication Synchronization Provider implementation. |
| | | property.num-update-replay-threads.synopsis=Specifies the number of update replay threads. |
| | |
| | | user-friendly-name=Root |
| | | user-friendly-plural-name=Roots |
| | | synopsis=The root configuration provides an entry point to the rest of the OpenDS Directory Server configuration. |
| | | synopsis=The root configuration provides an entry point to the rest of the OpenDJ configuration. |
| | | tag.core-server.synopsis=Core server |
| | | tag.database.synopsis=Caching and back-ends |
| | | tag.logging.synopsis=Logging |
| | |
| | | tag.security.synopsis=Authentication and authorization |
| | | tag.user-management.synopsis=User management |
| | | relation.access-control-handler.user-friendly-name=Access Control Handler |
| | | relation.access-control-handler.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. |
| | | relation.access-control-handler.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. |
| | | relation.access-control-handler.synopsis=Access Control Handlers manage the application-wide access control. The OpenDJ 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. |
| | | relation.access-control-handler.description=Note that OpenDJ 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. |
| | | relation.account-status-notification-handler.user-friendly-name=Account Status Notification Handler |
| | | relation.account-status-notification-handler.user-friendly-plural-name=Account Status Notification Handlers |
| | | relation.account-status-notification-handler.synopsis=Account Status Notification Handlers are invoked to provide notification to users in some form (for example, by an email message) when the status of a user's account has changed in some way. The Account Status Notification Handler can be used to notify the user and/or administrators of the change. |
| | |
| | | relation.administration-connector.description=It is a dedicated entry point for administration. |
| | | relation.alert-handler.user-friendly-name=Alert Handler |
| | | relation.alert-handler.user-friendly-plural-name=Alert Handlers |
| | | relation.alert-handler.synopsis=Alert Handlers are used to notify administrators of significant problems or notable events that occur in the Directory Server. |
| | | relation.alert-handler.synopsis=Alert Handlers are used to notify administrators of significant problems or notable events that occur in the OpenDJ directory server. |
| | | relation.attribute-syntax.user-friendly-name=Attribute Syntax |
| | | relation.attribute-syntax.user-friendly-plural-name=Attribute Syntaxes |
| | | relation.attribute-syntax.synopsis=Attribute Syntaxes define the type of data that may be stored in an attribute with that syntax. A syntax is generally associated with a set of matching rules that indicate how to perform matching operations against values of that syntax. |
| | |
| | | relation.crypto-manager.synopsis=The Crypto Manager provides a common interface for performing compression, decompression, hashing, encryption and other kinds of cryptographic operations. |
| | | relation.entry-cache.user-friendly-name=Entry Cache |
| | | relation.entry-cache.user-friendly-plural-name=Entry Caches |
| | | relation.entry-cache.synopsis=Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve Directory Server performance. |
| | | relation.entry-cache.synopsis=Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve OpenDJ directory server performance. |
| | | relation.extended-operation-handler.user-friendly-name=Extended Operation Handler |
| | | relation.extended-operation-handler.user-friendly-plural-name=Extended Operation Handlers |
| | | relation.extended-operation-handler.synopsis=Extended Operation Handlers processes the different types of extended operations in the server. |
| | |
| | | relation.extension.synopsis=The Extension allows to extend the configuration with new type of objects. |
| | | relation.extension.description=It is an entry point for extensions that requires configuration objects that does not inherit from an existing top-level object. |
| | | relation.global-configuration.user-friendly-name=Global Configuration |
| | | relation.global-configuration.synopsis=The Global contains properties that affect the overall operation of the OpenDS Directory Server . |
| | | relation.global-configuration.synopsis=The Global contains properties that affect the overall operation of the OpenDJ . |
| | | relation.group-implementation.user-friendly-name=Group Implementation |
| | | relation.group-implementation.user-friendly-plural-name=Group Implementations |
| | | relation.group-implementation.synopsis=Group Implementations define named collections of users. |
| | |
| | | relation.plugin-root.synopsis=The Plugin Root defines the parent entry for all plug-ins defined in the server. |
| | | relation.plugin-root.description=It can also include configuration attributes that define the order in which those plug-ins are to be loaded and invoked. |
| | | relation.root-dn.user-friendly-name=Root DN |
| | | relation.root-dn.synopsis=The Root DN configuration contains all the Root DN Users defined in the Directory Server. In addition, it also defines the default set of privileges that Root DN Users automatically inherit. |
| | | relation.root-dn.synopsis=The Root DN configuration contains all the Root DN Users defined in the directory server. In addition, it also defines the default set of privileges that Root DN Users automatically inherit. |
| | | relation.root-dse-backend.user-friendly-name=Root DSE Backend |
| | | relation.root-dse-backend.synopsis=The Root DSE Backend contains the Directory Server root DSE. |
| | | relation.root-dse-backend.synopsis=The Root DSE Backend contains the directory server root DSE. |
| | | relation.root-dse-backend.description=This is a special meta-backend that dynamically generates the root DSE entry for base-level searches and simply redirects to other backends for operations in other scopes. |
| | | relation.sasl-mechanism-handler.user-friendly-name=SASL Mechanism Handler |
| | | relation.sasl-mechanism-handler.user-friendly-plural-name=SASL Mechanism Handlers |
| | | relation.sasl-mechanism-handler.synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDS Directory Server. |
| | | relation.sasl-mechanism-handler.synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ directory server. |
| | | relation.sasl-mechanism-handler.description=SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind. |
| | | relation.synchronization-provider.user-friendly-name=Synchronization Provider |
| | | relation.synchronization-provider.user-friendly-plural-name=Synchronization Providers |
| | | relation.synchronization-provider.synopsis=Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories. |
| | | relation.synchronization-provider.description=The OpenDS Directory Server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | relation.synchronization-provider.synopsis=Synchronization Providers are responsible for handling synchronization of the directory server data with other OpenDJ instances or other data repositories. |
| | | relation.synchronization-provider.description=The OpenDJ directory server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDJ, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each directory server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the directory server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | relation.trust-manager-provider.user-friendly-name=Trust Manager Provider |
| | | relation.trust-manager-provider.user-friendly-plural-name=Trust Manager Providers |
| | | relation.trust-manager-provider.synopsis=Trust Manager Providers determine whether to trust presented certificates. |
| | |
| | | relation.virtual-attribute.description=Virtual attributes are associated with a virtual attribute provider, which contains the logic for generating the value. |
| | | relation.workflow.user-friendly-name=Workflow |
| | | relation.workflow.user-friendly-plural-name=Workflows |
| | | relation.workflow.synopsis=The Workflow is a list of processing steps (Work Flow Elements) that are applied to data as it is retrieved from the Directory Server. |
| | | relation.workflow.synopsis=The Workflow is a list of processing steps (Work Flow Elements) that are applied to data as it is retrieved from the directory server. |
| | | relation.workflow-element.user-friendly-name=Workflow Element |
| | | relation.workflow-element.user-friendly-plural-name=Workflow Elements |
| | | relation.workflow-element.synopsis=Workflow Elements implement a single processing step in a Work Flow. |
| | |
| | | user-friendly-name=Racine |
| | | user-friendly-plural-name=Racines |
| | | synopsis=La configuration racine fournit un point d'entr\u00e9e au reste de la configuration d'OpenDS Directory Server. |
| | | synopsis=La configuration racine fournit un point d'entr\u00e9e au reste de la configuration d'OpenDJ . |
| | | tag.core-server.synopsis=Serveur de base |
| | | tag.database.synopsis=Mise en cache et backends |
| | | tag.logging.synopsis=Journalisation |
| | |
| | | relation.extension.synopsis=L'extension autorise l'extension de la configuration avec un nouveau type d'objets. |
| | | relation.extension.description=C'est un point d'entr\u00e9e pour des extensions qui n\u00e9cessite des objets de configuration qui n'h\u00e9ritent pas d'un objet existant au plus haut niveau. |
| | | relation.global-configuration.user-friendly-name=Configuration globale |
| | | relation.global-configuration.synopsis=La configuration globale contient des propri\u00e9t\u00e9s qui affectent l'op\u00e9ration d'OpenDS Directory Server dans son ensemble. |
| | | relation.global-configuration.synopsis=La configuration globale contient des propri\u00e9t\u00e9s qui affectent l'op\u00e9ration d'OpenDJ dans son ensemble. |
| | | relation.group-implementation.user-friendly-name=Impl\u00e9mentation du groupe |
| | | relation.group-implementation.user-friendly-plural-name=Impl\u00e9mentations du groupe |
| | | relation.group-implementation.synopsis=Les impl\u00e9mentations du groupe d\u00e9finissent des collections d\u00e9nomm\u00e9es d'utilisateurs |
| | |
| | | relation.root-dse-backend.description=Ce backend est un m\u00e9tabackend particulier qui g\u00e9n\u00e8re dynamiquement l'entr\u00e9e du DSE racine pour des recherches de base et qui redirige simplement vers d'autres backends pour des op\u00e9rations concernant d'autres domaines. |
| | | relation.sasl-mechanism-handler.user-friendly-name=Gestionnaire de m\u00e9canisme SASL (SASL, Simple Authentification and Security Layer, couche d'authentification et de s\u00e9curit\u00e9 simple) |
| | | relation.sasl-mechanism-handler.user-friendly-plural-name=Gestionnaires de m\u00e9canisme SASL |
| | | relation.sasl-mechanism-handler.synopsis=L'entr\u00e9e de configuration du gestionnaire de m\u00e9canisme SASL est le parent de tous les gestionnaires de m\u00e9canisme SASL d\u00e9finis dans OpenDS Directory Server. |
| | | relation.sasl-mechanism-handler.synopsis=L'entr\u00e9e de configuration du gestionnaire de m\u00e9canisme SASL est le parent de tous les gestionnaires de m\u00e9canisme SASL d\u00e9finis dans OpenDJ . |
| | | relation.sasl-mechanism-handler.description=Les gestionnaires du m\u00e9canisme SASL permettent l'authentification des utilisateurs durant le traitement d'une liaison SASL (couche d'authentification et de s\u00e9curit\u00e9 simple, telle que d\u00e9finie dans RFC 442). |
| | | relation.synchronization-provider.user-friendly-name=Fournisseur de synchronisation |
| | | relation.synchronization-provider.user-friendly-plural-name=Fournisseurs de synchronisation |
| | | relation.synchronization-provider.synopsis=Les fournisseurs de synchronisation permettent de g\u00e9rer la synchronisation des donn\u00e9es de Directory Server avec d'autres instances d'OpenDS ou d'autres r\u00e9f\u00e9rentiels de donn\u00e9es. |
| | | relation.synchronization-provider.description=OpenDS Directory Server utilise une approche centralis\u00e9e de la r\u00e9plication, plut\u00f4t que l'approche point \u00e0 point de Sun Java System Directory Server. Dans OpenDS, un ou plusieurs serveur de r\u00e9plication est cr\u00e9\u00e9 dans l'environnement. Les serveurs de r\u00e9plication typiquement ne stockent pas de donn\u00e9es utilisateur mais enregistrent dans un journal toutes les modifications faites dans la topologie. Chaque instance de Directory Server dans la topologie est point\u00e9e vers les serveurs de r\u00e9plication. Ce plan simplifie le d\u00e9ploiement et la gestion de l'environnement. Bien que le serveur de r\u00e9plication puissse \u00eatre ex\u00e9cut\u00e9 sur le m\u00eame serveur (ou m\u00eame dans la m\u00eame instance) en tant que Directory Server, les deux serveurs peuvent \u00eatre s\u00e9par\u00e9s sur des syst\u00e8mes diff\u00e9rents. Cette approche peut fournir de meilleures performances ou fonctionnalit\u00e9s dans des environnements de grande taille. |
| | | relation.synchronization-provider.description=OpenDJ utilise une approche centralis\u00e9e de la r\u00e9plication, plut\u00f4t que l'approche point \u00e0 point de Sun Java System Directory Server. Dans OpenDS, un ou plusieurs serveur de r\u00e9plication est cr\u00e9\u00e9 dans l'environnement. Les serveurs de r\u00e9plication typiquement ne stockent pas de donn\u00e9es utilisateur mais enregistrent dans un journal toutes les modifications faites dans la topologie. Chaque instance de Directory Server dans la topologie est point\u00e9e vers les serveurs de r\u00e9plication. Ce plan simplifie le d\u00e9ploiement et la gestion de l'environnement. Bien que le serveur de r\u00e9plication puissse \u00eatre ex\u00e9cut\u00e9 sur le m\u00eame serveur (ou m\u00eame dans la m\u00eame instance) en tant que Directory Server, les deux serveurs peuvent \u00eatre s\u00e9par\u00e9s sur des syst\u00e8mes diff\u00e9rents. Cette approche peut fournir de meilleures performances ou fonctionnalit\u00e9s dans des environnements de grande taille. |
| | | relation.trust-manager-provider.user-friendly-name=Fournisseur de gestionnaire d'approbation |
| | | relation.trust-manager-provider.user-friendly-plural-name=Fournisseurs de gestionnaire d'approbation |
| | | relation.trust-manager-provider.synopsis=Les fournisseurs de gestionnaire d'approbation d\u00e9terminent s'il faut faire confiance aux certificats pr\u00e9sent\u00e9s. |
| | |
| | | user-friendly-name=Root |
| | | user-friendly-plural-name=Roots |
| | | synopsis=The root configuration provides an entry point to the rest of the OpenDS Directory Server configuration. |
| | | synopsis=The root configuration provides an entry point to the rest of the OpenDJ configuration. |
| | | tag.core-server.synopsis=Core server |
| | | tag.database.synopsis=Caching and back-ends |
| | | tag.logging.synopsis=Logging |
| | |
| | | relation.extension.synopsis=The Extension allows to extend the configuration with new type of objects. |
| | | relation.extension.description=It is an entry point for extensions that requires configuration objects that does not inherit from an existing top-level object. |
| | | relation.global-configuration.user-friendly-name=Global Configuration |
| | | relation.global-configuration.synopsis=The Global contains properties that affect the overall operation of the OpenDS Directory Server . |
| | | relation.global-configuration.synopsis=The Global contains properties that affect the overall operation of the OpenDJ . |
| | | relation.group-implementation.user-friendly-name=Group Implementation |
| | | relation.group-implementation.user-friendly-plural-name=Group Implementations |
| | | relation.group-implementation.synopsis=Group Implementations define named collections of users. |
| | |
| | | relation.root-dse-backend.description=This is a special meta-backend that dynamically generates the root DSE entry for base-level searches and simply redirects to other backends for operations in other scopes. |
| | | relation.sasl-mechanism-handler.user-friendly-name=SASL Mechanism Handler |
| | | relation.sasl-mechanism-handler.user-friendly-plural-name=SASL Mechanism Handlers |
| | | relation.sasl-mechanism-handler.synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDS Directory Server. |
| | | relation.sasl-mechanism-handler.synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ . |
| | | relation.sasl-mechanism-handler.description=SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind. |
| | | relation.synchronization-provider.user-friendly-name=Synchronization Provider |
| | | relation.synchronization-provider.user-friendly-plural-name=Synchronization Providers |
| | | relation.synchronization-provider.synopsis=Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories. |
| | | relation.synchronization-provider.description=The OpenDS Directory Server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | relation.synchronization-provider.description=The OpenDJ takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | relation.trust-manager-provider.user-friendly-name=Trust Manager Provider |
| | | relation.trust-manager-provider.user-friendly-plural-name=Trust Manager Providers |
| | | relation.trust-manager-provider.synopsis=Trust Manager Providers determine whether to trust presented certificates. |
| | |
| | | user-friendly-name=\u6839 |
| | | user-friendly-plural-name=\u6839 |
| | | synopsis=\u6839\u914d\u7f6e\u7528\u4e8e\u63d0\u4f9b\u8fdb\u5165\u5176\u4f59 OpenDS Directory Server \u914d\u7f6e\u7684\u5165\u53e3\u70b9\u3002 |
| | | synopsis=\u6839\u914d\u7f6e\u7528\u4e8e\u63d0\u4f9b\u8fdb\u5165\u5176\u4f59 OpenDJ \u914d\u7f6e\u7684\u5165\u53e3\u70b9\u3002 |
| | | tag.core-server.synopsis=\u6838\u5fc3\u670d\u52a1\u5668 |
| | | tag.database.synopsis=\u9ad8\u901f\u7f13\u5b58\u548c\u540e\u7aef |
| | | tag.logging.synopsis=\u65e5\u5fd7\u8bb0\u5f55 |
| | |
| | | relation.extension.synopsis=\u901a\u8fc7\u6269\u5c55\uff0c\u53ef\u4ee5\u7528\u65b0\u7c7b\u578b\u7684\u5bf9\u8c61\u6269\u5c55\u914d\u7f6e\u3002 |
| | | relation.extension.description=\u5b83\u662f\u6269\u5c55\u7684\u5165\u53e3\u70b9\uff0c\u8981\u6c42\u914d\u7f6e\u5bf9\u8c61\u4e0d\u662f\u4ece\u73b0\u6709\u7684\u9876\u7ea7\u5bf9\u8c61\u7ee7\u627f\u800c\u6765\u3002 |
| | | relation.global-configuration.user-friendly-name=\u5168\u5c40\u914d\u7f6e |
| | | relation.global-configuration.synopsis=\u201c\u5168\u5c40\u201d\u5305\u542b\u5f71\u54cd OpenDS Directory Server \u6574\u4f53\u64cd\u4f5c\u7684\u5c5e\u6027\u3002 |
| | | relation.global-configuration.synopsis=\u201c\u5168\u5c40\u201d\u5305\u542b\u5f71\u54cd OpenDJ \u6574\u4f53\u64cd\u4f5c\u7684\u5c5e\u6027\u3002 |
| | | relation.group-implementation.user-friendly-name=\u7ec4\u5b9e\u73b0 |
| | | relation.group-implementation.user-friendly-plural-name=\u7ec4\u5b9e\u73b0 |
| | | relation.group-implementation.synopsis=\u7ec4\u5b9e\u73b0\u7528\u4e8e\u5b9a\u4e49\u7528\u6237\u7684\u547d\u540d\u96c6\u5408\u3002 |
| | |
| | | relation.root-dse-backend.description=\u8fd9\u662f\u7279\u6b8a\u7684\u5143\u540e\u7aef\uff0c\u53ef\u4ee5\u81ea\u52a8\u4e3a\u57fa\u5c42\u641c\u7d22\u751f\u6210\u6839 DSE \u6761\u76ee\uff0c\u5e76\u76f4\u63a5\u91cd\u5b9a\u5411\u5230\u5176\u4ed6\u540e\u7aef\u4ee5\u5728\u5176\u4ed6\u8303\u56f4\u5185\u6267\u884c\u64cd\u4f5c\u3002 |
| | | relation.sasl-mechanism-handler.user-friendly-name=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f |
| | | relation.sasl-mechanism-handler.user-friendly-plural-name=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f |
| | | relation.sasl-mechanism-handler.synopsis=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee\u662f OpenDS Directory Server \u4e2d\u5b9a\u4e49\u7684\u6240\u6709 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684\u7236\u9879\u3002 |
| | | relation.sasl-mechanism-handler.synopsis=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee\u662f OpenDJ \u4e2d\u5b9a\u4e49\u7684\u6240\u6709 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684\u7236\u9879\u3002 |
| | | relation.sasl-mechanism-handler.description=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u8d1f\u8d23\u5728\u5904\u7406 SASL\uff08Simple Authentication and Security Layer\uff0c\u7b80\u5355\u9a8c\u8bc1\u548c\u5b89\u5168\u5c42 [\u5982 RFC 4422 \u4e2d\u5b9a\u4e49]\uff09\u7ed1\u5b9a\u671f\u95f4\u9a8c\u8bc1\u7528\u6237\u3002 |
| | | relation.synchronization-provider.user-friendly-name=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f |
| | | relation.synchronization-provider.user-friendly-plural-name=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f |
| | | relation.synchronization-provider.synopsis=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u8d1f\u8d23\u5904\u7406 Directory Server \u6570\u636e\u4e0e\u5176\u4ed6 OpenDS \u5b9e\u4f8b\u6216\u5176\u4ed6\u6570\u636e\u4ed3\u5e93\u7684\u540c\u6b65\u3002 |
| | | relation.synchronization-provider.description=OpenDS Directory Server \u91c7\u7528\u96c6\u4e2d\u5316\u7684\u65b9\u6cd5\uff08\u800c\u4e0d\u662f Sun Java System Directory Server \u91c7\u7528\u7684\u70b9\u5bf9\u70b9\u65b9\u6cd5\uff09\u6765\u6267\u884c\u590d\u5236\u3002\u5728 OpenDS \u4e2d\uff0c\u53ef\u4ee5\u5728\u73af\u5883\u4e2d\u521b\u5efa\u4e00\u4e2a\u6216\u591a\u4e2a\u590d\u5236\u670d\u52a1\u5668\u3002\u590d\u5236\u670d\u52a1\u5668\u901a\u5e38\u4e0d\u5b58\u50a8\u7528\u6237\u6570\u636e\uff0c\u800c\u662f\u4fdd\u7559\u62d3\u6251\u7ed3\u6784\u5185\u6240\u505a\u7684\u6240\u6709\u66f4\u6539\u7684\u65e5\u5fd7\u3002\u62d3\u6251\u7ed3\u6784\u4e2d\u6bcf\u4e2a Directory Server \u5b9e\u4f8b\u90fd\u6307\u5411\u590d\u5236\u670d\u52a1\u5668\u3002\u8be5\u65b9\u6848\u53ef\u4ee5\u7b80\u5316\u73af\u5883\u7684\u90e8\u7f72\u548c\u7ba1\u7406\u3002\u5c3d\u7ba1\u60a8\u53ef\u4ee5\u5728\u4e0e Directory Server \u76f8\u540c\u7684\u7cfb\u7edf\uff08\u751a\u81f3\u662f\u76f8\u540c\u5b9e\u4f8b\uff09\u4e2d\u8fd0\u884c\u590d\u5236\u670d\u52a1\u5668\uff0c\u4f46\u662f\u53ef\u4ee5\u5c06\u4e24\u4e2a\u670d\u52a1\u5668\u9694\u79bb\u5230\u4e0d\u540c\u7684\u7cfb\u7edf\u3002\u8be5\u65b9\u6cd5\u53ef\u4ee5\u5728\u5e9e\u5927\u7684\u73af\u5883\u4e2d\u63d0\u4f9b\u66f4\u597d\u7684\u6027\u80fd\u6216\u529f\u80fd\u3002 |
| | | relation.synchronization-provider.description=OpenDJ \u91c7\u7528\u96c6\u4e2d\u5316\u7684\u65b9\u6cd5\uff08\u800c\u4e0d\u662f Sun Java System Directory Server \u91c7\u7528\u7684\u70b9\u5bf9\u70b9\u65b9\u6cd5\uff09\u6765\u6267\u884c\u590d\u5236\u3002\u5728 OpenDS \u4e2d\uff0c\u53ef\u4ee5\u5728\u73af\u5883\u4e2d\u521b\u5efa\u4e00\u4e2a\u6216\u591a\u4e2a\u590d\u5236\u670d\u52a1\u5668\u3002\u590d\u5236\u670d\u52a1\u5668\u901a\u5e38\u4e0d\u5b58\u50a8\u7528\u6237\u6570\u636e\uff0c\u800c\u662f\u4fdd\u7559\u62d3\u6251\u7ed3\u6784\u5185\u6240\u505a\u7684\u6240\u6709\u66f4\u6539\u7684\u65e5\u5fd7\u3002\u62d3\u6251\u7ed3\u6784\u4e2d\u6bcf\u4e2a Directory Server \u5b9e\u4f8b\u90fd\u6307\u5411\u590d\u5236\u670d\u52a1\u5668\u3002\u8be5\u65b9\u6848\u53ef\u4ee5\u7b80\u5316\u73af\u5883\u7684\u90e8\u7f72\u548c\u7ba1\u7406\u3002\u5c3d\u7ba1\u60a8\u53ef\u4ee5\u5728\u4e0e Directory Server \u76f8\u540c\u7684\u7cfb\u7edf\uff08\u751a\u81f3\u662f\u76f8\u540c\u5b9e\u4f8b\uff09\u4e2d\u8fd0\u884c\u590d\u5236\u670d\u52a1\u5668\uff0c\u4f46\u662f\u53ef\u4ee5\u5c06\u4e24\u4e2a\u670d\u52a1\u5668\u9694\u79bb\u5230\u4e0d\u540c\u7684\u7cfb\u7edf\u3002\u8be5\u65b9\u6cd5\u53ef\u4ee5\u5728\u5e9e\u5927\u7684\u73af\u5883\u4e2d\u63d0\u4f9b\u66f4\u597d\u7684\u6027\u80fd\u6216\u529f\u80fd\u3002 |
| | | relation.trust-manager-provider.user-friendly-name=\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f |
| | | relation.trust-manager-provider.user-friendly-plural-name=\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f |
| | | relation.trust-manager-provider.synopsis=\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7528\u4e8e\u786e\u5b9a\u662f\u5426\u4fe1\u4efb\u63d0\u4f9b\u7684\u8bc1\u4e66\u3002 |
| | |
| | | user-friendly-name=Root |
| | | user-friendly-plural-name=Roots |
| | | synopsis=The root configuration provides an entry point to the rest of the OpenDS Directory Server configuration. |
| | | synopsis=The root configuration provides an entry point to the rest of the OpenDJ configuration. |
| | | tag.core-server.synopsis=Core server |
| | | tag.database.synopsis=Caching and back-ends |
| | | tag.logging.synopsis=Logging |
| | |
| | | relation.extension.synopsis=The Extension allows to extend the configuration with new type of objects. |
| | | relation.extension.description=It is an entry point for extensions that requires configuration objects that does not inherit from an existing top-level object. |
| | | relation.global-configuration.user-friendly-name=Global Configuration |
| | | relation.global-configuration.synopsis=The Global contains properties that affect the overall operation of the OpenDS Directory Server . |
| | | relation.global-configuration.synopsis=The Global contains properties that affect the overall operation of the OpenDJ . |
| | | relation.group-implementation.user-friendly-name=Group Implementation |
| | | relation.group-implementation.user-friendly-plural-name=Group Implementations |
| | | relation.group-implementation.synopsis=Group Implementations define named collections of users. |
| | |
| | | relation.root-dse-backend.description=This is a special meta-backend that dynamically generates the root DSE entry for base-level searches and simply redirects to other backends for operations in other scopes. |
| | | relation.sasl-mechanism-handler.user-friendly-name=SASL Mechanism Handler |
| | | relation.sasl-mechanism-handler.user-friendly-plural-name=SASL Mechanism Handlers |
| | | relation.sasl-mechanism-handler.synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDS Directory Server. |
| | | relation.sasl-mechanism-handler.synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ . |
| | | relation.sasl-mechanism-handler.description=SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind. |
| | | relation.synchronization-provider.user-friendly-name=Synchronization Provider |
| | | relation.synchronization-provider.user-friendly-plural-name=Synchronization Providers |
| | | relation.synchronization-provider.synopsis=Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories. |
| | | relation.synchronization-provider.description=The OpenDS Directory Server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | relation.synchronization-provider.description=The OpenDJ takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | relation.trust-manager-provider.user-friendly-name=Trust Manager Provider |
| | | relation.trust-manager-provider.user-friendly-plural-name=Trust Manager Providers |
| | | relation.trust-manager-provider.synopsis=Trust Manager Providers determine whether to trust presented certificates. |
| | |
| | | user-friendly-name=Root DN |
| | | user-friendly-plural-name=Root Dns |
| | | synopsis=The Root DN configuration contains all the Root DN Users defined in the Directory Server. In addition, it also defines the default set of privileges that Root DN Users automatically inherit. |
| | | synopsis=The Root DN configuration contains all the Root DN Users defined in the directory server. In addition, it also defines the default set of privileges that Root DN Users automatically inherit. |
| | | property.default-root-privilege-name.synopsis=Specifies the names of the privileges that root users will be granted by default. |
| | | property.default-root-privilege-name.syntax.enumeration.value.backend-backup.synopsis=Allows the user to request that the server process backup tasks. |
| | | property.default-root-privilege-name.syntax.enumeration.value.backend-restore.synopsis=Allows the user to request that the server process restore tasks. |
| | |
| | | user-friendly-name=Root DSE Backend |
| | | user-friendly-plural-name=Root DSE Backends |
| | | synopsis=The Root DSE Backend contains the Directory Server root DSE. |
| | | synopsis=The Root DSE Backend contains the directory server root DSE. |
| | | description=This is a special meta-backend that dynamically generates the root DSE entry for base-level searches and simply redirects to other backends for operations in other scopes. |
| | | property.show-all-attributes.synopsis=Indicates whether all attributes in the root DSE are to be treated like user attributes (and therefore returned to clients by default) regardless of the Directory Server schema configuration. |
| | | property.show-all-attributes.synopsis=Indicates whether all attributes in the root DSE are to be treated like user attributes (and therefore returned to clients by default) regardless of the directory server schema configuration. |
| | | property.subordinate-base-dn.synopsis=Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE. |
| | | property.subordinate-base-dn.default-behavior.alias.synopsis=The set of all user-defined suffixes is used. |
| | |
| | | user-friendly-name=SASL Mechanism Handler |
| | | user-friendly-plural-name=SASL Mechanism Handlers |
| | | synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDS Directory Server. |
| | | synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ directory server. |
| | | description=SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind. |
| | | property.enabled.synopsis=Indicates whether the SASL mechanism handler is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation. |
| | |
| | | user-friendly-name=Gestionnaire de m\u00e9canisme SASL |
| | | user-friendly-plural-name=Gestionnaires de m\u00e9canisme SASL |
| | | synopsis=L'entr\u00e9e de configuration du gestionnaire de m\u00e9canisme SASL est le parent de tous les gestionnaires de m\u00e9canisme SASL d\u00e9finis dans OpenDS Directory Server. |
| | | synopsis=L'entr\u00e9e de configuration du gestionnaire de m\u00e9canisme SASL est le parent de tous les gestionnaires de m\u00e9canisme SASL d\u00e9finis dans OpenDJ . |
| | | description=Les gestionnaires de m\u00e9canisme SASL permettent l'authentification des utilisateurs durant le traitement d'une liaison SASL (couche d'authentification et de s\u00e9curit\u00e9 simple, telle que d\u00e9finie dans RFC 442). |
| | | property.enabled.synopsis=Indique si le gestionnaire de m\u00e9canisme SASL est activ\u00e9 pour utilisation. |
| | | property.java-class.synopsis=Sp\u00e9cifie le nom complet de la classe Java qui fournit l'impl\u00e9mentation du gestionnaire de m\u00e9canisme SASL. |
| | |
| | | user-friendly-name=SASL Mechanism Handler |
| | | user-friendly-plural-name=SASL Mechanism Handlers |
| | | synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDS Directory Server. |
| | | synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ . |
| | | description=SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind. |
| | | property.enabled.synopsis=Indicates whether the SASL mechanism handler is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation. |
| | |
| | | user-friendly-name=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f |
| | | user-friendly-plural-name=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f |
| | | synopsis=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee\u662f\u5728 OpenDS Directory Server \u4e2d\u5b9a\u4e49\u7684\u6240\u6709 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684\u7236\u9879\u3002 |
| | | synopsis=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee\u662f\u5728 OpenDJ \u4e2d\u5b9a\u4e49\u7684\u6240\u6709 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684\u7236\u9879\u3002 |
| | | description=SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u8d1f\u8d23\u5728\u5904\u7406 SASL\uff08Simple Authentication and Security Layer\uff0c\u7b80\u5355\u9a8c\u8bc1\u548c\u5b89\u5168\u5c42\uff0c\u5982 RFC 4422 \u4e2d\u5b9a\u4e49\uff09\u8fc7\u7a0b\u4e2d\u9a8c\u8bc1\u7528\u6237\u3002 |
| | | property.enabled.synopsis=\u6307\u793a\u662f\u5426\u542f\u7528 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u4ee5\u4f9b\u4f7f\u7528\u3002 |
| | | property.java-class.synopsis=\u6307\u5b9a\u63d0\u4f9b SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002 |
| | |
| | | user-friendly-name=SASL Mechanism Handler |
| | | user-friendly-plural-name=SASL Mechanism Handlers |
| | | synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDS Directory Server. |
| | | synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ . |
| | | description=SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind. |
| | | property.enabled.synopsis=Indicates whether the SASL mechanism handler is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation. |
| | |
| | | user-friendly-plural-name=SMTP Account Status Notification Handlers |
| | | synopsis=The SMTP Account Status Notification Handler is a notification handler that sends email messages to end users and/or administrators whenever an account status notification is generated. |
| | | property.email-address-attribute-type.synopsis=Specifies which attribute in the user's entries may be used to obtain the email address when notifying the end user. |
| | | property.email-address-attribute-type.description=You can specify more than one email address as separate values. In this case, the OpenDS server sends a notification to all email addresses identified. |
| | | property.email-address-attribute-type.description=You can specify more than one email address as separate values. In this case, the OpenDJ server sends a notification to all email addresses identified. |
| | | property.email-address-attribute-type.default-behavior.alias.synopsis=If no email address attribute types are specified, then no attempt is made to send email notification messages to end users. Only those users specified in the set of additional recipient addresses are sent the notification messages. |
| | | property.enabled.synopsis=Indicates whether the SMTP Account Status Notification Handler is enabled. Only enabled handlers are invoked whenever a related event occurs in the server. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SMTP Account Status Notification Handler implementation. |
| | |
| | | property.listen-port.synopsis=Specifies the port number on which the SNMP Connection Handler will listen for connections from clients. |
| | | property.listen-port.description=Only a single port number may be provided. |
| | | property.opendmk-jarfile.synopsis=Indicates the OpenDMK runtime jar file location |
| | | property.registered-mbean.synopsis=Indicates whether the SNMP objects have to be registered in the Directory Server MBeanServer or not allowing to access SNMP Objects with RMI connector if enabled. |
| | | property.registered-mbean.synopsis=Indicates whether the SNMP objects have to be registered in the directory server MBeanServer or not allowing to access SNMP Objects with RMI connector if enabled. |
| | | property.security-agent-file.synopsis=Specifies the USM security configuration to receive authenticated only SNMP requests. |
| | | property.security-level.synopsis=Specifies the type of security level : NoAuthNoPriv : No security mechanisms activated, AuthNoPriv : Authentication activated with no privacy, AuthPriv : Authentication with privacy activated. This property is required for SNMP V3 security configuration. |
| | | property.security-level.syntax.enumeration.value.authnopriv.synopsis=Authentication activated with no privacy. |
| | |
| | | user-friendly-name=Schema Backend |
| | | user-friendly-plural-name=Schema Backends |
| | | synopsis=The Schema Backend provides access to the Directory Server schema information, including the attribute types, object classes, attribute syntaxes, matching rules, matching rule uses, DIT content rules, and DIT structure rules that it contains. |
| | | synopsis=The Schema Backend provides access to the directory server schema information, including the attribute types, object classes, attribute syntaxes, matching rules, matching rule uses, DIT content rules, and DIT structure rules that it contains. |
| | | description=The server allows "modify" operations in this backend to alter the server schema definitions. The configuration entry for this backend is based on the ds-cfg-schema-backend structural object class. Note that any attribute types included in this entry that are not included in this object class (or the parent ds-cfg-backend class) appears directly in the schema entry. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | |
| | | user-friendly-name=Soft Reference Entry Cache |
| | | user-friendly-plural-name=Soft Reference Entry Caches |
| | | synopsis=The Soft Reference Entry Cache is a Directory Server entry cache implementation that uses soft references to manage objects to allow them to be freed if the JVM is running low on memory. |
| | | synopsis=The Soft Reference Entry Cache is a directory server entry cache implementation that uses soft references to manage objects to allow them to be freed if the JVM is running low on memory. |
| | | property.cache-level.synopsis=Specifies the cache level in the cache order if more than one instance of the cache is configured. |
| | | property.enabled.synopsis=Indicates whether the Soft Reference Entry Cache is enabled. |
| | | property.exclude-filter.synopsis=The set of filters that define the entries that should be excluded from the cache. |
| | |
| | | user-friendly-name=Stack Trace Monitor Provider |
| | | user-friendly-plural-name=Stack Trace Monitor Providers |
| | | synopsis=The Stack Trace Monitor Provider enables clients to obtain a stack trace of all the threads that are currently running in the Directory Server. |
| | | synopsis=The Stack Trace Monitor Provider enables clients to obtain a stack trace of all the threads that are currently running in the directory server. |
| | | property.enabled.synopsis=Indicates whether the Stack Trace Monitor Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Stack Trace Monitor Provider implementation. |
| | |
| | | user-friendly-name=Synchronization Provider |
| | | user-friendly-plural-name=Synchronization Providers |
| | | synopsis=Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories. |
| | | description=The OpenDS Directory Server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | synopsis=Synchronization Providers are responsible for handling synchronization of the directory server data with other OpenDJ instances or other data repositories. |
| | | description=The OpenDJ directory server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDJ, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each directory server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the directory server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | property.enabled.synopsis=Indicates whether the Synchronization Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation. |
| | |
| | | user-friendly-name=Synchronisationsanbieter |
| | | user-friendly-plural-name=Synchronisationsanbieter |
| | | synopsis=Synchronisationsanbieter erm\u00f6glichen das Verarbeiten der Synchronisation der Directory-Server-Daten mit anderen OpenDS-Instanzen oder anderen Datenrepositorys. |
| | | description=Der OpenDS Directory Server geht bei der Replikation zentralisiert vor, nicht von Punkt zu Punkt wie der Sun Java System Directory Server. In OpenDS werden ein oder mehrere Replikationsserver in der Umgebung erstellt. Die Replikationsserver speichern normalerweise keine Benutzerdaten, sondern zeichnen alle \u00c4nderungen in der Topologie in einem Protokoll auf. Jede Directory-Server-Instanz in der Topologie verweist auf die Replikationsserver. Der Plan vereinfacht die Bereitstellung und Verwaltung der Umgebung. Sie k\u00f6nnen den Replikationsserver zwar auf dem gleichen System (oder auch in der gleichen Instanz) ausf\u00fchren, in dem sich der Directory-Server befindet, die beiden Server k\u00f6nnen jedoch auch auf unterschiedliche Systeme aufgetrennt werden. Diese Vorgehensweise erm\u00f6glicht eine bessere Leistung oder Funktionalit\u00e4t in gro\u00dfen Umgebungen. |
| | | description=Der OpenDJ geht bei der Replikation zentralisiert vor, nicht von Punkt zu Punkt wie der Sun Java System Directory Server. In OpenDS werden ein oder mehrere Replikationsserver in der Umgebung erstellt. Die Replikationsserver speichern normalerweise keine Benutzerdaten, sondern zeichnen alle \u00c4nderungen in der Topologie in einem Protokoll auf. Jede Directory-Server-Instanz in der Topologie verweist auf die Replikationsserver. Der Plan vereinfacht die Bereitstellung und Verwaltung der Umgebung. Sie k\u00f6nnen den Replikationsserver zwar auf dem gleichen System (oder auch in der gleichen Instanz) ausf\u00fchren, in dem sich der Directory-Server befindet, die beiden Server k\u00f6nnen jedoch auch auf unterschiedliche Systeme aufgetrennt werden. Diese Vorgehensweise erm\u00f6glicht eine bessere Leistung oder Funktionalit\u00e4t in gro\u00dfen Umgebungen. |
| | | property.enabled.synopsis=Gibt an, ob der Synchronisationsanbieter aktiviert ist. |
| | | property.java-class.synopsis=Gibt den vollqualifizierten Namen der Java-Klasse an, die den Synchronisationsanbieter implementiert. |
| | |
| | | user-friendly-name=Fournisseur de synchronisation |
| | | user-friendly-plural-name=Fournisseurs de synchronisation |
| | | synopsis=Les fournisseurs de synchronisation permettent de g\u00e9rer la synchronisation des donn\u00e9es de Directory Server avec d'autres instances d'OpenDS ou d'autres r\u00e9f\u00e9rentiels de donn\u00e9es. |
| | | description=OpenDS Directory Server utilise une approche centralis\u00e9e de la r\u00e9plication, plut\u00f4t que l'approche point \u00e0 point de Sun Java System Directory Server. Dans OpenDS, un ou plusieurs serveur de r\u00e9plication est cr\u00e9\u00e9 dans l'environnement. Les serveurs de r\u00e9plication typiquement ne stockent pas de donn\u00e9es utilisateur mais enregistrent dans un journal toutes les modifications faites dans la topologie. Chaque instance de Directory Server dans la topologie est point\u00e9e vers les serveurs de r\u00e9plication. Ce plan simplifie le d\u00e9ploiement et la gestion de l'environnement. Bien que le serveur de r\u00e9plication puisse \u00eatre ex\u00e9cut\u00e9 sur le m\u00eame syst\u00e8me (ou m\u00eame dans la m\u00eame instance) en tant que Directory Server, les deux serveurs peuvent \u00eatre s\u00e9par\u00e9s en des syst\u00e8mes diff\u00e9rents. Cette approche peut fournir de meilleures performances ou fonctionnalit\u00e9s dans des environnements de grande taille. |
| | | description=OpenDJ utilise une approche centralis\u00e9e de la r\u00e9plication, plut\u00f4t que l'approche point \u00e0 point de Sun Java System Directory Server. Dans OpenDS, un ou plusieurs serveur de r\u00e9plication est cr\u00e9\u00e9 dans l'environnement. Les serveurs de r\u00e9plication typiquement ne stockent pas de donn\u00e9es utilisateur mais enregistrent dans un journal toutes les modifications faites dans la topologie. Chaque instance de Directory Server dans la topologie est point\u00e9e vers les serveurs de r\u00e9plication. Ce plan simplifie le d\u00e9ploiement et la gestion de l'environnement. Bien que le serveur de r\u00e9plication puisse \u00eatre ex\u00e9cut\u00e9 sur le m\u00eame syst\u00e8me (ou m\u00eame dans la m\u00eame instance) en tant que Directory Server, les deux serveurs peuvent \u00eatre s\u00e9par\u00e9s en des syst\u00e8mes diff\u00e9rents. Cette approche peut fournir de meilleures performances ou fonctionnalit\u00e9s dans des environnements de grande taille. |
| | | property.enabled.synopsis=Indique si le fournisseur de synchronisation est activ\u00e9 pour utilisation. |
| | | property.java-class.synopsis=Sp\u00e9cifie le nom complet de la classe Java qui fournit l'impl\u00e9mentation du fournisseur de synchronisation. |
| | |
| | | user-friendly-name=\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0 |
| | | user-friendly-plural-name=\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0 |
| | | synopsis=\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u306f\u3001Directory Server \u306e\u30c7\u30fc\u30bf\u3068\u3001OpenDS \u306e\u307b\u304b\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u307e\u305f\u306f\u307b\u304b\u306e\u30c7\u30fc\u30bf\u30ea\u30dd\u30b8\u30c8\u30ea\u3068\u306e\u540c\u671f\u3092\u51e6\u7406\u3057\u307e\u3059\u3002 |
| | | description=OpenDS Directory Server \u306f\u3001Sun Java System Directory Server \u304c\u63a1\u7528\u3059\u308b\u30dd\u30a4\u30f3\u30c8\u30c4\u30fc\u30dd\u30a4\u30f3\u30c8\u30a2\u30d7\u30ed\u30fc\u30c1\u3067\u306f\u306a\u304f\u3001\u96c6\u4e2d\u5316\u30a2\u30d7\u30ed\u30fc\u30c1\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u5bfe\u3057\u3066\u63a1\u7528\u3057\u3066\u3044\u307e\u3059\u3002OpenDS \u3067\u306f\u30011 \u3064\u307e\u305f\u306f\u8907\u6570\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u304c\u74b0\u5883\u5185\u306b\u4f5c\u6210\u3055\u308c\u307e\u3059\u3002\u901a\u5e38\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u306f\u30e6\u30fc\u30b6\u30fc\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057\u307e\u305b\u3093\u304c\u3001\u30c8\u30dd\u30ed\u30b8\u5185\u3067\u884c\u308f\u308c\u305f\u3059\u3079\u3066\u306e\u5909\u66f4\u306e\u30ed\u30b0\u306f\u4fdd\u6301\u3057\u307e\u3059\u3002\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u5404\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u3092\u6307\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u8a08\u753b\u306b\u3088\u308a\u3001\u74b0\u5883\u306e\u914d\u5099\u304a\u3088\u3073\u7ba1\u7406\u304c\u7c21\u5358\u306b\u306a\u308a\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3068\u540c\u3058\u30b7\u30b9\u30c6\u30e0\u4e0a (\u307e\u305f\u306f\u540c\u3058\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5185\u3082\u53ef\u80fd) \u3067\u5b9f\u884c\u3067\u304d\u307e\u3059\u304c\u3001\u3053\u306e 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u5225\u3005\u306e\u30b7\u30b9\u30c6\u30e0\u4e0a\u306b\u5206\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u30a2\u30d7\u30ed\u30fc\u30c1\u306f\u3001\u5927\u898f\u6a21\u306a\u74b0\u5883\u3067\u306e\u6027\u80fd\u307e\u305f\u306f\u6a5f\u80fd\u3092\u5411\u4e0a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 |
| | | description=OpenDJ \u306f\u3001Sun Java System Directory Server \u304c\u63a1\u7528\u3059\u308b\u30dd\u30a4\u30f3\u30c8\u30c4\u30fc\u30dd\u30a4\u30f3\u30c8\u30a2\u30d7\u30ed\u30fc\u30c1\u3067\u306f\u306a\u304f\u3001\u96c6\u4e2d\u5316\u30a2\u30d7\u30ed\u30fc\u30c1\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u5bfe\u3057\u3066\u63a1\u7528\u3057\u3066\u3044\u307e\u3059\u3002OpenDS \u3067\u306f\u30011 \u3064\u307e\u305f\u306f\u8907\u6570\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u304c\u74b0\u5883\u5185\u306b\u4f5c\u6210\u3055\u308c\u307e\u3059\u3002\u901a\u5e38\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u306f\u30e6\u30fc\u30b6\u30fc\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057\u307e\u305b\u3093\u304c\u3001\u30c8\u30dd\u30ed\u30b8\u5185\u3067\u884c\u308f\u308c\u305f\u3059\u3079\u3066\u306e\u5909\u66f4\u306e\u30ed\u30b0\u306f\u4fdd\u6301\u3057\u307e\u3059\u3002\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u5404\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u3092\u6307\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u8a08\u753b\u306b\u3088\u308a\u3001\u74b0\u5883\u306e\u914d\u5099\u304a\u3088\u3073\u7ba1\u7406\u304c\u7c21\u5358\u306b\u306a\u308a\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3068\u540c\u3058\u30b7\u30b9\u30c6\u30e0\u4e0a (\u307e\u305f\u306f\u540c\u3058\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5185\u3082\u53ef\u80fd) \u3067\u5b9f\u884c\u3067\u304d\u307e\u3059\u304c\u3001\u3053\u306e 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u5225\u3005\u306e\u30b7\u30b9\u30c6\u30e0\u4e0a\u306b\u5206\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u30a2\u30d7\u30ed\u30fc\u30c1\u306f\u3001\u5927\u898f\u6a21\u306a\u74b0\u5883\u3067\u306e\u6027\u80fd\u307e\u305f\u306f\u6a5f\u80fd\u3092\u5411\u4e0a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 |
| | | property.enabled.synopsis=\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u304c\u4f7f\u7528\u53ef\u80fd\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002 |
| | | property.java-class.synopsis=\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u5b9f\u88c5\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | |
| | | user-friendly-name=Synchronization Provider |
| | | user-friendly-plural-name=Synchronization Providers |
| | | synopsis=Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories. |
| | | description=The OpenDS Directory Server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | description=The OpenDJ takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | property.enabled.synopsis=Indicates whether the Synchronization Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation. |
| | |
| | | user-friendly-name=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f |
| | | user-friendly-plural-name=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f |
| | | synopsis=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u8d1f\u8d23\u5904\u7406 Directory Server \u6570\u636e\u4e0e\u5176\u4ed6 OpenDS \u5b9e\u4f8b\u6216\u5176\u4ed6\u6570\u636e\u4ed3\u5e93\u7684\u540c\u6b65\u3002 |
| | | description=OpenDS Directory Server \u91c7\u53d6\u96c6\u4e2d\u5f0f\u590d\u5236\u65b9\u6cd5\uff0c\u800c\u4e0d\u662f Sun Java System Directory Server \u6240\u91c7\u53d6\u7684\u70b9\u5bf9\u70b9\u5f0f\u65b9\u6cd5\u3002\u5728 OpenDS \u73af\u5883\u4e2d\uff0c\u4f1a\u521b\u5efa\u4e00\u4e2a\u6216\u591a\u4e2a\u590d\u5236\u670d\u52a1\u5668\u3002\u590d\u5236\u670d\u52a1\u5668\u901a\u5e38\u4e0d\u5b58\u50a8\u7528\u6237\u6570\u636e\uff0c\u800c\u662f\u4fdd\u7559\u5728\u62d3\u6251\u5185\u8fdb\u884c\u7684\u6240\u6709\u66f4\u6539\u7684\u65e5\u5fd7\u3002\u590d\u5236\u670d\u52a1\u5668\u4e2d\u6307\u51fa\u4e86\u62d3\u6251\u4e2d\u7684\u6bcf\u4e2a Directory Server \u5b9e\u4f8b\u3002\u8fd9\u4e00\u8ba1\u5212\u7b80\u5316\u4e86\u73af\u5883\u7684\u90e8\u7f72\u548c\u7ba1\u7406\u3002\u867d\u7136\u60a8\u53ef\u4ee5\u5728\u4e0e Directory Server \u76f8\u540c\u7684\u7cfb\u7edf\uff08\u751a\u81f3\u5728\u76f8\u540c\u7684\u5b9e\u4f8b\u4e2d\uff09\u4e0a\u8fd0\u884c\u590d\u5236\u670d\u52a1\u5668\uff0c\u4f46\u4e24\u79cd\u670d\u52a1\u5668\u53ef\u4ee5\u5206\u9694\u5230\u4e0d\u540c\u7684\u7cfb\u7edf\u4e2d\u3002\u8be5\u65b9\u6cd5\u53ef\u4ee5\u5728\u8f83\u5927\u7684\u73af\u5883\u4e2d\u63d0\u9ad8\u6027\u80fd\u6216\u6539\u5584\u529f\u80fd\u3002 |
| | | description=OpenDJ \u91c7\u53d6\u96c6\u4e2d\u5f0f\u590d\u5236\u65b9\u6cd5\uff0c\u800c\u4e0d\u662f Sun Java System Directory Server \u6240\u91c7\u53d6\u7684\u70b9\u5bf9\u70b9\u5f0f\u65b9\u6cd5\u3002\u5728 OpenDS \u73af\u5883\u4e2d\uff0c\u4f1a\u521b\u5efa\u4e00\u4e2a\u6216\u591a\u4e2a\u590d\u5236\u670d\u52a1\u5668\u3002\u590d\u5236\u670d\u52a1\u5668\u901a\u5e38\u4e0d\u5b58\u50a8\u7528\u6237\u6570\u636e\uff0c\u800c\u662f\u4fdd\u7559\u5728\u62d3\u6251\u5185\u8fdb\u884c\u7684\u6240\u6709\u66f4\u6539\u7684\u65e5\u5fd7\u3002\u590d\u5236\u670d\u52a1\u5668\u4e2d\u6307\u51fa\u4e86\u62d3\u6251\u4e2d\u7684\u6bcf\u4e2a Directory Server \u5b9e\u4f8b\u3002\u8fd9\u4e00\u8ba1\u5212\u7b80\u5316\u4e86\u73af\u5883\u7684\u90e8\u7f72\u548c\u7ba1\u7406\u3002\u867d\u7136\u60a8\u53ef\u4ee5\u5728\u4e0e Directory Server \u76f8\u540c\u7684\u7cfb\u7edf\uff08\u751a\u81f3\u5728\u76f8\u540c\u7684\u5b9e\u4f8b\u4e2d\uff09\u4e0a\u8fd0\u884c\u590d\u5236\u670d\u52a1\u5668\uff0c\u4f46\u4e24\u79cd\u670d\u52a1\u5668\u53ef\u4ee5\u5206\u9694\u5230\u4e0d\u540c\u7684\u7cfb\u7edf\u4e2d\u3002\u8be5\u65b9\u6cd5\u53ef\u4ee5\u5728\u8f83\u5927\u7684\u73af\u5883\u4e2d\u63d0\u9ad8\u6027\u80fd\u6216\u6539\u5584\u529f\u80fd\u3002 |
| | | property.enabled.synopsis=\u6307\u793a\u662f\u5426\u542f\u7528\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u4ee5\u4f9b\u4f7f\u7528\u3002 |
| | | property.java-class.synopsis=\u6307\u5b9a\u63d0\u4f9b\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002 |
| | |
| | | user-friendly-name=Synchronization Provider |
| | | user-friendly-plural-name=Synchronization Providers |
| | | synopsis=Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories. |
| | | description=The OpenDS Directory Server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | description=The OpenDJ takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments. |
| | | property.enabled.synopsis=Indicates whether the Synchronization Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation. |
| | |
| | | user-friendly-name=System Info Monitor Provider |
| | | user-friendly-plural-name=System Info Monitor Providers |
| | | synopsis=The System Info Monitor Provider can be used to publish information about the system and virtual machine on which the Directory Server is running. |
| | | synopsis=The System Info Monitor Provider can be used to publish information about the system and virtual machine on which the directory server is running. |
| | | property.enabled.synopsis=Indicates whether the System Info Monitor Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the System Info Monitor Provider implementation. |
| | |
| | | user-friendly-name=Task Backend |
| | | user-friendly-plural-name=Task Backends |
| | | synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDS Directory Server. Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely. |
| | | description=OpenDS supports tasks to backup and restore backends, to import and export LDIF files, and to stop and restart the server. The details of a task are in an entry that is below the root of the Task Backend. The Task Backend is responsible for decoding that task entry and ensuring that it is processed as requested. Tasks may be invoked immediately, but they may also be scheduled for execution at some future time. The task backend can also process recurring tasks to ensure that maintenance operations (for example, backups) are performed automatically on a regular basis. |
| | | synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDJ directory server. Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely. |
| | | description=OpenDJ supports tasks to backup and restore backends, to import and export LDIF files, and to stop and restart the server. The details of a task are in an entry that is below the root of the Task Backend. The Task Backend is responsible for decoding that task entry and ensuring that it is processed as requested. Tasks may be invoked immediately, but they may also be scheduled for execution at some future time. The task backend can also process recurring tasks to ensure that maintenance operations (for example, backups) are performed automatically on a regular basis. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | | property.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles. |
| | |
| | | property.notification-sender-address.synopsis=Specifies the email address to use as the sender (that is, the "From:" address) address for notification mail messages generated when a task completes execution. |
| | | property.notification-sender-address.default-behavior.alias.synopsis=The default sender address used is "opends-task-notification@" followed by the canonical address of the system on which the server is running. |
| | | property.task-backing-file.synopsis=Specifies the path to the backing file for storing information about the tasks configured in the server. |
| | | property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDS Directory Server instance. |
| | | property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDJ directory server instance. |
| | | property.task-retention-time.synopsis=Specifies the length of time that task entries should be retained after processing on the associated task has been completed. |
| | | property.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations. |
| | | property.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail. |
| | |
| | | user-friendly-name=Servidor de fondo de tareas |
| | | user-friendly-plural-name=Servidores de fondo de tareas |
| | | synopsis=El servidor de fondo de tareas proporciona un mecanismo para programar las tareas en OpenDS Directory Server. Estas tareas est\u00e1n dise\u00f1adas para proporcionar acceso a determinadas funciones administrativas del servidor que no es conveniente realizar de forma remota. |
| | | synopsis=El servidor de fondo de tareas proporciona un mecanismo para programar las tareas en OpenDJ . Estas tareas est\u00e1n dise\u00f1adas para proporcionar acceso a determinadas funciones administrativas del servidor que no es conveniente realizar de forma remota. |
| | | description=OpenDS admite tareas para realizar una copia de seguridad del servidor de fondo y restaurarlo, importar y exportar archivos LDIF, y detener y reiniciar el servidor. Los detalles de una tarea se incluyen en una entrada que se encuentra por debajo de la ra\u00edz del servidor de fondo de tareas. El servidor de fondo de tareas se encarga de decodificar la entrada de la tarea y garantizar que se procese de acuerdo a lo solicitado. Se puede llamar a las tareas de forma inmediata, pero tambi\u00e9n se pueden programar para que se ejecuten posteriormente. El servidor de fondo de tareas puede procesar tambi\u00e9n las tareas recurrentes para garantizar que las operaciones de mantenimiento (como, por ejemplo, las copias de seguridad) se realicen autom\u00e1ticamente de forma regular. |
| | | property.backend-id.synopsis=Especifica un nombre que identifica al servidor de fondo (backend) asociado. |
| | | property.backend-id.description=El nombre debe ser \u00fanico entre todos los servidores de fondo (backend) del servidor. No se puede modificar el Id. de servidor de fondo (backend) una vez creado el servidor de fondo (backend) en el servidor. |
| | |
| | | property.notification-sender-address.synopsis=Especifica la direcci\u00f3n de correo electr\u00f3nico que se utilizar\u00e1 como direcci\u00f3n del remitente (es decir, la direcci\u00f3n "De:") en los mensajes de notificaci\u00f3n generados cuando finaliza la ejecuci\u00f3n de una tarea. |
| | | property.notification-sender-address.default-behavior.alias.synopsis=La direcci\u00f3n predeterminada del remitente es "opends-task-notification@" seguida de la direcci\u00f3n can\u00f3nica del sistema en el que se est\u00e9 ejecutando el servidor. |
| | | property.task-backing-file.synopsis=Especifica la ruta al archivo de copia de seguridad utilizado para almacenar la informaci\u00f3n de las tareas configuradas en el servidor. |
| | | property.task-backing-file.description=Puede tratarse de una ruta absoluta o de una ruta relativa a la base de la instancia de OpenDS Directory Server. |
| | | property.task-backing-file.description=Puede tratarse de una ruta absoluta o de una ruta relativa a la base de la instancia de OpenDJ . |
| | | property.task-retention-time.synopsis=Especifica el periodo de tiempo que se conservar\u00e1n las entradas de tareas una vez finalizado su procesamiento en la tarea asociada. |
| | | property.writability-mode.synopsis=Especifica el comportamiento que el servidor de fondo (backend) debe tener durante el procesamiento de operaciones de escritura. |
| | | property.writability-mode.syntax.enumeration.value.disabled.synopsis=Causa errores en todos los intentos de escritura. |
| | |
| | | user-friendly-name=Task Backend |
| | | user-friendly-plural-name=Task Backends |
| | | synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDS Directory Server. Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely. |
| | | synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDJ . Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely. |
| | | description=OpenDS supports tasks to backup and restore backends, to import and export LDIF files, and to stop and restart the server. The details of a task are in an entry that is below the root of the Task Backend. The Task Backend is responsible for decoding that task entry and ensuring that it is processed as requested. Tasks may be invoked immediately, but they may also be scheduled for execution at some future time. The task backend can also process recurring tasks to ensure that maintenance operations (for example, backups) are performed automatically on a regular basis. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | |
| | | property.notification-sender-address.synopsis=Specifies the email address to use as the sender (that is, the "From:" address) address for notification mail messages generated when a task completes execution. |
| | | property.notification-sender-address.default-behavior.alias.synopsis=The default sender address used is "opends-task-notification@" followed by the canonical address of the system on which the server is running. |
| | | property.task-backing-file.synopsis=Specifies the path to the backing file for storing information about the tasks configured in the server. |
| | | property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDS Directory Server instance. |
| | | property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDJ instance. |
| | | property.task-retention-time.synopsis=Specifies the length of time that task entries should be retained after processing on the associated task has been completed. |
| | | property.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations. |
| | | property.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail. |
| | |
| | | user-friendly-name=\u4efb\u52a1\u540e\u7aef |
| | | user-friendly-plural-name=\u4efb\u52a1\u540e\u7aef |
| | | synopsis=\u4efb\u52a1\u540e\u7aef\u63d0\u4f9b\u4e86\u4e00\u79cd\u5728 OpenDS Directory Server \u4e2d\u5b89\u6392\u4efb\u52a1\u7684\u673a\u5236\u3002\u4efb\u52a1\u5728\u4e8e\u63d0\u4f9b\u5bf9\u670d\u52a1\u5668\u4e2d\u67d0\u4e9b\u4e0d\u65b9\u4fbf\u8fdc\u7a0b\u6267\u884c\u7684\u7ba1\u7406\u6027\u7c7b\u578b\u529f\u80fd\u7684\u8bbf\u95ee\u3002 |
| | | synopsis=\u4efb\u52a1\u540e\u7aef\u63d0\u4f9b\u4e86\u4e00\u79cd\u5728 OpenDJ \u4e2d\u5b89\u6392\u4efb\u52a1\u7684\u673a\u5236\u3002\u4efb\u52a1\u5728\u4e8e\u63d0\u4f9b\u5bf9\u670d\u52a1\u5668\u4e2d\u67d0\u4e9b\u4e0d\u65b9\u4fbf\u8fdc\u7a0b\u6267\u884c\u7684\u7ba1\u7406\u6027\u7c7b\u578b\u529f\u80fd\u7684\u8bbf\u95ee\u3002 |
| | | description=OpenDS \u652f\u6301\u5907\u4efd\u548c\u6062\u590d\u540e\u7aef\u4efb\u52a1\u3001\u5bfc\u5165\u548c\u5bfc\u51fa LDIF \u6587\u4ef6\u4efb\u52a1\u4ee5\u53ca\u505c\u6b62\u548c\u91cd\u542f\u670d\u52a1\u5668\u4efb\u52a1\u3002\u4efb\u52a1\u7684\u8be6\u7ec6\u4fe1\u606f\u4f4d\u4e8e\u4efb\u52a1\u540e\u7aef\u6839\u76ee\u5f55\u4e4b\u4e0b\u7684\u6761\u76ee\u4e2d\u3002\u4efb\u52a1\u540e\u7aef\u8d1f\u8d23\u5bf9\u8be5\u4efb\u52a1\u6761\u76ee\u8fdb\u884c\u89e3\u7801\u5e76\u786e\u4fdd\u6839\u636e\u8bf7\u6c42\u5bf9\u5176\u8fdb\u884c\u5904\u7406\u3002\u53ef\u4ee5\u7acb\u5373\u8c03\u7528\u4efb\u52a1\uff0c\u4e5f\u53ef\u4ee5\u5b89\u6392\u4efb\u52a1\u5728\u5c06\u6765\u7684\u67d0\u4e2a\u65f6\u95f4\u6267\u884c\u3002\u4efb\u52a1\u540e\u7aef\u4e5f\u53ef\u4ee5\u5904\u7406\u91cd\u590d\u51fa\u73b0\u7684\u4efb\u52a1\uff08\u4f8b\u5982\uff0c\u5907\u4efd\uff09\uff0c\u4ee5\u786e\u4fdd\u5b9a\u671f\u6267\u884c\u7ef4\u62a4\u64cd\u4f5c\u3002 |
| | | property.backend-id.synopsis=\u6307\u5b9a\u4e00\u4e2a\u540d\u79f0\u4ee5\u6807\u8bc6\u5173\u8054\u7684\u540e\u7aef\u3002 |
| | | property.backend-id.description=\u8be5\u540d\u79f0\u5728\u670d\u52a1\u5668\u7684\u6240\u6709\u540e\u7aef\u95f4\u5fc5\u987b\u662f\u552f\u4e00\u7684\u3002\u5728\u670d\u52a1\u5668\u4e2d\u521b\u5efa\u540e\u7aef\u4e4b\u540e\uff0c\u5c31\u4e0d\u80fd\u518d\u66f4\u6539\u540e\u7aef ID\u3002 |
| | |
| | | property.notification-sender-address.synopsis=\u6307\u5b9a\u5f53\u5b8c\u6210\u6267\u884c\u4efb\u52a1\u540e\uff0c\u8981\u7528\u4f5c\u751f\u6210\u7684\u901a\u77e5\u7535\u5b50\u90ae\u4ef6\u6d88\u606f\u7684\u53d1\u9001\u65b9\uff08\u4e5f\u5c31\u662f\u201c\u53d1\u4ef6\u4eba: \u201d\u5730\u5740\uff09\u5730\u5740\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002 |
| | | property.notification-sender-address.default-behavior.alias.synopsis=\u4f7f\u7528\u7684\u9ed8\u8ba4\u53d1\u4ef6\u4eba\u5730\u5740\u4e3a\u201copends-task-notification@\u201d\uff0c\u540e\u8ddf\u670d\u52a1\u5668\u8fd0\u884c\u6240\u5728\u7cfb\u7edf\u7684\u6807\u51c6\u5730\u5740\u3002 |
| | | property.task-backing-file.synopsis=\u6307\u5b9a\u7528\u4e8e\u5b58\u50a8\u5173\u4e8e\u670d\u52a1\u5668\u4e2d\u6240\u914d\u7f6e\u4e4b\u4efb\u52a1\u7684\u4fe1\u606f\u7684\u5907\u4efd\u6587\u4ef6\u7684\u8def\u5f84\u3002 |
| | | property.task-backing-file.description=\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u8def\u5f84\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e OpenDS Directory Server \u5b9e\u4f8b\u3002 |
| | | property.task-backing-file.description=\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u8def\u5f84\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e OpenDJ \u5b9e\u4f8b\u3002 |
| | | property.task-retention-time.synopsis=\u6307\u5b9a\u5728\u5904\u7406\u5df2\u5b8c\u6210\u5173\u8054\u4efb\u52a1\u4e4b\u540e\uff0c\u5e94\u5f53\u4fdd\u7559\u4efb\u52a1\u7684\u65f6\u95f4\u3002 |
| | | property.writability-mode.synopsis=\u6307\u5b9a\u5728\u5904\u7406\u5199\u5165\u64cd\u4f5c\u65f6\u540e\u7aef\u5e94\u4f7f\u7528\u7684\u884c\u4e3a\u3002 |
| | | property.writability-mode.syntax.enumeration.value.disabled.synopsis=\u5bfc\u81f4\u6240\u6709\u5199\u5165\u5c1d\u8bd5\u5931\u8d25\u3002 |
| | |
| | | user-friendly-name=Task Backend |
| | | user-friendly-plural-name=Task Backends |
| | | synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDS Directory Server. Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely. |
| | | synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDJ . Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely. |
| | | description=OpenDS supports tasks to backup and restore backends, to import and export LDIF files, and to stop and restart the server. The details of a task are in an entry that is below the root of the Task Backend. The Task Backend is responsible for decoding that task entry and ensuring that it is processed as requested. Tasks may be invoked immediately, but they may also be scheduled for execution at some future time. The task backend can also process recurring tasks to ensure that maintenance operations (for example, backups) are performed automatically on a regular basis. |
| | | property.backend-id.synopsis=Specifies a name to identify the associated backend. |
| | | property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. |
| | |
| | | property.notification-sender-address.synopsis=Specifies the email address to use as the sender (that is, the "From:" address) address for notification mail messages generated when a task completes execution. |
| | | property.notification-sender-address.default-behavior.alias.synopsis=The default sender address used is "opends-task-notification@" followed by the canonical address of the system on which the server is running. |
| | | property.task-backing-file.synopsis=Specifies the path to the backing file for storing information about the tasks configured in the server. |
| | | property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDS Directory Server instance. |
| | | property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDJ instance. |
| | | property.task-retention-time.synopsis=Specifies the length of time that task entries should be retained after processing on the associated task has been completed. |
| | | property.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations. |
| | | property.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail. |
| | |
| | | property.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation. |
| | | property.trust-store-file.synopsis=Specifies the path to the file that stores the trust information. |
| | | property.trust-store-file.description=It may be an absolute path, or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.description=It may be an absolute path, or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-pin.synopsis=Specifies the clear-text PIN needed to access the Trust Store Backend . |
| | | property.trust-store-pin.requires-admin-action.synopsis=Changes to this property will take effect the next time that the Trust Store Backend is accessed. |
| | | property.trust-store-pin-environment-variable.synopsis=Specifies the name of the environment variable that contains the clear-text PIN needed to access the Trust Store Backend . |
| | |
| | | property.enabled.description=Lorsqu\u2019un backend n\u2019est pas activ\u00e9, son contenu n\u2019est pas accessible lors du traitement des op\u00e9rations. |
| | | property.java-class.synopsis=Sp\u00e9cifie le nom complet de la classe Java qui fournit l\u2019impl\u00e9mentation du backend. |
| | | property.trust-store-file.synopsis=Sp\u00e9cifie le chemin vers le fichier qui stocke les informations d'approbation. |
| | | property.trust-store-file.description=Il peut s'agir d'un chemin absolu, ou d'un chemin relatif \u00e0 la racine de l'instance OpenDS Directory Server. |
| | | property.trust-store-file.description=Il peut s'agir d'un chemin absolu, ou d'un chemin relatif \u00e0 la racine de l'instance OpenDJ . |
| | | property.trust-store-pin.synopsis=Sp\u00e9cifie le num\u00e9ro d'identification personnel en texte clair n\u00e9cessaire pour acc\u00e9der au backend du magasin d'approbations. |
| | | property.trust-store-pin.requires-admin-action.synopsis=Les modifications apport\u00e9es \u00e0 cette propri\u00e9t\u00e9 prendront effet au prochain acc\u00e8s au backend du magasin d'approbations. |
| | | property.trust-store-pin-environment-variable.synopsis=Sp\u00e9cifie le nom de la variable d'environnement qui contient le num\u00e9ro d'identification personnel en texte clair n\u00e9cessaire pour acc\u00e9der au backend du magasin d'approbations. |
| | |
| | | property.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation. |
| | | property.trust-store-file.synopsis=Specifies the path to the file that stores the trust information. |
| | | property.trust-store-file.description=It may be an absolute path, or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.description=It may be an absolute path, or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-pin.synopsis=Specifies the clear-text PIN needed to access the Trust Store Backend . |
| | | property.trust-store-pin.requires-admin-action.synopsis=Changes to this property will take effect the next time that the Trust Store Backend is accessed. |
| | | property.trust-store-pin-environment-variable.synopsis=Specifies the name of the environment variable that contains the clear-text PIN needed to access the Trust Store Backend . |
| | |
| | | property.enabled.description=\u5982\u679c\u672a\u542f\u7528\u540e\u7aef\uff0c\u5219\u5728\u5904\u7406\u64cd\u4f5c\u65f6\u5c06\u65e0\u6cd5\u8bbf\u95ee\u5176\u5185\u5bb9\u3002 |
| | | property.java-class.synopsis=\u6307\u5b9a\u63d0\u4f9b\u540e\u7aef\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u3002 |
| | | property.trust-store-file.synopsis=\u6307\u5b9a\u5b58\u50a8\u4fe1\u4efb\u4fe1\u606f\u7684\u6587\u4ef6\u7684\u8def\u5f84\u3002 |
| | | property.trust-store-file.description=\u5176\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e OpenDS Directory Server \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.trust-store-file.description=\u5176\u53ef\u4ee5\u662f\u7edd\u5bf9\u8def\u5f84\uff0c\u4e5f\u53ef\u4ee5\u662f\u76f8\u5bf9\u4e8e OpenDJ \u5b9e\u4f8b\u6839\u76ee\u5f55\u7684\u8def\u5f84\u3002 |
| | | property.trust-store-pin.synopsis=\u6307\u5b9a\u9700\u8981\u8bbf\u95ee\u4fe1\u4efb\u5b58\u50a8\u540e\u7aef\u7684\u660e\u6587 PIN\uff08Personal Identification Number,\u4e2a\u4eba\u8bc6\u522b\u7801\uff09\u3002 |
| | | property.trust-store-pin.requires-admin-action.synopsis=\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u5b58\u50a8\u540e\u7aef\u65f6\u751f\u6548\u3002 |
| | | property.trust-store-pin-environment-variable.synopsis=\u6307\u5b9a\u5305\u542b\u8bbf\u95ee\u4fe1\u4efb\u5b58\u50a8\u540e\u7aef\u6240\u9700\u4e4b\u660e\u6587 PIN \u7684\u73af\u5883\u53d8\u91cf\u7684\u540d\u79f0\u3002 |
| | |
| | | property.enabled.description=If a backend is not enabled, then its contents are not accessible when processing operations. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation. |
| | | property.trust-store-file.synopsis=Specifies the path to the file that stores the trust information. |
| | | property.trust-store-file.description=It may be an absolute path, or a path that is relative to the OpenDS Directory Server instance root. |
| | | property.trust-store-file.description=It may be an absolute path, or a path that is relative to the OpenDJ instance root. |
| | | property.trust-store-pin.synopsis=Specifies the clear-text PIN needed to access the Trust Store Backend . |
| | | property.trust-store-pin.requires-admin-action.synopsis=Changes to this property will take effect the next time that the Trust Store Backend is accessed. |
| | | property.trust-store-pin-environment-variable.synopsis=Specifies the name of the environment variable that contains the clear-text PIN needed to access the Trust Store Backend . |
| | |
| | | property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. |
| | | property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. |
| | | property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. |
| | | property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. |
| | | property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. |
| | | property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. |
| | | property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
| | | property.type.synopsis=Specifies the type of attributes to check for value uniqueness. |
| | |
| | | user-friendly-name=Version Monitor Provider |
| | | user-friendly-plural-name=Version Monitor Providers |
| | | synopsis=The Version Monitor Provider can be used to publish Directory Server version information. |
| | | synopsis=The Version Monitor Provider can be used to publish directory server version information. |
| | | property.enabled.synopsis=Indicates whether the Version Monitor Provider is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Version Monitor Provider implementation. |
| | |
| | | user-friendly-name=Workflow |
| | | user-friendly-plural-name=Workflows |
| | | synopsis=The Workflow is a list of processing steps (Work Flow Elements) that are applied to data as it is retrieved from the Directory Server. |
| | | synopsis=The Workflow is a list of processing steps (Work Flow Elements) that are applied to data as it is retrieved from the directory server. |
| | | property.base-dn.synopsis=Specifies the base DN of the data targeted by the Workflow . |
| | | property.enabled.synopsis=Indicates whether the Workflow is enabled for use in the server. |
| | | property.enabled.description=If a Workflow is not enabled, then its contents are not accessible when processing operations. |